COLOR #D6C796

HEX: #D6C796
RGB: (214,199,150)

Color info

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

RGB color model

#D6C796 color RGB value is (214,199,150).

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

RGB channels and saturation

R 214 of 255 = 84%
G 199 of 255 = 78%
B 150 of 255 = 59%

214
199
150

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

Portions of RGB colors in percentages

R + G + B =
214 + 199 + 150 = 563 (100%)
R 214 of 563 ~ 38.01%
G 199 of 563 ~ 35.35%
B 150 of 563 ~ 26.64%

%38.01
%35.35
%26.64

CMYK color model

#D6C796 color CMYK value is (0,7,30,16).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(0,7,30,16)
C0M7Y30K16 
(0%,7%,30%,16%)
(0.00/0.07/0.30/0.16)	

CMYK percentages

%0
%7.01
%29.91
%16.08

Codes

Color #D6C796 in popluar color models

D6C796
RGB214199150
HSL46°43.84%71.37%
HSB/HSV46°29.91%83.92%
CMYK0.00%7.01%29.91%
16.08%

Color #D6C796 in popluar number systems.

HEXD6C796
Decimal214199150
Binary110101101100011110010110
Octal326307226

Shades and tints

Shades of #D6C796

#D6C796
(214,199,150)
#C3B589
(195,181,137)
#B0A37C
(176,163,124)
#9D916F
(157,145,111)
#8A7F62
(138,127,98)
#776D55
(119,109,85)
#645B48
(100,91,72)
#51493B
(81,73,59)
#3E372E
(62,55,46)
#2B2521
(43,37,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #D6C796

#D6C796
(214,199,150)
#D9CC9F
(217,204,159)
#DCD1A8
(220,209,168)
#DFD6B1
(223,214,177)
#E2DBBA
(226,219,186)
#E5E0C3
(229,224,195)
#E8E5CC
(232,229,204)
#EBEAD5
(235,234,213)
#EEEFDE
(238,239,222)
#F1F4E7
(241,244,231)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C796; }

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

This text font color is #D6C796.


Background Color

.myBgColor { background-color: #D6C796; }

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

This div background color is #D6C796.


Border color

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

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

This div border color is #D6C796.


Opacity

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

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

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

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

This text has shadow with #D6C796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C796 on black background.


Color preview on white background

This text has color #D6C796 on white background.



Black color preview on #D6C796 background

This text has black color on #D6C796 background.


White color preview on #D6C796 background

This text has white color on #D6C796 background.