COLOR #D6C89C

HEX: #D6C89C
RGB: (214,200,156)

Color info

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

RGB color model

#D6C89C color RGB value is (214,200,156).

  • red value is 214;
  • green value is 200;
  • blue value is 156.
RGB:
(214,200,156)
(84%,78%,61%)

RGB channels and saturation

R 214 of 255 = 84%
G 200 of 255 = 78%
B 156 of 255 = 61%

214
200
156

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

Portions of RGB colors in percentages

R + G + B =
214 + 200 + 156 = 570 (100%)
R 214 of 570 ~ 37.54%
G 200 of 570 ~ 35.09%
B 156 of 570 ~ 27.37%

%37.54
%35.09
%27.37

CMYK color model

#D6C89C color CMYK value is (0,7,27,16).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 27.10%
  • key color value is 16.08%
CMYK:
(0,7,27,16)
C0M7Y27K16 
(0%,7%,27%,16%)
(0.00/0.07/0.27/0.16)	

CMYK percentages

%0
%6.54
%27.1
%16.08

Codes

Color #D6C89C in popluar color models

D6C89C
RGB214200156
HSL46°41.43%72.55%
HSB/HSV46°27.10%83.92%
CMYK0.00%6.54%27.10%
16.08%

Color #D6C89C in popluar number systems.

HEXD6C89C
Decimal214200156
Binary110101101100100010011100
Octal326310234

Shades and tints

Shades of #D6C89C

#D6C89C
(214,200,156)
#C3B68E
(195,182,142)
#B0A480
(176,164,128)
#9D9272
(157,146,114)
#8A8064
(138,128,100)
#776E56
(119,110,86)
#645C48
(100,92,72)
#514A3A
(81,74,58)
#3E382C
(62,56,44)
#2B261E
(43,38,30)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #D6C89C

#D6C89C
(214,200,156)
#D9CDA5
(217,205,165)
#DCD2AE
(220,210,174)
#DFD7B7
(223,215,183)
#E2DCC0
(226,220,192)
#E5E1C9
(229,225,201)
#E8E6D2
(232,230,210)
#EBEBDB
(235,235,219)
#EEF0E4
(238,240,228)
#F1F5ED
(241,245,237)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C89C color. Also use rgb(214,200,156) instead hex code.

Text Font Color

.myTextColor { color: #D6C89C; }

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

This text font color is #D6C89C.


Background Color

.myBgColor { background-color: #D6C89C; }

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

This div background color is #D6C89C.


Border color

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

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

This div border color is #D6C89C.


Opacity

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

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

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

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

This text has shadow with #D6C89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C89C on black background.


Color preview on white background

This text has color #D6C89C on white background.



Black color preview on #D6C89C background

This text has black color on #D6C89C background.


White color preview on #D6C89C background

This text has white color on #D6C89C background.