COLOR #D2DEC9

HEX: #D2DEC9
RGB: (210,222,201)

Color info

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

RGB color model

#D2DEC9 color RGB value is (210,222,201).

  • red value is 210;
  • green value is 222;
  • blue value is 201.
RGB:
(210,222,201)
(82%,87%,79%)

RGB channels and saturation

R 210 of 255 = 82%
G 222 of 255 = 87%
B 201 of 255 = 79%

210
222
201

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

Portions of RGB colors in percentages

R + G + B =
210 + 222 + 201 = 633 (100%)
R 210 of 633 ~ 33.18%
G 222 of 633 ~ 35.07%
B 201 of 633 ~ 31.75%

%33.18
%35.07
%31.75

CMYK color model

#D2DEC9 color CMYK value is (5,0,9,13).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(5,0,9,13)
C5M0Y9K13 
(5%,0%,9%,13%)
(0.05/0.00/0.09/0.13)	

CMYK percentages

%5.41
%0
%9.46
%12.94

Codes

Color #D2DEC9 in popluar color models

D2DEC9
RGB210222201
HSL94°24.14%82.94%
HSB/HSV94°9.46%87.06%
CMYK5.41%0.00%9.46%
12.94%

Color #D2DEC9 in popluar number systems.

HEXD2DEC9
Decimal210222201
Binary110100101101111011001001
Octal322336311

Shades and tints

Shades of #D2DEC9

#D2DEC9
(210,222,201)
#BFCAB7
(191,202,183)
#ACB6A5
(172,182,165)
#99A293
(153,162,147)
#868E81
(134,142,129)
#737A6F
(115,122,111)
#60665D
(96,102,93)
#4D524B
(77,82,75)
#3A3E39
(58,62,57)
#272A27
(39,42,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #D2DEC9

#D2DEC9
(210,222,201)
#D6E1CD
(214,225,205)
#DAE4D1
(218,228,209)
#DEE7D5
(222,231,213)
#E2EAD9
(226,234,217)
#E6EDDD
(230,237,221)
#EAF0E1
(234,240,225)
#EEF3E5
(238,243,229)
#F2F6E9
(242,246,233)
#F6F9ED
(246,249,237)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DEC9 color. Also use rgb(210,222,201) instead hex code.

Text Font Color

.myTextColor { color: #D2DEC9; }

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

This text font color is #D2DEC9.


Background Color

.myBgColor { background-color: #D2DEC9; }

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

This div background color is #D2DEC9.


Border color

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

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

This div border color is #D2DEC9.


Opacity

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

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

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

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

This text has shadow with #D2DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DEC9 on black background.


Color preview on white background

This text has color #D2DEC9 on white background.



Black color preview on #D2DEC9 background

This text has black color on #D2DEC9 background.


White color preview on #D2DEC9 background

This text has white color on #D2DEC9 background.