COLOR #D9DBAD

HEX: #D9DBAD
RGB: (217,219,173)

Color info

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

RGB color model

#D9DBAD color RGB value is (217,219,173).

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

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 173 of 255 = 68%

217
219
173

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

Portions of RGB colors in percentages

R + G + B =
217 + 219 + 173 = 609 (100%)
R 217 of 609 ~ 35.63%
G 219 of 609 ~ 35.96%
B 173 of 609 ~ 28.41%

%35.63
%35.96
%28.41

CMYK color model

#D9DBAD color CMYK value is (1,0,21,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 14.12%
CMYK:
(1,0,21,14)
C1M0Y21K14 
(1%,0%,21%,14%)
(0.01/0.00/0.21/0.14)	

CMYK percentages

%0.91
%0
%21
%14.12

Codes

Color #D9DBAD in popluar color models

D9DBAD
RGB217219173
HSL63°38.98%76.86%
HSB/HSV63°21.00%85.88%
CMYK0.91%0.00%21.00%
14.12%

Color #D9DBAD in popluar number systems.

HEXD9DBAD
Decimal217219173
Binary110110011101101110101101
Octal331333255

Shades and tints

Shades of #D9DBAD

#D9DBAD
(217,219,173)
#C6C89E
(198,200,158)
#B3B58F
(179,181,143)
#A0A280
(160,162,128)
#8D8F71
(141,143,113)
#7A7C62
(122,124,98)
#676953
(103,105,83)
#545644
(84,86,68)
#414335
(65,67,53)
#2E3026
(46,48,38)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #D9DBAD

#D9DBAD
(217,219,173)
#DCDEB4
(220,222,180)
#DFE1BB
(223,225,187)
#E2E4C2
(226,228,194)
#E5E7C9
(229,231,201)
#E8EAD0
(232,234,208)
#EBEDD7
(235,237,215)
#EEF0DE
(238,240,222)
#F1F3E5
(241,243,229)
#F4F6EC
(244,246,236)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBAD; }

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

This text font color is #D9DBAD.


Background Color

.myBgColor { background-color: #D9DBAD; }

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

This div background color is #D9DBAD.


Border color

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

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

This div border color is #D9DBAD.


Opacity

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

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

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

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

This text has shadow with #D9DBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DBAD on black background.


Color preview on white background

This text has color #D9DBAD on white background.



Black color preview on #D9DBAD background

This text has black color on #D9DBAD background.


White color preview on #D9DBAD background

This text has white color on #D9DBAD background.