COLOR #D8DFCB

HEX: #D8DFCB
RGB: (216,223,203)

Color info

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

RGB color model

#D8DFCB color RGB value is (216,223,203).

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

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 203 of 255 = 80%

216
223
203

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

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 203 = 642 (100%)
R 216 of 642 ~ 33.64%
G 223 of 642 ~ 34.74%
B 203 of 642 ~ 31.62%

%33.64
%34.74
%31.62

CMYK color model

#D8DFCB color CMYK value is (3,0,9,13).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 12.55%
CMYK:
(3,0,9,13)
C3M0Y9K13 
(3%,0%,9%,13%)
(0.03/0.00/0.09/0.13)	

CMYK percentages

%3.14
%0
%8.97
%12.55

Codes

Color #D8DFCB in popluar color models

D8DFCB
RGB216223203
HSL81°23.81%83.53%
HSB/HSV81°8.97%87.45%
CMYK3.14%0.00%8.97%
12.55%

Color #D8DFCB in popluar number systems.

HEXD8DFCB
Decimal216223203
Binary110110001101111111001011
Octal330337313

Shades and tints

Shades of #D8DFCB

#D8DFCB
(216,223,203)
#C5CBB9
(197,203,185)
#B2B7A7
(178,183,167)
#9FA395
(159,163,149)
#8C8F83
(140,143,131)
#797B71
(121,123,113)
#66675F
(102,103,95)
#53534D
(83,83,77)
#403F3B
(64,63,59)
#2D2B29
(45,43,41)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8DFCB

#D8DFCB
(216,223,203)
#DBE1CF
(219,225,207)
#DEE3D3
(222,227,211)
#E1E5D7
(225,229,215)
#E4E7DB
(228,231,219)
#E7E9DF
(231,233,223)
#EAEBE3
(234,235,227)
#EDEDE7
(237,237,231)
#F0EFEB
(240,239,235)
#F3F1EF
(243,241,239)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFCB; }

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

This text font color is #D8DFCB.


Background Color

.myBgColor { background-color: #D8DFCB; }

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

This div background color is #D8DFCB.


Border color

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

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

This div border color is #D8DFCB.


Opacity

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

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

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

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

This text has shadow with #D8DFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFCB on black background.


Color preview on white background

This text has color #D8DFCB on white background.



Black color preview on #D8DFCB background

This text has black color on #D8DFCB background.


White color preview on #D8DFCB background

This text has white color on #D8DFCB background.