COLOR #D2D8CC

HEX: #D2D8CC RGB: (210,216,204)

Color info

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

RGB color model

#D2D8CC color RGB value is (210,216,204).

RGB: (210,216,204) (82%, 85%, 80%)

RGB channels and saturation

R 210 of 255 = 82%
G 216 of 255 = 85%
B 204 of 255 = 80%

210
216
204

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

Portions of RGB colors in percentages

R + G + B = 210 + 216 + 204 = 630 (100%)
R 210 of 630 ~ 33.33%
G 216 of 630 ~ 34.29%
B 204 of 630 ~ 32.38'%

%33.33
%34.29
%32.38

CMYK color model

#D2D8CC color CMYK value is (3,0,6,15).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 15.29%

CMYK: (3,0,6,15)
C3M0Y6K15 (3%, 0%, 6%, 15%)
(0.03 / 0.00 / 0.06 / 0.15)

CMYK percentages

%2.78
%0
%5.56
%15.29

Codes

Color #D2D8CC in popluar color models

D2 D8 CC
RGB 210 216 204
HSL 90° 13.33% 82.35%
HSB/HSV 90° 5.56% 84.71%
CMYK 2.78% 0.00% 5.56%
15.29%

Color #D2D8CC in popluar number systems.

HEX D2 D8 CC
Decimal 210 216 204
Binary 11010010 11011000 11001100
Octal 322 330 314

Shades and tints

Shades of #D2D8CC

#D2D8CC
(210,216,204)
#BFC5BA
(191,197,186)
#ACB2A8
(172,178,168)
#999F96
(153,159,150)
#868C84
(134,140,132)
#737972
(115,121,114)
#606660
(96,102,96)
#4D534E
(77,83,78)
#3A403C
(58,64,60)
#272D2A
(39,45,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #D2D8CC

#D2D8CC
(210,216,204)
#D6DBD0
(214,219,208)
#DADED4
(218,222,212)
#DEE1D8
(222,225,216)
#E2E4DC
(226,228,220)
#E6E7E0
(230,231,224)
#EAEAE4
(234,234,228)
#EEEDE8
(238,237,232)
#F2F0EC
(242,240,236)
#F6F3F0
(246,243,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D8CC; }

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

This text font color is #D2D8CC.

Background Color

.myBgColor { background-color: #D2D8CC; }

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

This div background color is #D2D8CC.

Border color

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

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

This div border color is #D2D8CC.

Opacity

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

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

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

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

This text has shadow with #D2D8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D8CC.

Preview

Color preview on black background

This text has color #D2D8CC on black background.


Color preview on white background

This text has color #D2D8CC on white background.


Black color preview on #D2D8CC background

This text has black color on #D2D8CC background.


White color preview on #D2D8CC background

This text has white color on #D2D8CC background.


Related colors

Complementary color

Complementary color for #hex is #2D2733.


I love getcolorcode.com

Triadic colors

1 #CCD2D8 and #D8CCD2 with #D2D8CC are triadic colors.

2 #CCD8D2 and #D8D2CC with #D2D8CC are triadic colors.