COLOR #D8DEC8

HEX: #D8DEC8
RGB: (216,222,200)

Color info

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

RGB color model

#D8DEC8 color RGB value is (216,222,200).

  • red value is 216;
  • green value is 222;
  • blue value is 200.
RGB:
(216,222,200)
(85%,87%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 200 of 255 = 78%

216
222
200

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

Portions of RGB colors in percentages

R + G + B =
216 + 222 + 200 = 638 (100%)
R 216 of 638 ~ 33.86%
G 222 of 638 ~ 34.8%
B 200 of 638 ~ 31.35%

%33.86
%34.8
%31.35

CMYK color model

#D8DEC8 color CMYK value is (3,0,10,13).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(3,0,10,13)
C3M0Y10K13 
(3%,0%,10%,13%)
(0.03/0.00/0.10/0.13)	

CMYK percentages

%2.7
%0
%9.91
%12.94

Codes

Color #D8DEC8 in popluar color models

D8DEC8
RGB216222200
HSL76°25.00%82.75%
HSB/HSV76°9.91%87.06%
CMYK2.70%0.00%9.91%
12.94%

Color #D8DEC8 in popluar number systems.

HEXD8DEC8
Decimal216222200
Binary110110001101111011001000
Octal330336310

Shades and tints

Shades of #D8DEC8

#D8DEC8
(216,222,200)
#C5CAB6
(197,202,182)
#B2B6A4
(178,182,164)
#9FA292
(159,162,146)
#8C8E80
(140,142,128)
#797A6E
(121,122,110)
#66665C
(102,102,92)
#53524A
(83,82,74)
#403E38
(64,62,56)
#2D2A26
(45,42,38)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #D8DEC8

#D8DEC8
(216,222,200)
#DBE1CD
(219,225,205)
#DEE4D2
(222,228,210)
#E1E7D7
(225,231,215)
#E4EADC
(228,234,220)
#E7EDE1
(231,237,225)
#EAF0E6
(234,240,230)
#EDF3EB
(237,243,235)
#F0F6F0
(240,246,240)
#F3F9F5
(243,249,245)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DEC8 color. Also use rgb(216,222,200) instead hex code.

Text Font Color

.myTextColor { color: #D8DEC8; }

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

This text font color is #D8DEC8.


Background Color

.myBgColor { background-color: #D8DEC8; }

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

This div background color is #D8DEC8.


Border color

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

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

This div border color is #D8DEC8.


Opacity

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

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

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

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

This text has shadow with #D8DEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DEC8 on black background.


Color preview on white background

This text has color #D8DEC8 on white background.



Black color preview on #D8DEC8 background

This text has black color on #D8DEC8 background.


White color preview on #D8DEC8 background

This text has white color on #D8DEC8 background.