COLOR #D2D8CE

HEX: #D2D8CE
RGB: (210,216,206)

Color info

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

RGB color model

#D2D8CE color RGB value is (210,216,206).

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

RGB channels and saturation

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

210
216
206

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

Portions of RGB colors in percentages

R + G + B =
210 + 216 + 206 = 632 (100%)
R 210 of 632 ~ 33.23%
G 216 of 632 ~ 34.18%
B 206 of 632 ~ 32.59%

%33.23
%34.18
%32.59

CMYK color model

#D2D8CE color CMYK value is (3,0,5,15).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 15.29%
CMYK:
(3,0,5,15)
C3M0Y5K15 
(3%,0%,5%,15%)
(0.03/0.00/0.05/0.15)	

CMYK percentages

%2.78
%0
%4.63
%15.29

Codes

Color #D2D8CE in popluar color models

D2D8CE
RGB210216206
HSL96°11.36%82.75%
HSB/HSV96°4.63%84.71%
CMYK2.78%0.00%4.63%
15.29%

Color #D2D8CE in popluar number systems.

HEXD2D8CE
Decimal210216206
Binary110100101101100011001110
Octal322330316

Shades and tints

Shades of #D2D8CE

#D2D8CE
(210,216,206)
#BFC5BC
(191,197,188)
#ACB2AA
(172,178,170)
#999F98
(153,159,152)
#868C86
(134,140,134)
#737974
(115,121,116)
#606662
(96,102,98)
#4D5350
(77,83,80)
#3A403E
(58,64,62)
#272D2C
(39,45,44)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #D2D8CE

#D2D8CE
(210,216,206)
#D6DBD2
(214,219,210)
#DADED6
(218,222,214)
#DEE1DA
(222,225,218)
#E2E4DE
(226,228,222)
#E6E7E2
(230,231,226)
#EAEAE6
(234,234,230)
#EEEDEA
(238,237,234)
#F2F0EE
(242,240,238)
#F6F3F2
(246,243,242)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D8CE; }

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

This text font color is #D2D8CE.


Background Color

.myBgColor { background-color: #D2D8CE; }

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

This div background color is #D2D8CE.


Border color

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

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

This div border color is #D2D8CE.


Opacity

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

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

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

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

This text has shadow with #D2D8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D8CE on black background.


Color preview on white background

This text has color #D2D8CE on white background.



Black color preview on #D2D8CE background

This text has black color on #D2D8CE background.


White color preview on #D2D8CE background

This text has white color on #D2D8CE background.