COLOR #D8D3CC

HEX: #D8D3CC RGB: (216,211,204)

Color info

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

RGB color model

#D8D3CC color RGB value is (216,211,204).

RGB: (216,211,204) (85%, 83%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 211 of 255 = 83%
B 204 of 255 = 80%

216
211
204

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

Portions of RGB colors in percentages

R + G + B = 216 + 211 + 204 = 631 (100%)
R 216 of 631 ~ 34.23%
G 211 of 631 ~ 33.44%
B 204 of 631 ~ 32.33'%

%34.23
%33.44
%32.33

CMYK color model

#D8D3CC color CMYK value is (0,2,6,15).

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

CMYK: (0,2,6,15)
C0M2Y6K15 (0%, 2%, 6%, 15%)
(0.00 / 0.02 / 0.06 / 0.15)

CMYK percentages

%0
%2.31
%5.56
%15.29

Codes

Color #D8D3CC in popluar color models

D8 D3 CC
RGB 216 211 204
HSL 35° 13.33% 82.35%
HSB/HSV 35° 5.56% 84.71%
CMYK 0.00% 2.31% 5.56%
15.29%

Color #D8D3CC in popluar number systems.

HEX D8 D3 CC
Decimal 216 211 204
Binary 11011000 11010011 11001100
Octal 330 323 314

Shades and tints

Shades of #D8D3CC

#D8D3CC
(216,211,204)
#C5C0BA
(197,192,186)
#B2ADA8
(178,173,168)
#9F9A96
(159,154,150)
#8C8784
(140,135,132)
#797472
(121,116,114)
#666160
(102,97,96)
#534E4E
(83,78,78)
#403B3C
(64,59,60)
#2D282A
(45,40,42)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #D8D3CC

#D8D3CC
(216,211,204)
#DBD7D0
(219,215,208)
#DEDBD4
(222,219,212)
#E1DFD8
(225,223,216)
#E4E3DC
(228,227,220)
#E7E7E0
(231,231,224)
#EAEBE4
(234,235,228)
#EDEFE8
(237,239,232)
#F0F3EC
(240,243,236)
#F3F7F0
(243,247,240)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D3CC; }

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

This text font color is #D8D3CC.

Background Color

.myBgColor { background-color: #D8D3CC; }

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

This div background color is #D8D3CC.

Border color

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

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

This div border color is #D8D3CC.

Opacity

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

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

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

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

This text has shadow with #D8D3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D3CC.

Preview

Color preview on black background

This text has color #D8D3CC on black background.


Color preview on white background

This text has color #D8D3CC on white background.


Black color preview on #D8D3CC background

This text has black color on #D8D3CC background.


White color preview on #D8D3CC background

This text has white color on #D8D3CC background.


Related colors

Complementary color

Complementary color for #hex is #272C33.


I love getcolorcode.com

Triadic colors

1 #CCD8D3 and #D3CCD8 with #D8D3CC are triadic colors.

2 #CCD3D8 and #D3D8CC with #D8D3CC are triadic colors.