COLOR #D2DACE

HEX: #D2DACE
RGB: (210,218,206)

Color info

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

RGB color model

#D2DACE color RGB value is (210,218,206).

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

RGB channels and saturation

R 210 of 255 = 82%
G 218 of 255 = 85%
B 206 of 255 = 81%

210
218
206

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

Portions of RGB colors in percentages

R + G + B =
210 + 218 + 206 = 634 (100%)
R 210 of 634 ~ 33.12%
G 218 of 634 ~ 34.38%
B 206 of 634 ~ 32.49%

%33.12
%34.38
%32.49

CMYK color model

#D2DACE color CMYK value is (4,0,6,15).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(4,0,6,15)
C4M0Y6K15 
(4%,0%,6%,15%)
(0.04/0.00/0.06/0.15)	

CMYK percentages

%3.67
%0
%5.5
%14.51

Codes

Color #D2DACE in popluar color models

D2DACE
RGB210218206
HSL100°13.95%83.14%
HSB/HSV100°5.50%85.49%
CMYK3.67%0.00%5.50%
14.51%

Color #D2DACE in popluar number systems.

HEXD2DACE
Decimal210218206
Binary110100101101101011001110
Octal322332316

Shades and tints

Shades of #D2DACE

#D2DACE
(210,218,206)
#BFC7BC
(191,199,188)
#ACB4AA
(172,180,170)
#99A198
(153,161,152)
#868E86
(134,142,134)
#737B74
(115,123,116)
#606862
(96,104,98)
#4D5550
(77,85,80)
#3A423E
(58,66,62)
#272F2C
(39,47,44)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #D2DACE

#D2DACE
(210,218,206)
#D6DDD2
(214,221,210)
#DAE0D6
(218,224,214)
#DEE3DA
(222,227,218)
#E2E6DE
(226,230,222)
#E6E9E2
(230,233,226)
#EAECE6
(234,236,230)
#EEEFEA
(238,239,234)
#F2F2EE
(242,242,238)
#F6F5F2
(246,245,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DACE; }

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

This text font color is #D2DACE.


Background Color

.myBgColor { background-color: #D2DACE; }

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

This div background color is #D2DACE.


Border color

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

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

This div border color is #D2DACE.


Opacity

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

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

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

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

This text has shadow with #D2DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DACE on black background.


Color preview on white background

This text has color #D2DACE on white background.



Black color preview on #D2DACE background

This text has black color on #D2DACE background.


White color preview on #D2DACE background

This text has white color on #D2DACE background.