COLOR #D2C896

HEX: #D2C896
RGB: (210,200,150)

Color info

#D2C896 contains mainly red and green colors. Web safe color of #D2C896 is #CCCC99 (or #CC9).

RGB color model

#D2C896 color RGB value is (210,200,150).

  • red value is 210;
  • green value is 200;
  • blue value is 150.
RGB:
(210,200,150)
(82%,78%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 200 of 255 = 78%
B 150 of 255 = 59%

210
200
150

R + G + B ~ 73%. #D2C896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 200 + 150 = 560 (100%)
R 210 of 560 ~ 37.5%
G 200 of 560 ~ 35.71%
B 150 of 560 ~ 26.79%

%37.5
%35.71
%26.79

CMYK color model

#D2C896 color CMYK value is (0,5,29,18).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 28.57%
  • key color value is 17.65%
CMYK:
(0,5,29,18)
C0M5Y29K18 
(0%,5%,29%,18%)
(0.00/0.05/0.29/0.18)	

CMYK percentages

%0
%4.76
%28.57
%17.65

Codes

Color #D2C896 in popluar color models

D2C896
RGB210200150
HSL50°40.00%70.59%
HSB/HSV50°28.57%82.35%
CMYK0.00%4.76%28.57%
17.65%

Color #D2C896 in popluar number systems.

HEXD2C896
Decimal210200150
Binary110100101100100010010110
Octal322310226

Shades and tints

Shades of #D2C896

#D2C896
(210,200,150)
#BFB689
(191,182,137)
#ACA47C
(172,164,124)
#99926F
(153,146,111)
#868062
(134,128,98)
#736E55
(115,110,85)
#605C48
(96,92,72)
#4D4A3B
(77,74,59)
#3A382E
(58,56,46)
#272621
(39,38,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D2C896

#D2C896
(210,200,150)
#D6CD9F
(214,205,159)
#DAD2A8
(218,210,168)
#DED7B1
(222,215,177)
#E2DCBA
(226,220,186)
#E6E1C3
(230,225,195)
#EAE6CC
(234,230,204)
#EEEBD5
(238,235,213)
#F2F0DE
(242,240,222)
#F6F5E7
(246,245,231)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C896 color. Also use rgb(210,200,150) instead hex code.

Text Font Color

.myTextColor { color: #D2C896; }

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

This text font color is #D2C896.


Background Color

.myBgColor { background-color: #D2C896; }

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

This div background color is #D2C896.


Border color

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

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

This div border color is #D2C896.


Opacity

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

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

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

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

This text has shadow with #D2C896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C896 on black background.


Color preview on white background

This text has color #D2C896 on white background.



Black color preview on #D2C896 background

This text has black color on #D2C896 background.


White color preview on #D2C896 background

This text has white color on #D2C896 background.