COLOR #D8DDC2

HEX: #D8DDC2
RGB: (216,221,194)

Color info

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

RGB color model

#D8DDC2 color RGB value is (216,221,194).

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

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 194 of 255 = 76%

216
221
194

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

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 194 = 631 (100%)
R 216 of 631 ~ 34.23%
G 221 of 631 ~ 35.02%
B 194 of 631 ~ 30.74%

%34.23
%35.02
%30.74

CMYK color model

#D8DDC2 color CMYK value is (2,0,12,13).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK:
(2,0,12,13)
C2M0Y12K13 
(2%,0%,12%,13%)
(0.02/0.00/0.12/0.13)	

CMYK percentages

%2.26
%0
%12.22
%13.33

Codes

Color #D8DDC2 in popluar color models

D8DDC2
RGB216221194
HSL71°28.42%81.37%
HSB/HSV71°12.22%86.67%
CMYK2.26%0.00%12.22%
13.33%

Color #D8DDC2 in popluar number systems.

HEXD8DDC2
Decimal216221194
Binary110110001101110111000010
Octal330335302

Shades and tints

Shades of #D8DDC2

#D8DDC2
(216,221,194)
#C5C9B1
(197,201,177)
#B2B5A0
(178,181,160)
#9FA18F
(159,161,143)
#8C8D7E
(140,141,126)
#79796D
(121,121,109)
#66655C
(102,101,92)
#53514B
(83,81,75)
#403D3A
(64,61,58)
#2D2929
(45,41,41)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #D8DDC2

#D8DDC2
(216,221,194)
#DBE0C7
(219,224,199)
#DEE3CC
(222,227,204)
#E1E6D1
(225,230,209)
#E4E9D6
(228,233,214)
#E7ECDB
(231,236,219)
#EAEFE0
(234,239,224)
#EDF2E5
(237,242,229)
#F0F5EA
(240,245,234)
#F3F8EF
(243,248,239)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDC2; }

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

This text font color is #D8DDC2.


Background Color

.myBgColor { background-color: #D8DDC2; }

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

This div background color is #D8DDC2.


Border color

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

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

This div border color is #D8DDC2.


Opacity

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

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

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

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

This text has shadow with #D8DDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDC2 on black background.


Color preview on white background

This text has color #D8DDC2 on white background.



Black color preview on #D8DDC2 background

This text has black color on #D8DDC2 background.


White color preview on #D8DDC2 background

This text has white color on #D8DDC2 background.