COLOR #D5D2A6

HEX: #D5D2A6
RGB: (213,210,166)

Color info

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

RGB color model

#D5D2A6 color RGB value is (213,210,166).

  • red value is 213;
  • green value is 210;
  • blue value is 166.
RGB:
(213,210,166)
(84%,82%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 210 of 255 = 82%
B 166 of 255 = 65%

213
210
166

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

Portions of RGB colors in percentages

R + G + B =
213 + 210 + 166 = 589 (100%)
R 213 of 589 ~ 36.16%
G 210 of 589 ~ 35.65%
B 166 of 589 ~ 28.18%

%36.16
%35.65
%28.18

CMYK color model

#D5D2A6 color CMYK value is (0,1,22,16).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK:
(0,1,22,16)
C0M1Y22K16 
(0%,1%,22%,16%)
(0.00/0.01/0.22/0.16)	

CMYK percentages

%0
%1.41
%22.07
%16.47

Codes

Color #D5D2A6 in popluar color models

D5D2A6
RGB213210166
HSL56°35.88%74.31%
HSB/HSV56°22.07%83.53%
CMYK0.00%1.41%22.07%
16.47%

Color #D5D2A6 in popluar number systems.

HEXD5D2A6
Decimal213210166
Binary110101011101001010100110
Octal325322246

Shades and tints

Shades of #D5D2A6

#D5D2A6
(213,210,166)
#C2BF97
(194,191,151)
#AFAC88
(175,172,136)
#9C9979
(156,153,121)
#89866A
(137,134,106)
#76735B
(118,115,91)
#63604C
(99,96,76)
#504D3D
(80,77,61)
#3D3A2E
(61,58,46)
#2A271F
(42,39,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D5D2A6

#D5D2A6
(213,210,166)
#D8D6AE
(216,214,174)
#DBDAB6
(219,218,182)
#DEDEBE
(222,222,190)
#E1E2C6
(225,226,198)
#E4E6CE
(228,230,206)
#E7EAD6
(231,234,214)
#EAEEDE
(234,238,222)
#EDF2E6
(237,242,230)
#F0F6EE
(240,246,238)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D2A6 color. Also use rgb(213,210,166) instead hex code.

Text Font Color

.myTextColor { color: #D5D2A6; }

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

This text font color is #D5D2A6.


Background Color

.myBgColor { background-color: #D5D2A6; }

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

This div background color is #D5D2A6.


Border color

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

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

This div border color is #D5D2A6.


Opacity

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

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

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

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

This text has shadow with #D5D2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D2A6 on black background.


Color preview on white background

This text has color #D5D2A6 on white background.



Black color preview on #D5D2A6 background

This text has black color on #D5D2A6 background.


White color preview on #D5D2A6 background

This text has white color on #D5D2A6 background.