COLOR #D8D2CC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

216
210
204

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

Portions of RGB colors in percentages

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

%34.29
%33.33
%32.38

CMYK color model

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

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

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

CMYK percentages

%0
%2.78
%5.56
%15.29

Codes

Color #D8D2CC in popluar color models

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

Color #D8D2CC in popluar number systems.

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

Shades and tints

Shades of #D8D2CC

#D8D2CC
(216,210,204)
#C5BFBA
(197,191,186)
#B2ACA8
(178,172,168)
#9F9996
(159,153,150)
#8C8684
(140,134,132)
#797372
(121,115,114)
#666060
(102,96,96)
#534D4E
(83,77,78)
#403A3C
(64,58,60)
#2D272A
(45,39,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #D8D2CC

#D8D2CC
(216,210,204)
#DBD6D0
(219,214,208)
#DEDAD4
(222,218,212)
#E1DED8
(225,222,216)
#E4E2DC
(228,226,220)
#E7E6E0
(231,230,224)
#EAEAE4
(234,234,228)
#EDEEE8
(237,238,232)
#F0F2EC
(240,242,236)
#F3F6F0
(243,246,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D2CC; }

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

This text font color is #D8D2CC.

Background Color

.myBgColor { background-color: #D8D2CC; }

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

This div background color is #D8D2CC.

Border color

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

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

This div border color is #D8D2CC.

Opacity

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

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

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

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

This text has shadow with #D8D2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D2CC.

Preview

Color preview on black background

This text has color #D8D2CC on black background.


Color preview on white background

This text has color #D8D2CC on white background.


Black color preview on #D8D2CC background

This text has black color on #D8D2CC background.


White color preview on #D8D2CC background

This text has white color on #D8D2CC background.


Related colors

Complementary color

Complementary color for #hex is #272D33.


I love getcolorcode.com

Triadic colors

1 #CCD8D2 and #D2CCD8 with #D8D2CC are triadic colors.

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