COLOR #D5DAC8

HEX: #D5DAC8 RGB: (213,218,200)

Color info

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

RGB color model

#D5DAC8 color RGB value is (213,218,200).

RGB: (213,218,200) (84%, 85%, 78%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 200 of 255 = 78%

213
218
200

R + G + B ~ 82%. #D5DAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 200 = 631 (100%)
R 213 of 631 ~ 33.76%
G 218 of 631 ~ 34.55%
B 200 of 631 ~ 31.7'%

%33.76
%34.55
%31.7

CMYK color model

#D5DAC8 color CMYK value is (2,0,8,15).

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

CMYK: (2,0,8,15)
C2M0Y8K15 (2%, 0%, 8%, 15%)
(0.02 / 0.00 / 0.08 / 0.15)

CMYK percentages

%2.29
%0
%8.26
%14.51

Codes

Color #D5DAC8 in popluar color models

D5 DA C8
RGB 213 218 200
HSL 77° 19.57% 81.96%
HSB/HSV 77° 8.26% 85.49%
CMYK 2.29% 0.00% 8.26%
14.51%

Color #D5DAC8 in popluar number systems.

HEX D5 DA C8
Decimal 213 218 200
Binary 11010101 11011010 11001000
Octal 325 332 310

Shades and tints

Shades of #D5DAC8

#D5DAC8
(213,218,200)
#C2C7B6
(194,199,182)
#AFB4A4
(175,180,164)
#9CA192
(156,161,146)
#898E80
(137,142,128)
#767B6E
(118,123,110)
#63685C
(99,104,92)
#50554A
(80,85,74)
#3D4238
(61,66,56)
#2A2F26
(42,47,38)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #D5DAC8

#D5DAC8
(213,218,200)
#D8DDCD
(216,221,205)
#DBE0D2
(219,224,210)
#DEE3D7
(222,227,215)
#E1E6DC
(225,230,220)
#E4E9E1
(228,233,225)
#E7ECE6
(231,236,230)
#EAEFEB
(234,239,235)
#EDF2F0
(237,242,240)
#F0F5F5
(240,245,245)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAC8; }

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

This text font color is #D5DAC8.

Background Color

.myBgColor { background-color: #D5DAC8; }

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

This div background color is #D5DAC8.

Border color

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

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

This div border color is #D5DAC8.

Opacity

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

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

Text with #D5DAC8 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 #D5DAC8;}

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

This text has shadow with #D5DAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DAC8.

Preview

Color preview on black background

This text has color #D5DAC8 on black background.


Color preview on white background

This text has color #D5DAC8 on white background.


Black color preview on #D5DAC8 background

This text has black color on #D5DAC8 background.


White color preview on #D5DAC8 background

This text has white color on #D5DAC8 background.


Related colors

Complementary color

Complementary color for #hex is #2A2537.


I love getcolorcode.com

Triadic colors

1 #C8D5DA and #DAC8D5 with #D5DAC8 are triadic colors.

2 #C8DAD5 and #DAD5C8 with #D5DAC8 are triadic colors.