COLOR #D2C5AB

HEX: #D2C5AB
RGB: (210,197,171)

Color info

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

RGB color model

#D2C5AB color RGB value is (210,197,171).

  • red value is 210;
  • green value is 197;
  • blue value is 171.
RGB:
(210,197,171)
(82%,77%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 197 of 255 = 77%
B 171 of 255 = 67%

210
197
171

R + G + B ~ 75%. #D2C5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 197 + 171 = 578 (100%)
R 210 of 578 ~ 36.33%
G 197 of 578 ~ 34.08%
B 171 of 578 ~ 29.58%

%36.33
%34.08
%29.58

CMYK color model

#D2C5AB color CMYK value is (0,6,19,18).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(0,6,19,18)
C0M6Y19K18 
(0%,6%,19%,18%)
(0.00/0.06/0.19/0.18)	

CMYK percentages

%0
%6.19
%18.57
%17.65

Codes

Color #D2C5AB in popluar color models

D2C5AB
RGB210197171
HSL40°30.23%74.71%
HSB/HSV40°18.57%82.35%
CMYK0.00%6.19%18.57%
17.65%

Color #D2C5AB in popluar number systems.

HEXD2C5AB
Decimal210197171
Binary110100101100010110101011
Octal322305253

Shades and tints

Shades of #D2C5AB

#D2C5AB
(210,197,171)
#BFB49C
(191,180,156)
#ACA38D
(172,163,141)
#99927E
(153,146,126)
#86816F
(134,129,111)
#737060
(115,112,96)
#605F51
(96,95,81)
#4D4E42
(77,78,66)
#3A3D33
(58,61,51)
#272C24
(39,44,36)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #D2C5AB

#D2C5AB
(210,197,171)
#D6CAB2
(214,202,178)
#DACFB9
(218,207,185)
#DED4C0
(222,212,192)
#E2D9C7
(226,217,199)
#E6DECE
(230,222,206)
#EAE3D5
(234,227,213)
#EEE8DC
(238,232,220)
#F2EDE3
(242,237,227)
#F6F2EA
(246,242,234)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C5AB color. Also use rgb(210,197,171) instead hex code.

Text Font Color

.myTextColor { color: #D2C5AB; }

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

This text font color is #D2C5AB.


Background Color

.myBgColor { background-color: #D2C5AB; }

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

This div background color is #D2C5AB.


Border color

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

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

This div border color is #D2C5AB.


Opacity

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

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

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

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

This text has shadow with #D2C5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C5AB on black background.


Color preview on white background

This text has color #D2C5AB on white background.



Black color preview on #D2C5AB background

This text has black color on #D2C5AB background.


White color preview on #D2C5AB background

This text has white color on #D2C5AB background.