COLOR #D9DBAA

HEX: #D9DBAA RGB: (217,219,170)

Color info

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

RGB color model

#D9DBAA color RGB value is (217,219,170).

RGB: (217,219,170) (85%, 86%, 67%)

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 170 of 255 = 67%

217
219
170

R + G + B ~ 79%. #D9DBAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 219 + 170 = 606 (100%)
R 217 of 606 ~ 35.81%
G 219 of 606 ~ 36.14%
B 170 of 606 ~ 28.05'%

%35.81
%36.14
%28.05

CMYK color model

#D9DBAA color CMYK value is (1,0,22,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 14.12%

CMYK: (1,0,22,14)
C1M0Y22K14 (1%, 0%, 22%, 14%)
(0.01 / 0.00 / 0.22 / 0.14)

CMYK percentages

%0.91
%0
%22.37
%14.12

Codes

Color #D9DBAA in popluar color models

D9 DB AA
RGB 217 219 170
HSL 62° 40.50% 76.27%
HSB/HSV 62° 22.37% 85.88%
CMYK 0.91% 0.00% 22.37%
14.12%

Color #D9DBAA in popluar number systems.

HEX D9 DB AA
Decimal 217 219 170
Binary 11011001 11011011 10101010
Octal 331 333 252

Shades and tints

Shades of #D9DBAA

#D9DBAA
(217,219,170)
#C6C89B
(198,200,155)
#B3B58C
(179,181,140)
#A0A27D
(160,162,125)
#8D8F6E
(141,143,110)
#7A7C5F
(122,124,95)
#676950
(103,105,80)
#545641
(84,86,65)
#414332
(65,67,50)
#2E3023
(46,48,35)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #D9DBAA

#D9DBAA
(217,219,170)
#DCDEB1
(220,222,177)
#DFE1B8
(223,225,184)
#E2E4BF
(226,228,191)
#E5E7C6
(229,231,198)
#E8EACD
(232,234,205)
#EBEDD4
(235,237,212)
#EEF0DB
(238,240,219)
#F1F3E2
(241,243,226)
#F4F6E9
(244,246,233)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBAA; }

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

This text font color is #D9DBAA.

Background Color

.myBgColor { background-color: #D9DBAA; }

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

This div background color is #D9DBAA.

Border color

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

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

This div border color is #D9DBAA.

Opacity

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

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

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

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

This text has shadow with #D9DBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DBAA.

Preview

Color preview on black background

This text has color #D9DBAA on black background.


Color preview on white background

This text has color #D9DBAA on white background.


Black color preview on #D9DBAA background

This text has black color on #D9DBAA background.


White color preview on #D9DBAA background

This text has white color on #D9DBAA background.


Related colors

Complementary color

Complementary color for #hex is #262455.


I love getcolorcode.com

Triadic colors

1 #AAD9DB and #DBAAD9 with #D9DBAA are triadic colors.

2 #AADBD9 and #DBD9AA with #D9DBAA are triadic colors.