COLOR #D2DDC4

HEX: #D2DDC4
RGB: (210,221,196)

Color info

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

RGB color model

#D2DDC4 color RGB value is (210,221,196).

  • red value is 210;
  • green value is 221;
  • blue value is 196.
RGB:
(210,221,196)
(82%,87%,77%)

RGB channels and saturation

R 210 of 255 = 82%
G 221 of 255 = 87%
B 196 of 255 = 77%

210
221
196

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

Portions of RGB colors in percentages

R + G + B =
210 + 221 + 196 = 627 (100%)
R 210 of 627 ~ 33.49%
G 221 of 627 ~ 35.25%
B 196 of 627 ~ 31.26%

%33.49
%35.25
%31.26

CMYK color model

#D2DDC4 color CMYK value is (5,0,11,13).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK:
(5,0,11,13)
C5M0Y11K13 
(5%,0%,11%,13%)
(0.05/0.00/0.11/0.13)	

CMYK percentages

%4.98
%0
%11.31
%13.33

Codes

Color #D2DDC4 in popluar color models

D2DDC4
RGB210221196
HSL86°26.88%81.76%
HSB/HSV86°11.31%86.67%
CMYK4.98%0.00%11.31%
13.33%

Color #D2DDC4 in popluar number systems.

HEXD2DDC4
Decimal210221196
Binary110100101101110111000100
Octal322335304

Shades and tints

Shades of #D2DDC4

#D2DDC4
(210,221,196)
#BFC9B3
(191,201,179)
#ACB5A2
(172,181,162)
#99A191
(153,161,145)
#868D80
(134,141,128)
#73796F
(115,121,111)
#60655E
(96,101,94)
#4D514D
(77,81,77)
#3A3D3C
(58,61,60)
#27292B
(39,41,43)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #D2DDC4

#D2DDC4
(210,221,196)
#D6E0C9
(214,224,201)
#DAE3CE
(218,227,206)
#DEE6D3
(222,230,211)
#E2E9D8
(226,233,216)
#E6ECDD
(230,236,221)
#EAEFE2
(234,239,226)
#EEF2E7
(238,242,231)
#F2F5EC
(242,245,236)
#F6F8F1
(246,248,241)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DDC4 color. Also use rgb(210,221,196) instead hex code.

Text Font Color

.myTextColor { color: #D2DDC4; }

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

This text font color is #D2DDC4.


Background Color

.myBgColor { background-color: #D2DDC4; }

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

This div background color is #D2DDC4.


Border color

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

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

This div border color is #D2DDC4.


Opacity

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

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

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

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

This text has shadow with #D2DDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DDC4 on black background.


Color preview on white background

This text has color #D2DDC4 on white background.



Black color preview on #D2DDC4 background

This text has black color on #D2DDC4 background.


White color preview on #D2DDC4 background

This text has white color on #D2DDC4 background.