#d9d9d9

Gray85

#d9d9d9 color hex

#d9d9d9 hex color information.
RGB value of #d9d9d9 is (217,217,217)
Change page background color to #d9d9d9 | Reset

#d9d9d9 rgb color chart

Color spaces of #d9d9d9 Gray85

RGB 217217217
HSL0.000.000.85
HSV85°
CMYK 0.000.000.00   0.15
XYZ65.952569.387275.5626
Yxy69.38720.31270.3290
Hunter Lab83.2990-4.44474.5258
CIE-Lab86.69540.0046-0.0092

Shades of #d9d9d9

Tints of #d9d9d9

RGB Percentages of Color #d9d9d9

%33.33
%33.33
%33.33

CMYK Percentages of Color #d9d9d9

%0
%0
%0
%15

#d9d9d9 Gray85 Color Info

#d9d9d9 hex color red value is 217, green value is 217 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #d9d9d9 hue: 0.00 , saturation: 0.00 and the lightness value of d9d9d9 is 0.85.

The process color (four color CMYK) of #d9d9d9 hex color is 0.00, 0.00, 0.00, 0.15. Web safe color of #d9d9d9 is #cccccc

Color #d9d9d9 rgb is equally color. #d9d9d9 color name is Gray85.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011001 11011001
Octal 331 331 331
Decimal 217 217 217
Hexadecimal D9 D9 D9

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #d9d9d9

Analogous Colors of #d9d9d9

Analogous colors are identical


#d9d9d9 HSL Color Chart
#d9d9d9 hsl color chart
#d9d9d9 RGB Color Chart

#d9d9d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d9d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d9d9 Color CSS Codes

.mybgcolor {background-color:#d9d9d9; } 
.myforecolor {color:#d9d9d9; }
.mybordercolor {border:3px solid #d9d9d9; }
Sample text font color #d9d9d9

This sample text font color is #d9d9d9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#d9d9d9">Text here</p>
#d9d9d9 background color

This div background color is #d9d9d9

<div style="background-color:#d9d9d9">
Div content here</div>
#d9d9d9 border color

This div border color is #d9d9d9

<div style="border:3px solid #d9d9d9">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #d9d9d9 Color Sample
#d9d9d9border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(217,217,217, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #d9d9d9; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #d9d9d9;
  -webkit-box-shadow: 1px 1px 3px 2px #d9d9d9;
  box-shadow:         1px 1px 3px 2px #d9d9d9; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,217,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9d9d9">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #d9d9d9

<div style="-moz-box-shadow: 1px 1px 3px 2px #d9d9d9;
  -webkit-box-shadow: 1px 1px 3px 2px #d9d9d9;
  box-shadow:         1px 1px 3px 2px #d9d9d9;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top