COLOR #D8DDCC

HEX: #D8DDCC
RGB: (216,221,204)

Color info

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

RGB color model

#D8DDCC color RGB value is (216,221,204).

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

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 204 of 255 = 80%

216
221
204

R + G + B ~ 84%. #D8DDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 204 = 641 (100%)
R 216 of 641 ~ 33.7%
G 221 of 641 ~ 34.48%
B 204 of 641 ~ 31.83%

%33.7
%34.48
%31.83

CMYK color model

#D8DDCC color CMYK value is (2,0,8,13).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(2,0,8,13)
C2M0Y8K13 
(2%,0%,8%,13%)
(0.02/0.00/0.08/0.13)	

CMYK percentages

%2.26
%0
%7.69
%13.33

Codes

Color #D8DDCC in popluar color models

D8DDCC
RGB216221204
HSL78°20.00%83.33%
HSB/HSV78°7.69%86.67%
CMYK2.26%0.00%7.69%
13.33%

Color #D8DDCC in popluar number systems.

HEXD8DDCC
Decimal216221204
Binary110110001101110111001100
Octal330335314

Shades and tints

Shades of #D8DDCC

#D8DDCC
(216,221,204)
#C5C9BA
(197,201,186)
#B2B5A8
(178,181,168)
#9FA196
(159,161,150)
#8C8D84
(140,141,132)
#797972
(121,121,114)
#666560
(102,101,96)
#53514E
(83,81,78)
#403D3C
(64,61,60)
#2D292A
(45,41,42)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #D8DDCC

#D8DDCC
(216,221,204)
#DBE0D0
(219,224,208)
#DEE3D4
(222,227,212)
#E1E6D8
(225,230,216)
#E4E9DC
(228,233,220)
#E7ECE0
(231,236,224)
#EAEFE4
(234,239,228)
#EDF2E8
(237,242,232)
#F0F5EC
(240,245,236)
#F3F8F0
(243,248,240)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDCC; }

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

This text font color is #D8DDCC.


Background Color

.myBgColor { background-color: #D8DDCC; }

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

This div background color is #D8DDCC.


Border color

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

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

This div border color is #D8DDCC.


Opacity

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

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

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

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

This text has shadow with #D8DDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDCC on black background.


Color preview on white background

This text has color #D8DDCC on white background.



Black color preview on #D8DDCC background

This text has black color on #D8DDCC background.


White color preview on #D8DDCC background

This text has white color on #D8DDCC background.