COLOR #D1D6AA

HEX: #D1D6AA
RGB: (209,214,170)

Color info

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

RGB color model

#D1D6AA color RGB value is (209,214,170).

  • red value is 209;
  • green value is 214;
  • blue value is 170.
RGB:
(209,214,170)
(82%,84%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 214 of 255 = 84%
B 170 of 255 = 67%

209
214
170

R + G + B ~ 78%. #D1D6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 214 + 170 = 593 (100%)
R 209 of 593 ~ 35.24%
G 214 of 593 ~ 36.09%
B 170 of 593 ~ 28.67%

%35.24
%36.09
%28.67

CMYK color model

#D1D6AA color CMYK value is (2,0,21,16).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 16.08%
CMYK:
(2,0,21,16)
C2M0Y21K16 
(2%,0%,21%,16%)
(0.02/0.00/0.21/0.16)	

CMYK percentages

%2.34
%0
%20.56
%16.08

Codes

Color #D1D6AA in popluar color models

D1D6AA
RGB209214170
HSL67°34.92%75.29%
HSB/HSV67°20.56%83.92%
CMYK2.34%0.00%20.56%
16.08%

Color #D1D6AA in popluar number systems.

HEXD1D6AA
Decimal209214170
Binary110100011101011010101010
Octal321326252

Shades and tints

Shades of #D1D6AA

#D1D6AA
(209,214,170)
#BEC39B
(190,195,155)
#ABB08C
(171,176,140)
#989D7D
(152,157,125)
#858A6E
(133,138,110)
#72775F
(114,119,95)
#5F6450
(95,100,80)
#4C5141
(76,81,65)
#393E32
(57,62,50)
#262B23
(38,43,35)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #D1D6AA

#D1D6AA
(209,214,170)
#D5D9B1
(213,217,177)
#D9DCB8
(217,220,184)
#DDDFBF
(221,223,191)
#E1E2C6
(225,226,198)
#E5E5CD
(229,229,205)
#E9E8D4
(233,232,212)
#EDEBDB
(237,235,219)
#F1EEE2
(241,238,226)
#F5F1E9
(245,241,233)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D6AA color. Also use rgb(209,214,170) instead hex code.

Text Font Color

.myTextColor { color: #D1D6AA; }

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

This text font color is #D1D6AA.


Background Color

.myBgColor { background-color: #D1D6AA; }

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

This div background color is #D1D6AA.


Border color

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

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

This div border color is #D1D6AA.


Opacity

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

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

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

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

This text has shadow with #D1D6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D6AA on black background.


Color preview on white background

This text has color #D1D6AA on white background.



Black color preview on #D1D6AA background

This text has black color on #D1D6AA background.


White color preview on #D1D6AA background

This text has white color on #D1D6AA background.