COLOR #D2D9A5

HEX: #D2D9A5
RGB: (210,217,165)

Color info

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

RGB color model

#D2D9A5 color RGB value is (210,217,165).

  • red value is 210;
  • green value is 217;
  • blue value is 165.
RGB:
(210,217,165)
(82%,85%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 165 of 255 = 65%

210
217
165

R + G + B ~ 77%. #D2D9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 217 + 165 = 592 (100%)
R 210 of 592 ~ 35.47%
G 217 of 592 ~ 36.66%
B 165 of 592 ~ 27.87%

%35.47
%36.66
%27.87

CMYK color model

#D2D9A5 color CMYK value is (3,0,24,15).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 14.90%
CMYK:
(3,0,24,15)
C3M0Y24K15 
(3%,0%,24%,15%)
(0.03/0.00/0.24/0.15)	

CMYK percentages

%3.23
%0
%23.96
%14.9

Codes

Color #D2D9A5 in popluar color models

D2D9A5
RGB210217165
HSL68°40.63%74.90%
HSB/HSV68°23.96%85.10%
CMYK3.23%0.00%23.96%
14.90%

Color #D2D9A5 in popluar number systems.

HEXD2D9A5
Decimal210217165
Binary110100101101100110100101
Octal322331245

Shades and tints

Shades of #D2D9A5

#D2D9A5
(210,217,165)
#BFC696
(191,198,150)
#ACB387
(172,179,135)
#99A078
(153,160,120)
#868D69
(134,141,105)
#737A5A
(115,122,90)
#60674B
(96,103,75)
#4D543C
(77,84,60)
#3A412D
(58,65,45)
#272E1E
(39,46,30)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #D2D9A5

#D2D9A5
(210,217,165)
#D6DCAD
(214,220,173)
#DADFB5
(218,223,181)
#DEE2BD
(222,226,189)
#E2E5C5
(226,229,197)
#E6E8CD
(230,232,205)
#EAEBD5
(234,235,213)
#EEEEDD
(238,238,221)
#F2F1E5
(242,241,229)
#F6F4ED
(246,244,237)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D9A5 color. Also use rgb(210,217,165) instead hex code.

Text Font Color

.myTextColor { color: #D2D9A5; }

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

This text font color is #D2D9A5.


Background Color

.myBgColor { background-color: #D2D9A5; }

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

This div background color is #D2D9A5.


Border color

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

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

This div border color is #D2D9A5.


Opacity

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

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

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

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

This text has shadow with #D2D9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D9A5 on black background.


Color preview on white background

This text has color #D2D9A5 on white background.



Black color preview on #D2D9A5 background

This text has black color on #D2D9A5 background.


White color preview on #D2D9A5 background

This text has white color on #D2D9A5 background.