COLOR #D5DACE

HEX: #D5DACE
RGB: (213,218,206)

Color info

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

RGB color model

#D5DACE color RGB value is (213,218,206).

  • red value is 213;
  • green value is 218;
  • blue value is 206.
RGB:
(213,218,206)
(84%,85%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 206 of 255 = 81%

213
218
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 218 + 206 = 637 (100%)
R 213 of 637 ~ 33.44%
G 218 of 637 ~ 34.22%
B 206 of 637 ~ 32.34%

%33.44
%34.22
%32.34

CMYK color model

#D5DACE color CMYK value is (2,0,6,15).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(2,0,6,15)
C2M0Y6K15 
(2%,0%,6%,15%)
(0.02/0.00/0.06/0.15)	

CMYK percentages

%2.29
%0
%5.5
%14.51

Codes

Color #D5DACE in popluar color models

D5DACE
RGB213218206
HSL85°13.95%83.14%
HSB/HSV85°5.50%85.49%
CMYK2.29%0.00%5.50%
14.51%

Color #D5DACE in popluar number systems.

HEXD5DACE
Decimal213218206
Binary110101011101101011001110
Octal325332316

Shades and tints

Shades of #D5DACE

#D5DACE
(213,218,206)
#C2C7BC
(194,199,188)
#AFB4AA
(175,180,170)
#9CA198
(156,161,152)
#898E86
(137,142,134)
#767B74
(118,123,116)
#636862
(99,104,98)
#505550
(80,85,80)
#3D423E
(61,66,62)
#2A2F2C
(42,47,44)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #D5DACE

#D5DACE
(213,218,206)
#D8DDD2
(216,221,210)
#DBE0D6
(219,224,214)
#DEE3DA
(222,227,218)
#E1E6DE
(225,230,222)
#E4E9E2
(228,233,226)
#E7ECE6
(231,236,230)
#EAEFEA
(234,239,234)
#EDF2EE
(237,242,238)
#F0F5F2
(240,245,242)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DACE; }

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

This text font color is #D5DACE.


Background Color

.myBgColor { background-color: #D5DACE; }

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

This div background color is #D5DACE.


Border color

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

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

This div border color is #D5DACE.


Opacity

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

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

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

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

This text has shadow with #D5DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DACE on black background.


Color preview on white background

This text has color #D5DACE on white background.



Black color preview on #D5DACE background

This text has black color on #D5DACE background.


White color preview on #D5DACE background

This text has white color on #D5DACE background.