COLOR #D2DDCC

HEX: #D2DDCC
RGB: (210,221,204)

Color info

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

RGB color model

#D2DDCC color RGB value is (210,221,204).

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

RGB channels and saturation

R 210 of 255 = 82%
G 221 of 255 = 87%
B 204 of 255 = 80%

210
221
204

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

Portions of RGB colors in percentages

R + G + B =
210 + 221 + 204 = 635 (100%)
R 210 of 635 ~ 33.07%
G 221 of 635 ~ 34.8%
B 204 of 635 ~ 32.13%

%33.07
%34.8
%32.13

CMYK color model

#D2DDCC color CMYK value is (5,0,8,13).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(5,0,8,13)
C5M0Y8K13 
(5%,0%,8%,13%)
(0.05/0.00/0.08/0.13)	

CMYK percentages

%4.98
%0
%7.69
%13.33

Codes

Color #D2DDCC in popluar color models

D2DDCC
RGB210221204
HSL99°20.00%83.33%
HSB/HSV99°7.69%86.67%
CMYK4.98%0.00%7.69%
13.33%

Color #D2DDCC in popluar number systems.

HEXD2DDCC
Decimal210221204
Binary110100101101110111001100
Octal322335314

Shades and tints

Shades of #D2DDCC

#D2DDCC
(210,221,204)
#BFC9BA
(191,201,186)
#ACB5A8
(172,181,168)
#99A196
(153,161,150)
#868D84
(134,141,132)
#737972
(115,121,114)
#606560
(96,101,96)
#4D514E
(77,81,78)
#3A3D3C
(58,61,60)
#27292A
(39,41,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #D2DDCC

#D2DDCC
(210,221,204)
#D6E0D0
(214,224,208)
#DAE3D4
(218,227,212)
#DEE6D8
(222,230,216)
#E2E9DC
(226,233,220)
#E6ECE0
(230,236,224)
#EAEFE4
(234,239,228)
#EEF2E8
(238,242,232)
#F2F5EC
(242,245,236)
#F6F8F0
(246,248,240)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DDCC; }

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

This text font color is #D2DDCC.


Background Color

.myBgColor { background-color: #D2DDCC; }

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

This div background color is #D2DDCC.


Border color

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

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

This div border color is #D2DDCC.


Opacity

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

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

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

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

This text has shadow with #D2DDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DDCC on black background.


Color preview on white background

This text has color #D2DDCC on white background.



Black color preview on #D2DDCC background

This text has black color on #D2DDCC background.


White color preview on #D2DDCC background

This text has white color on #D2DDCC background.