COLOR #D8DCBD

HEX: #D8DCBD
RGB: (216,220,189)

Color info

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

RGB color model

#D8DCBD color RGB value is (216,220,189).

  • red value is 216;
  • green value is 220;
  • blue value is 189.
RGB:
(216,220,189)
(85%,86%,74%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 189 of 255 = 74%

216
220
189

R + G + B ~ 82%. #D8DCBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 220 + 189 = 625 (100%)
R 216 of 625 ~ 34.56%
G 220 of 625 ~ 35.2%
B 189 of 625 ~ 30.24%

%34.56
%35.2
%30.24

CMYK color model

#D8DCBD color CMYK value is (2,0,14,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 13.73%
CMYK:
(2,0,14,14)
C2M0Y14K14 
(2%,0%,14%,14%)
(0.02/0.00/0.14/0.14)	

CMYK percentages

%1.82
%0
%14.09
%13.73

Codes

Color #D8DCBD in popluar color models

D8DCBD
RGB216220189
HSL68°30.69%80.20%
HSB/HSV68°14.09%86.27%
CMYK1.82%0.00%14.09%
13.73%

Color #D8DCBD in popluar number systems.

HEXD8DCBD
Decimal216220189
Binary110110001101110010111101
Octal330334275

Shades and tints

Shades of #D8DCBD

#D8DCBD
(216,220,189)
#C5C8AC
(197,200,172)
#B2B49B
(178,180,155)
#9FA08A
(159,160,138)
#8C8C79
(140,140,121)
#797868
(121,120,104)
#666457
(102,100,87)
#535046
(83,80,70)
#403C35
(64,60,53)
#2D2824
(45,40,36)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #D8DCBD

#D8DCBD
(216,220,189)
#DBDFC3
(219,223,195)
#DEE2C9
(222,226,201)
#E1E5CF
(225,229,207)
#E4E8D5
(228,232,213)
#E7EBDB
(231,235,219)
#EAEEE1
(234,238,225)
#EDF1E7
(237,241,231)
#F0F4ED
(240,244,237)
#F3F7F3
(243,247,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DCBD color. Also use rgb(216,220,189) instead hex code.

Text Font Color

.myTextColor { color: #D8DCBD; }

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

This text font color is #D8DCBD.


Background Color

.myBgColor { background-color: #D8DCBD; }

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

This div background color is #D8DCBD.


Border color

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

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

This div border color is #D8DCBD.


Opacity

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

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

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

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

This text has shadow with #D8DCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DCBD on black background.


Color preview on white background

This text has color #D8DCBD on white background.



Black color preview on #D8DCBD background

This text has black color on #D8DCBD background.


White color preview on #D8DCBD background

This text has white color on #D8DCBD background.