COLOR #D8E0CB

HEX: #D8E0CB
RGB: (216,224,203)

Color info

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

RGB color model

#D8E0CB color RGB value is (216,224,203).

  • red value is 216;
  • green value is 224;
  • blue value is 203.
RGB:
(216,224,203)
(85%,88%,80%)

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 203 of 255 = 80%

216
224
203

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

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 203 = 643 (100%)
R 216 of 643 ~ 33.59%
G 224 of 643 ~ 34.84%
B 203 of 643 ~ 31.57%

%33.59
%34.84
%31.57

CMYK color model

#D8E0CB color CMYK value is (4,0,9,12).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 12.16%
CMYK:
(4,0,9,12)
C4M0Y9K12 
(4%,0%,9%,12%)
(0.04/0.00/0.09/0.12)	

CMYK percentages

%3.57
%0
%9.38
%12.16

Codes

Color #D8E0CB in popluar color models

D8E0CB
RGB216224203
HSL83°25.30%83.73%
HSB/HSV83°9.38%87.84%
CMYK3.57%0.00%9.38%
12.16%

Color #D8E0CB in popluar number systems.

HEXD8E0CB
Decimal216224203
Binary110110001110000011001011
Octal330340313

Shades and tints

Shades of #D8E0CB

#D8E0CB
(216,224,203)
#C5CCB9
(197,204,185)
#B2B8A7
(178,184,167)
#9FA495
(159,164,149)
#8C9083
(140,144,131)
#797C71
(121,124,113)
#66685F
(102,104,95)
#53544D
(83,84,77)
#40403B
(64,64,59)
#2D2C29
(45,44,41)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8E0CB

#D8E0CB
(216,224,203)
#DBE2CF
(219,226,207)
#DEE4D3
(222,228,211)
#E1E6D7
(225,230,215)
#E4E8DB
(228,232,219)
#E7EADF
(231,234,223)
#EAECE3
(234,236,227)
#EDEEE7
(237,238,231)
#F0F0EB
(240,240,235)
#F3F2EF
(243,242,239)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E0CB color. Also use rgb(216,224,203) instead hex code.

Text Font Color

.myTextColor { color: #D8E0CB; }

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

This text font color is #D8E0CB.


Background Color

.myBgColor { background-color: #D8E0CB; }

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

This div background color is #D8E0CB.


Border color

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

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

This div border color is #D8E0CB.


Opacity

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

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

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

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

This text has shadow with #D8E0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E0CB on black background.


Color preview on white background

This text has color #D8E0CB on white background.



Black color preview on #D8E0CB background

This text has black color on #D8E0CB background.


White color preview on #D8E0CB background

This text has white color on #D8E0CB background.