14.1 Foreground color: the 'color' property

Chapter 14 - Colors and Backgrounds - 14.1 Foreground color: the 'color' property

Go to the relevant page of the specification.

bidi-color-001
Applying color to elements split by bidi
Color should be applied only to the part of the text it has been specified for, even after bidi has rearranged the words to be non-consecutive
c13-inheritance-000
Inheritance
c531-color-000
color
color-001 (ahem, invalid)
Color set to hex with 5 digits which is invalid and is equivalent to minimum minus one value for 6 digit hex
The 'color' set to '#00000' falls back to the initial value and renders the correct foreground color of an element's text content.
color-002 (ahem)
Color set to hex with six digits with the minimum value, #000000
The 'color' set to '#000000' renders the correct foreground color of an element's text content.
color-003 (ahem)
Color set to hex with six digits with the minimum plus one value, #010101
The 'color' set to '#010101' renders the correct foreground color of an element's text content.
color-004 (ahem)
Color set to hex with six digits with a nominal value #999999
The 'color' set to '#999999' renders the correct foreground color of an element's text content.
color-005 (ahem)
Color set to hex with six digits with the maximum minus one value of #fefefe
The 'color' set to '#fefefe' renders the correct foreground color of an element's text content.
color-006 (ahem)
Color set to hex with six digits with the maximum value of #ffffff
The 'color' set to '#ffffff' renders the correct foreground color of an element's text content.
color-007 (ahem, invalid)
Color set to hex with six digits with the maximum plus one value of #1000000
The 'color' set to '#1000000' falls back to the initial value and renders the correct foreground color of an element's text content.
color-008 (ahem, invalid)
Color set to hex with six digits with the maximum plus one value of #fgfgfg
The 'color' set to '#fgfgfg' falls back to the initial value and renders the correct foreground color of an element's text content.
color-009 (ahem)
Color set to hex with six digits with a red set to minimum plus one value, #010000
The 'color' set to '#010000' renders the correct foreground color of an element's text content.
color-010 (ahem)
Color set to hex with six digits with a red set to a nominal value, #990000
The 'color' set to '#990000' renders the correct foreground color of an element's text content.
color-011 (ahem)
Color set to hex with six digits with a red set to maximum minus one value, #fe0000
The 'color' set to '#fe0000' renders the correct foreground color of an element's text content.
color-012 (ahem)
Color set to hex with six digits with a red set to the maximum value, #ff0000
The 'color' set to '#ff0000' renders the correct foreground color of an element's text content.
color-013 (ahem, invalid)
Color set to hex with six digits with a red set to the maximum plus one value, #fg0000
The 'color' set to '#fg0000' falls back to the initial value and renders the correct foreground color of an element's text content.
color-014 (ahem)
Color set to hex with six digits with a green set to minimum plus one value, #000100
The 'color' set to '#000100' renders the correct foreground color of an element's text content.
color-015 (ahem)
Color set to hex with six digits with a green set to a nominal value, #009900
The 'color' set to '#009900' renders the correct foreground color of an element's text content.
color-016 (ahem)
Color set to hex with six digits with a green set to maximum minus one value, #00fe00
The 'color' set to '#00fe00' renders the correct foreground color of an element's text content.
color-017 (ahem)
Color set to hex with six digits with a green set to the maximum value, #00ff00
The 'color' set to '#00ff00' renders the correct foreground color of an element's text content.
color-018 (ahem, invalid)
Color set to hex with six digits with a green set to the maximum plus one value, #00fg00
The 'color' set to '#00fg00' falls back to the initial value and renders the correct foreground color of an element's text content.
color-019 (ahem)
Color set to hex with six digits with a blue set to minimum plus one value, #000001
The 'color' set to '#000001' renders the correct foreground color of an element's text content.
color-020 (ahem)
Color set to hex with six digits with a blue set to a nominal value, #000099
The 'color' set to renders the correct foreground color of an element's text content.
color-021 (ahem)
Color set to hex with six digits with a blue set to maximum minus one value, #0000fe
The 'color' set to '#0000fe' renders the correct foreground color of an element's text content.
color-022 (ahem)
Color set to hex with six digits with a blue set to the maximum value, #0000ff
The 'color' set to '#0000ff' renders the correct foreground color of an element's text content.
color-023 (ahem, invalid)
Color set to hex with six digits with a blue set to the maximum plus one value, #0000fg
The 'color' set to '#0000fg' falls back to the initial value and renders the correct foreground color of an element's text content.
color-024 (ahem, invalid)
Color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex
The 'color' set to '#00' falls back to the initial value and renders the correct foreground color of an element's text content.
color-025 (ahem)
Color set to hex with three digits with the minimum possible value #000
The 'color' set to '#000' renders the correct foreground color of an element's text content.
color-026 (ahem)
Color set to hex with three digits with the minimum plus one value, #111
The 'color' set to '#111' renders the correct foreground color of an element's text content.
color-027 (ahem)
Color set to hex with three digits with a nominal value #999
The 'color' set to '#999' renders the correct foreground color of an element's text content.
color-028 (ahem)
Color set to hex with three digits with the maximum minus one value of #eee
The 'color' set to '#eee' renders the correct foreground color of an element's text content.
color-029 (ahem)
Color set to hex with three digits with the maximum value of #fff
The 'color' set to '#fff' renders the correct foreground color of an element's text content.
color-030 (ahem, invalid)
Color set to hex with three digits with the maximum plus one value of #1000
The 'color' set to '#1000' falls back to the initial value and renders the correct foreground color of an element's text content.
color-031 (ahem, invalid)
Color set to hex with three digits with the maximum plus one value of #ggg
The 'color' set to '#ggg' falls back to the initial value and renders the correct foreground color of an element's text content.
color-032 (ahem)
Color set to hex with three digits with a red set to minimum plus one value, #100
The 'color' set to '#100' renders the correct foreground color of an element's text content.
color-033 (ahem)
Color set to hex with three digits with a red set to a nominal value, #900
The 'color' set to '#900' renders the correct foreground color of an element's text content.
color-034 (ahem)
Color set to hex with three digits with a red set to maximum minus one value, #e00
The 'color' set to '#e00' renders the correct foreground color of an element's text content.
color-035 (ahem)
Color set to hex with three digits with a red set to the maximum value, #f00
The 'color' set to '#f00' renders the correct foreground color of an element's text content.
color-036 (ahem, invalid)
Color set to hex with three digits with a red set to the maximum plus one value, #g00
The 'color' set to '#g00' falls back to the initial value and renders the correct foreground color of an element's text content.
color-037 (ahem)
Color set to hex with three digits with a green set to minimum plus one value, #010
The 'color' set to '#010' renders the correct foreground color of an element's text content.
color-038 (ahem)
Color set to hex with three digits with a green set to a nominal value, #090
The 'color' set to '#090' renders the correct foreground color of an element's text content.
color-039 (ahem)
Color set to hex with three digits with a green set to maximum minus one value, #0e0
The 'color' set to '#0e0' renders the correct foreground color of an element's text content.
color-040 (ahem)
Color set to hex with three digits with a green set to the maximum value, #0f0
The 'color' set to '#0f0' renders the correct foreground color of an element's text content.
color-041 (ahem, invalid)
Color set to hex with three digits with a green set to the maximum plus one value, #0g0
The 'color' set to '#0g0' falls back to the initial value and renders the correct foreground color of an element's text content.
color-042 (ahem)
Color set to hex with three digits with a blue set to minimum plus one value, #001
The 'color' set to '#001' renders the correct foreground color of an element's text content.
color-043 (ahem)
Color set to hex with three digits with a blue set to a nominal value, #009
The 'color' set to '#009' renders the correct foreground color of an element's text content.
color-044 (ahem)
Color set to hex with three digits with a blue set to maximum minus one value, #00e
The 'color' set to '#00e' renders the correct foreground color of an element's text content.
color-045 (ahem)
Color set to hex with three digits with a blue set to the maximum value, #00f
The 'color' set to '#00f' renders the correct foreground color of an element's text content.
color-046 (ahem, invalid)
Color set to hex with three digits with a blue set to the maximum plus one value, #00g
The 'color' set to '#00g' falls back to the initial value and renders the correct foreground color of an element's text content.
color-047 (ahem, invalid)
Color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)
The 'color' set to 'rgb(-1%, -1%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-048 (ahem)
Color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)
The 'color' set to 'rgb(0%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-049 (ahem)
Color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)
The 'color' set to 'rgb(1%, 1%, 1%)' renders the correct foreground color of an element's text content.
color-050 (ahem)
Color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)
The 'color' set to 'rgb(-0%, -0%, -0%)' renders the correct foreground color of an element's text content.
color-051 (ahem)
Color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)
The 'color' set to 'rgb(+0%, +0%, +0%)' renders the correct foreground color of an element's text content.
color-052 (ahem)
Color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)
The 'color' set to 'rgb(50%, 50%, 50%)' renders the correct foreground color of an element's text content.
color-053 (ahem)
Color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)
The 'color' set to 'rgb(+50%, +50%, +50%)' renders the correct foreground color of an element's text content.
color-054 (ahem)
Color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)
The 'color' set to 'rgb(99%, 99%, 99%)' renders the correct foreground color of an element's text content.
color-055 (ahem)
Color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)
The 'color' set to 'rgb(100%, 100%, 100%)' renders the correct foreground color of an element's text content.
color-056 (ahem)
Color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)
The 'color' set to 'rgb(+100%, +100%, +100%)' renders the correct foreground color of an element's text content.
color-057 (ahem, invalid)
Color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)
The 'color' set to 'rgb(101%, 101%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-058 (ahem, invalid)
Color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)
The 'color' set to 'rgb(-1, -1, -1)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-059 (ahem)
Color set to rgb() using integers with the minimum value, rgb(0, 0, 0)
The 'color' set to 'rgb(0, 0, 0)' renders the correct foreground color of an element's text content.
color-060 (ahem)
Color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)
The 'color' set to 'rgb(1, 1, 1)' renders the correct foreground color of an element's text content.
color-061 (ahem)
Color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)
The 'color' set to 'rgb(-0, -0, -0)' renders the correct foreground color of an element's text content.
color-062 (ahem)
Color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)
The 'color' set to 'rgb(+0, +0, +0)' renders the correct foreground color of an element's text content.
color-063 (ahem)
Color set to rgb() using integers with a nominal value, rgb(128, 128, 128)
The 'color' set to 'rgb(128, 128, 128)' renders the correct foreground color of an element's text content.
color-064 (ahem)
Color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)
The 'color' set to 'rgb(+128, +128, +128)' renders the correct foreground color of an element's text content.
color-065 (ahem)
Color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)
The 'color' set to 'rgb(254, 254, 254)' renders the correct foreground color of an element's text content.
color-066 (ahem)
Color set to rgb() using integers with a maximum value, rgb(255, 255, 255)
The 'color' set to 'rgb(255, 255, 255)' renders the correct foreground color of an element's text content.
color-067 (ahem)
Color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)
The 'color' set to 'rgb(+255, +255, +255)' renders the correct foreground color of an element's text content.
color-068 (ahem, invalid)
Color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)
The 'color' set to 'rgb(256, 256, 256)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-069 (ahem, invalid)
Color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)
The 'color' set to 'rgb(-1%, 0%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-070 (ahem)
Color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)
The 'color' set to 'rgb(1%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-071 (ahem)
Color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)
The 'color' set to 'rgb(-0%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-072 (ahem)
Color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)
The 'color' set to 'rgb(+0%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-073 (ahem)
Color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)
The 'color' set to 'rgb(50%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-074 (ahem)
Color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)
The 'color' set to 'rgb(+50%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-075 (ahem)
Color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)
The 'color' set to 'rgb(99%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-076 (ahem)
Color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)
The 'color' set to 'rgb(100%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-077 (ahem)
Color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)
The 'color' set to 'rgb(+100%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-078 (ahem, invalid)
Color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)
The 'color' set to 'rgb(101%, 0%, 0%)' renders the correct foreground color of an element's text content.
color-079 (ahem, invalid)
Color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)
The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-080 (ahem)
Color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)
The 'color' set to 'rgb(1, 0, 0)' renders the correct foreground color of an element's text content.
color-081 (ahem)
Color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)
The 'color' set to 'rgb(-0, 0, 0)' renders the correct foreground color of an element's text content.
color-082 (ahem)
Color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)
The 'color' set to 'rgb(+0, 0, 0)' renders the correct foreground color of an element's text content.
color-083 (ahem)
Color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)
The 'color' set to 'rgb(128, 0, 0)' renders the correct foreground color of an element's text content.
color-084 (ahem)
Color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)
The 'color' set to 'rgb(+128, 0, 0)' renders the correct foreground color of an element's text content.
color-085 (ahem)
Color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)
The 'color' set to 'rgb(254, 0, 0)' renders the correct foreground color of an element's text content.
color-086 (ahem)
Color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)
The 'color' set to 'rgb(255, 0, 0)' renders the correct foreground color of an element's text content.
color-087 (ahem)
Color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)
The 'color' set to 'rgb(+255, 0, 0)' renders the correct foreground color of an element's text content.
color-088 (ahem, invalid)
Color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)
The 'color' set to 'rgb(256, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-089 (ahem, invalid)
Color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)
The 'color' set to 'rgb(0%, -1%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-090 (ahem)
Color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)
The 'color' set to 'rgb(0%, 1%, 0%)' renders the correct foreground color of an element's text content.
color-091 (ahem)
Color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)
The 'color' set to 'rgb(0%, -0%, 0%)' renders the correct foreground color of an element's text content. .
color-092 (ahem)
Color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)
The 'color' set to 'rgb(0%, +0%, 0%)' renders the correct foreground color of an element's text content.
color-093 (ahem)
Color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)
The 'color' set to 'rgb(0%, 50%, 0%) renders the correct foreground color of an element's text content.
color-094 (ahem)
Color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)
The 'color' set to 'rgb(0%, +50%, 0%)' renders the correct foreground color of an element's text content.
color-095 (ahem)
Color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)
The 'color' set to 'rgb(0%, 99%, 0%)' renders the correct foreground color of an element's text content.
color-096 (ahem)
Color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)
The 'color' set to 'rgb(0%, 100%, 0%)' renders the correct foreground color of an element's text content.
color-097 (ahem)
Color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)
The 'color' set to 'rgb(0%, +100%, 0%)' renders the correct foreground color of an element's text content.
color-098 (ahem, invalid)
Color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)
The 'color' set to 'rgb(0%, 101%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-099 (ahem, invalid)
Color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)
The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-100 (ahem)
Color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)
The 'color' set to 'rgb(0, 1, 0)' renders the correct foreground color of an element's text content.
color-101 (ahem)
Color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)
The 'color' set to 'rgb(0, -0, 0)' renders the correct foreground color of an element's text content.
color-102 (ahem)
Color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)
The 'color' set to 'rgb(0, +0, 0)' renders the correct foreground color of an element's text content.
color-103 (ahem)
Color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)
The 'color' set to 'rgb(0, 128, 0)' renders the correct foreground color of an element's text content.
color-104 (ahem)
Color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)
The 'color' set to 'rgb(0, +128, 0)' renders the correct foreground color of an element's text content.
color-105 (ahem)
Color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)
The 'color' set to 'rgb(0, 254, 0)' renders the correct foreground color of an element's text content.
color-106 (ahem)
Color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)
The 'color' set to 'rgb(0, 255, 0)' renders the correct foreground color of an element's text content.
color-107 (ahem)
Color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)
The 'color' set to 'rgb(0, +255, 0)' renders the correct foreground color of an element's text content.
color-108 (ahem, invalid)
Color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)
The 'color' set to 'rgb(0, 256, 0)' properly truncates to a valid value and renders the correct foreground color of an element's text content.
color-109 (ahem, invalid)
Color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)
The 'color' set to 'rgb(0%, 0%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-110 (ahem)
Color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)
The 'color' set to 'rgb(0%, 0%, 1%)' renders the correct foreground color of an element's text content.
color-111 (ahem)
Color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)
The 'color' set to 'rgb(0%, 0%, -0%)' renders the correct foreground color of an element's text content.
color-112 (ahem)
Color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)
The 'color' set to 'rgb(0%, 0%, +0%)' renders the correct foreground color of an element's text content.
color-113 (ahem)
Color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)
The 'color' set to 'rgb(0%, 0%, 50%)' renders the correct foreground color of an element's text content.
color-114 (ahem)
Color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)
The 'color' set to 'rgb(0%, 0%, +50%)' renders the correct foreground color of an element's text content.
color-115 (ahem)
Color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)
The 'color' set to 'rgb(0%, 0%, 99%)' renders the correct foreground color of an element's text content.
color-116 (ahem)
Color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)
The 'color' set to 'rgb(0%, 0%, 100%)' renders the correct foreground color of an element's text content.
color-117 (ahem)
Color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)
The 'color' set to 'rgb(0%, 0%, +100%)' renders the correct foreground color of an element's text content.
color-118 (ahem, invalid)
Color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)
The 'color' set to 'rgb(0%, 0%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-119 (ahem, invalid)
Color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)
The 'color' set to 'rgb(0, 0, -1)' truncates to a valid value and renders the correct foreground color of an element's text content.
color-120 (ahem)
Color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)
The 'color' set to 'rgb(0, 0, 1)' renders the correct foreground color of an element's text content.
color-121 (ahem)
Color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)
The 'color' set to 'rgb(0, 0, -0)' renders the correct foreground color of an element's text content.
color-122 (ahem)
Color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)
The 'color' set to 'rgb(0, 0, +0)' renders the correct foreground color of an element's text content.
color-123 (ahem)
Color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)
The 'color' set to 'rgb(0, 0, 128)' renders the correct foreground color of an element's text content.
color-124 (ahem)
Color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)
The 'color' set to 'rgb(0, 0, +128)' renders the correct foreground color of an element's text content.
color-125 (ahem)
Color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)
The 'color' set to 'rgb(0, 0, 254)' renders the correct foreground color of an element's text content.
color-126 (ahem)
Color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)
The 'color' set to 'rgb(0, 0, 255)' renders the correct foreground color of an element's text content.
color-127 (ahem)
Color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)
The 'color' set to 'rgb(0, 0, +255)' renders the correct foreground color of an element's text content.
color-128 (ahem, invalid)
Color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)
The 'color' set to 'rgb(0, 0, 256)' properly truncates to a valid value and renders the correct foreground color of an element's text content.
color-129 (ahem)
Color set to aqua
The 'color' set to 'aqua' renders the correct foreground color of an element's text content.
color-130 (ahem)
Color set to black
The 'color' set to 'black' renders the correct foreground color of an element's text content.
color-131 (ahem)
Color set to blue
The 'color' set to 'blue' renders the correct foreground color of an element's text content.
color-132 (ahem)
Color set to fuchsia
The 'color' set to 'fuchsia' renders the correct foreground color of an element's text content.
color-133 (ahem)
Color set to gray
The 'color' set to 'gray' renders the correct foreground color of an element's text content.
color-134 (ahem)
Color set to green
The 'color' set to 'green' renders the correct foreground color of an element's text content.
color-135 (ahem)
Color set to lime
The 'color' set to 'lime' renders the correct foreground color of an element's text content.
color-136 (ahem)
Color set to maroon
The 'color' set to 'maroon' renders the correct foreground color of an element's text content.
color-137 (ahem)
Color set to navy
The 'color' set to 'navy' renders the correct foreground color of an element's text content.
color-138 (ahem)
Color set to olive
The 'color' set to 'olive' renders the correct foreground color of an element's text content.
color-139 (ahem)
Color set to orange
The 'color' set to 'orange' renders the correct foreground color of an element's text content.
color-140 (ahem)
Color set to purple
The 'color' set to 'purple' renders the correct foreground color of an element's text content.
color-141 (ahem)
Color set to red
The 'color' set to 'red' renders the correct foreground color of an element's text content.
color-142 (ahem)
Color set to silver
The 'color' set to 'silver' renders the correct foreground color of an element's text content.
color-143 (ahem)
Color set to teal
The 'color' set to 'teal' renders the correct foreground color of an element's text content.
color-144 (ahem)
Color set to white
The 'color' set to 'white' renders the correct foreground color of an element's text content.
color-145 (ahem)
Color set to yellow
The 'color' set to 'yellow' renders the correct foreground color of an element's text content.
color-174 (ahem)
Color set to 'inherit'
The 'color' set to 'inherit' adopts the foreground color of an element's parent container.
color-applies-to-001
Color applied to elements with 'display' set to 'table-row-group'
The 'color' property applies to elements with 'display' set to 'table-row-group'.
color-applies-to-002
Color applied to elements with 'display' set to 'table-header-group'
The 'color' property applies to elements with 'display' set to 'table-header-group'.
color-applies-to-003
Color applied to elements with 'display' set to 'table-footer-group'
The 'color' property applies to elements with 'display' set to 'table-footer-group'.
color-applies-to-004
Color applied to elements with 'display' set to 'table-row'
The 'color' property applies to elements with 'display' set to 'table-row'.
color-applies-to-005
Color applied to elements with 'display' set to 'table-column-group'
The 'color' property does not apply to elements with 'display' set to 'table-column-group'.
color-applies-to-006
Color applied to elements with 'display' set to 'table-column'
The 'color' property does not apply to elements with 'display' set to 'table-column'.
color-applies-to-007
Color applied to elements with 'display' set to 'table-cell'
The 'color' property applies to elements with 'display' set to 'table-cell'.
color-applies-to-008
Color applied to elements with 'display' set to 'inline'
The 'color' property applies to elements with 'display' set to 'inline'.
color-applies-to-009
Color applied to elements with 'display' set to 'block'
The 'color' property applies to elements with 'display' set to 'block'.
color-applies-to-010
Color applied to elements with 'display' set to 'list-item'
The 'color' property applies to elements with 'display' set to 'list-item'.
color-applies-to-012
Color applied to elements with 'display' set to 'inline-block'
The 'color' property applies to elements with 'display' set to 'inline-block'.
color-applies-to-013
Color applied to elements with 'display' set to 'table'
The 'color' property applies to elements with 'display' set to 'table'.
color-applies-to-014
Color applied to elements with 'display' set to 'inline-table'
The 'color' property applies to elements with 'display' set to 'inline-table'.
color-applies-to-015
Color applied to elements with 'display' set to 'table-caption'
The 'color' property applies to elements with 'display' set to 'table-caption'.