COLOR #D8DAC8

HEX: #D8DAC8 RGB: (216,218,200)

Color info

#D8DAC8 contains red, green and blue colors in about the same proportion. Web safe color of #D8DAC8 is #CCCCCC (or #CCC).

RGB color model

#D8DAC8 color RGB value is (216,218,200).

RGB: (216,218,200) (85%, 85%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 200 of 255 = 78%

216
218
200

R + G + B ~ 83%. #D8DAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 200 = 634 (100%)
R 216 of 634 ~ 34.07%
G 218 of 634 ~ 34.38%
B 200 of 634 ~ 31.55'%

%34.07
%34.38
%31.55

CMYK color model

#D8DAC8 color CMYK value is (1,0,8,15).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%

CMYK: (1,0,8,15)
C1M0Y8K15 (1%, 0%, 8%, 15%)
(0.01 / 0.00 / 0.08 / 0.15)

CMYK percentages

%0.92
%0
%8.26
%14.51

Codes

Color #D8DAC8 in popluar color models

D8 DA C8
RGB 216 218 200
HSL 67° 19.57% 81.96%
HSB/HSV 67° 8.26% 85.49%
CMYK 0.92% 0.00% 8.26%
14.51%

Color #D8DAC8 in popluar number systems.

HEX D8 DA C8
Decimal 216 218 200
Binary 11011000 11011010 11001000
Octal 330 332 310

Shades and tints

Shades of #D8DAC8

#D8DAC8
(216,218,200)
#C5C7B6
(197,199,182)
#B2B4A4
(178,180,164)
#9FA192
(159,161,146)
#8C8E80
(140,142,128)
#797B6E
(121,123,110)
#66685C
(102,104,92)
#53554A
(83,85,74)
#404238
(64,66,56)
#2D2F26
(45,47,38)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #D8DAC8

#D8DAC8
(216,218,200)
#DBDDCD
(219,221,205)
#DEE0D2
(222,224,210)
#E1E3D7
(225,227,215)
#E4E6DC
(228,230,220)
#E7E9E1
(231,233,225)
#EAECE6
(234,236,230)
#EDEFEB
(237,239,235)
#F0F2F0
(240,242,240)
#F3F5F5
(243,245,245)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DAC8 color. Also use rgb(216,218,200) instead hex code.

Text Font Color

.myTextColor { color: #D8DAC8; }

<p style="color:#D8DAC8">This sample text font color is #D8DAC8.</p>

This text font color is #D8DAC8.

Background Color

.myBgColor { background-color: #D8DAC8; }

<div style="background-color:#D8DAC8">Inner text</div>

This div background color is #D8DAC8.

Border color

.myBorderColor { border: 1px solid #D8DAC8; }

<div style="border:3px solid #D8DAC8">Div</div>

This div border color is #D8DAC8.

Opacity

.myOpacity80 { color: #D8DAC8; opacity: 0.8; }

<p style="color:#D8DAC8;opacity:0.8;">80%</p>

Text with #D8DAC8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D8DAC8;}

<p style="text-shadow: 3px 3px 1px #D8DAC8">Text here.</p>

This text has shadow with #D8DAC8 color.


.textShadow {text-shadow: 3px 3px 1px #D8DAC8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D8DAC8, 5px 5px 20px red">Text here.</p>

This text has shadow with #D8DAC8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8DAC8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D8DAC8, Direction=45, Strength=4)">Text</p>

This text has shadow with #D8DAC8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D8DAC8;
-webkit-box-shadow: 1px 1px 3px 2px #D8DAC8;
box-shadow: 1px 1px 3px 2px #D8DAC8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8DAC8; -webkit-box-shadow: 1px 1px 3px 2px #D8DAC8; box-shadow:1px 1px 3px 2px #D8DAC8;">
Div content here
</div>

This div box has shadow with color #D8DAC8.

Preview

Color preview on black background

This text has color #D8DAC8 on black background.


Color preview on white background

This text has color #D8DAC8 on white background.


Black color preview on #D8DAC8 background

This text has black color on #D8DAC8 background.


White color preview on #D8DAC8 background

This text has white color on #D8DAC8 background.


Related colors

Complementary color

Complementary color for #hex is #272537.


I love getcolorcode.com

Triadic colors

1 #C8D8DA and #DAC8D8 with #D8DAC8 are triadic colors.

2 #C8DAD8 and #DAD8C8 with #D8DAC8 are triadic colors.