COLOR #D8DBB0

HEX: #D8DBB0
RGB: (216,219,176)

Color info

#D8DBB0 contains red, green and blue colors in about the same proportion. Web safe color of #D8DBB0 is #CCCC99 (or #CC9).

RGB color model

#D8DBB0 color RGB value is (216,219,176).

  • red value is 216;
  • green value is 219;
  • blue value is 176.
RGB:
(216,219,176)
(85%,86%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 176 of 255 = 69%

216
219
176

R + G + B ~ 80%. #D8DBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 219 + 176 = 611 (100%)
R 216 of 611 ~ 35.35%
G 219 of 611 ~ 35.84%
B 176 of 611 ~ 28.81%

%35.35
%35.84
%28.81

CMYK color model

#D8DBB0 color CMYK value is (1,0,20,14).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(1,0,20,14)
C1M0Y20K14 
(1%,0%,20%,14%)
(0.01/0.00/0.20/0.14)	

CMYK percentages

%1.37
%0
%19.63
%14.12

Codes

Color #D8DBB0 in popluar color models

D8DBB0
RGB216219176
HSL64°37.39%77.45%
HSB/HSV64°19.63%85.88%
CMYK1.37%0.00%19.63%
14.12%

Color #D8DBB0 in popluar number systems.

HEXD8DBB0
Decimal216219176
Binary110110001101101110110000
Octal330333260

Shades and tints

Shades of #D8DBB0

#D8DBB0
(216,219,176)
#C5C8A0
(197,200,160)
#B2B590
(178,181,144)
#9FA280
(159,162,128)
#8C8F70
(140,143,112)
#797C60
(121,124,96)
#666950
(102,105,80)
#535640
(83,86,64)
#404330
(64,67,48)
#2D3020
(45,48,32)
#1A1D10
(26,29,16)
#000000
(0,0,0)

Tints of #D8DBB0

#D8DBB0
(216,219,176)
#DBDEB7
(219,222,183)
#DEE1BE
(222,225,190)
#E1E4C5
(225,228,197)
#E4E7CC
(228,231,204)
#E7EAD3
(231,234,211)
#EAEDDA
(234,237,218)
#EDF0E1
(237,240,225)
#F0F3E8
(240,243,232)
#F3F6EF
(243,246,239)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DBB0 color. Also use rgb(216,219,176) instead hex code.

Text Font Color

.myTextColor { color: #D8DBB0; }

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

This text font color is #D8DBB0.


Background Color

.myBgColor { background-color: #D8DBB0; }

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

This div background color is #D8DBB0.


Border color

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

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

This div border color is #D8DBB0.


Opacity

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

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

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

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

This text has shadow with #D8DBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DBB0 on black background.


Color preview on white background

This text has color #D8DBB0 on white background.



Black color preview on #D8DBB0 background

This text has black color on #D8DBB0 background.


White color preview on #D8DBB0 background

This text has white color on #D8DBB0 background.