COLOR #D9DAAA

HEX: #D9DAAA
RGB: (217,218,170)

Color info

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

RGB color model

#D9DAAA color RGB value is (217,218,170).

  • red value is 217;
  • green value is 218;
  • blue value is 170.
RGB:
(217,218,170)
(85%,85%,67%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 170 of 255 = 67%

217
218
170

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

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 170 = 605 (100%)
R 217 of 605 ~ 35.87%
G 218 of 605 ~ 36.03%
B 170 of 605 ~ 28.1%

%35.87
%36.03
%28.1

CMYK color model

#D9DAAA color CMYK value is (0,0,22,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 14.51%
CMYK:
(0,0,22,15)
C0M0Y22K15 
(0%,0%,22%,15%)
(0.00/0.00/0.22/0.15)	

CMYK percentages

%0.46
%0
%22.02
%14.51

Codes

Color #D9DAAA in popluar color models

D9DAAA
RGB217218170
HSL61°39.34%76.08%
HSB/HSV61°22.02%85.49%
CMYK0.46%0.00%22.02%
14.51%

Color #D9DAAA in popluar number systems.

HEXD9DAAA
Decimal217218170
Binary110110011101101010101010
Octal331332252

Shades and tints

Shades of #D9DAAA

#D9DAAA
(217,218,170)
#C6C79B
(198,199,155)
#B3B48C
(179,180,140)
#A0A17D
(160,161,125)
#8D8E6E
(141,142,110)
#7A7B5F
(122,123,95)
#676850
(103,104,80)
#545541
(84,85,65)
#414232
(65,66,50)
#2E2F23
(46,47,35)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #D9DAAA

#D9DAAA
(217,218,170)
#DCDDB1
(220,221,177)
#DFE0B8
(223,224,184)
#E2E3BF
(226,227,191)
#E5E6C6
(229,230,198)
#E8E9CD
(232,233,205)
#EBECD4
(235,236,212)
#EEEFDB
(238,239,219)
#F1F2E2
(241,242,226)
#F4F5E9
(244,245,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DAAA; }

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

This text font color is #D9DAAA.


Background Color

.myBgColor { background-color: #D9DAAA; }

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

This div background color is #D9DAAA.


Border color

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

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

This div border color is #D9DAAA.


Opacity

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

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

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

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

This text has shadow with #D9DAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DAAA on black background.


Color preview on white background

This text has color #D9DAAA on white background.



Black color preview on #D9DAAA background

This text has black color on #D9DAAA background.


White color preview on #D9DAAA background

This text has white color on #D9DAAA background.