COLOR #D6CB96

HEX: #D6CB96
RGB: (214,203,150)

Color info

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

RGB color model

#D6CB96 color RGB value is (214,203,150).

  • red value is 214;
  • green value is 203;
  • blue value is 150.
RGB:
(214,203,150)
(84%,80%,59%)

RGB channels and saturation

R 214 of 255 = 84%
G 203 of 255 = 80%
B 150 of 255 = 59%

214
203
150

R + G + B ~ 74%. #D6CB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 203 + 150 = 567 (100%)
R 214 of 567 ~ 37.74%
G 203 of 567 ~ 35.8%
B 150 of 567 ~ 26.46%

%37.74
%35.8
%26.46

CMYK color model

#D6CB96 color CMYK value is (0,5,30,16).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(0,5,30,16)
C0M5Y30K16 
(0%,5%,30%,16%)
(0.00/0.05/0.30/0.16)	

CMYK percentages

%0
%5.14
%29.91
%16.08

Codes

Color #D6CB96 in popluar color models

D6CB96
RGB214203150
HSL50°43.84%71.37%
HSB/HSV50°29.91%83.92%
CMYK0.00%5.14%29.91%
16.08%

Color #D6CB96 in popluar number systems.

HEXD6CB96
Decimal214203150
Binary110101101100101110010110
Octal326313226

Shades and tints

Shades of #D6CB96

#D6CB96
(214,203,150)
#C3B989
(195,185,137)
#B0A77C
(176,167,124)
#9D956F
(157,149,111)
#8A8362
(138,131,98)
#777155
(119,113,85)
#645F48
(100,95,72)
#514D3B
(81,77,59)
#3E3B2E
(62,59,46)
#2B2921
(43,41,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6CB96

#D6CB96
(214,203,150)
#D9CF9F
(217,207,159)
#DCD3A8
(220,211,168)
#DFD7B1
(223,215,177)
#E2DBBA
(226,219,186)
#E5DFC3
(229,223,195)
#E8E3CC
(232,227,204)
#EBE7D5
(235,231,213)
#EEEBDE
(238,235,222)
#F1EFE7
(241,239,231)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CB96 color. Also use rgb(214,203,150) instead hex code.

Text Font Color

.myTextColor { color: #D6CB96; }

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

This text font color is #D6CB96.


Background Color

.myBgColor { background-color: #D6CB96; }

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

This div background color is #D6CB96.


Border color

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

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

This div border color is #D6CB96.


Opacity

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

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

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

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

This text has shadow with #D6CB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CB96 on black background.


Color preview on white background

This text has color #D6CB96 on white background.



Black color preview on #D6CB96 background

This text has black color on #D6CB96 background.


White color preview on #D6CB96 background

This text has white color on #D6CB96 background.