COLOR #D2CBA9

HEX: #D2CBA9
RGB: (210,203,169)

Color info

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

RGB color model

#D2CBA9 color RGB value is (210,203,169).

  • red value is 210;
  • green value is 203;
  • blue value is 169.
RGB:
(210,203,169)
(82%,80%,66%)

RGB channels and saturation

R 210 of 255 = 82%
G 203 of 255 = 80%
B 169 of 255 = 66%

210
203
169

R + G + B ~ 76%. #D2CBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 203 + 169 = 582 (100%)
R 210 of 582 ~ 36.08%
G 203 of 582 ~ 34.88%
B 169 of 582 ~ 29.04%

%36.08
%34.88
%29.04

CMYK color model

#D2CBA9 color CMYK value is (0,3,20,18).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 19.52%
  • key color value is 17.65%
CMYK:
(0,3,20,18)
C0M3Y20K18 
(0%,3%,20%,18%)
(0.00/0.03/0.20/0.18)	

CMYK percentages

%0
%3.33
%19.52
%17.65

Codes

Color #D2CBA9 in popluar color models

D2CBA9
RGB210203169
HSL50°31.30%74.31%
HSB/HSV50°19.52%82.35%
CMYK0.00%3.33%19.52%
17.65%

Color #D2CBA9 in popluar number systems.

HEXD2CBA9
Decimal210203169
Binary110100101100101110101001
Octal322313251

Shades and tints

Shades of #D2CBA9

#D2CBA9
(210,203,169)
#BFB99A
(191,185,154)
#ACA78B
(172,167,139)
#99957C
(153,149,124)
#86836D
(134,131,109)
#73715E
(115,113,94)
#605F4F
(96,95,79)
#4D4D40
(77,77,64)
#3A3B31
(58,59,49)
#272922
(39,41,34)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #D2CBA9

#D2CBA9
(210,203,169)
#D6CFB0
(214,207,176)
#DAD3B7
(218,211,183)
#DED7BE
(222,215,190)
#E2DBC5
(226,219,197)
#E6DFCC
(230,223,204)
#EAE3D3
(234,227,211)
#EEE7DA
(238,231,218)
#F2EBE1
(242,235,225)
#F6EFE8
(246,239,232)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CBA9 color. Also use rgb(210,203,169) instead hex code.

Text Font Color

.myTextColor { color: #D2CBA9; }

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

This text font color is #D2CBA9.


Background Color

.myBgColor { background-color: #D2CBA9; }

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

This div background color is #D2CBA9.


Border color

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

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

This div border color is #D2CBA9.


Opacity

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

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

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

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

This text has shadow with #D2CBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CBA9 on black background.


Color preview on white background

This text has color #D2CBA9 on white background.



Black color preview on #D2CBA9 background

This text has black color on #D2CBA9 background.


White color preview on #D2CBA9 background

This text has white color on #D2CBA9 background.