COLOR #D9DBB0

HEX: #D9DBB0
RGB: (217,219,176)

Color info

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

RGB color model

#D9DBB0 color RGB value is (217,219,176).

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

RGB channels and saturation

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

217
219
176

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

Portions of RGB colors in percentages

R + G + B =
217 + 219 + 176 = 612 (100%)
R 217 of 612 ~ 35.46%
G 219 of 612 ~ 35.78%
B 176 of 612 ~ 28.76%

%35.46
%35.78
%28.76

CMYK color model

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

  • cyan value is 0.91%
  • 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

%0.91
%0
%19.63
%14.12

Codes

Color #D9DBB0 in popluar color models

D9DBB0
RGB217219176
HSL63°37.39%77.45%
HSB/HSV63°19.63%85.88%
CMYK0.91%0.00%19.63%
14.12%

Color #D9DBB0 in popluar number systems.

HEXD9DBB0
Decimal217219176
Binary110110011101101110110000
Octal331333260

Shades and tints

Shades of #D9DBB0

#D9DBB0
(217,219,176)
#C6C8A0
(198,200,160)
#B3B590
(179,181,144)
#A0A280
(160,162,128)
#8D8F70
(141,143,112)
#7A7C60
(122,124,96)
#676950
(103,105,80)
#545640
(84,86,64)
#414330
(65,67,48)
#2E3020
(46,48,32)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #D9DBB0

#D9DBB0
(217,219,176)
#DCDEB7
(220,222,183)
#DFE1BE
(223,225,190)
#E2E4C5
(226,228,197)
#E5E7CC
(229,231,204)
#E8EAD3
(232,234,211)
#EBEDDA
(235,237,218)
#EEF0E1
(238,240,225)
#F1F3E8
(241,243,232)
#F4F6EF
(244,246,239)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBB0; }

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

This text font color is #D9DBB0.


Background Color

.myBgColor { background-color: #D9DBB0; }

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

This div background color is #D9DBB0.


Border color

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

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

This div border color is #D9DBB0.


Opacity

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

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

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

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

This text has shadow with #D9DBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DBB0 on black background.


Color preview on white background

This text has color #D9DBB0 on white background.



Black color preview on #D9DBB0 background

This text has black color on #D9DBB0 background.


White color preview on #D9DBB0 background

This text has white color on #D9DBB0 background.