COLOR #D6C89B

HEX: #D6C89B
RGB: (214,200,155)

Color info

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

RGB color model

#D6C89B color RGB value is (214,200,155).

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

RGB channels and saturation

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

214
200
155

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

Portions of RGB colors in percentages

R + G + B =
214 + 200 + 155 = 569 (100%)
R 214 of 569 ~ 37.61%
G 200 of 569 ~ 35.15%
B 155 of 569 ~ 27.24%

%37.61
%35.15
%27.24

CMYK color model

#D6C89B color CMYK value is (0,7,28,16).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(0,7,28,16)
C0M7Y28K16 
(0%,7%,28%,16%)
(0.00/0.07/0.28/0.16)	

CMYK percentages

%0
%6.54
%27.57
%16.08

Codes

Color #D6C89B in popluar color models

D6C89B
RGB214200155
HSL46°41.84%72.35%
HSB/HSV46°27.57%83.92%
CMYK0.00%6.54%27.57%
16.08%

Color #D6C89B in popluar number systems.

HEXD6C89B
Decimal214200155
Binary110101101100100010011011
Octal326310233

Shades and tints

Shades of #D6C89B

#D6C89B
(214,200,155)
#C3B68D
(195,182,141)
#B0A47F
(176,164,127)
#9D9271
(157,146,113)
#8A8063
(138,128,99)
#776E55
(119,110,85)
#645C47
(100,92,71)
#514A39
(81,74,57)
#3E382B
(62,56,43)
#2B261D
(43,38,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #D6C89B

#D6C89B
(214,200,155)
#D9CDA4
(217,205,164)
#DCD2AD
(220,210,173)
#DFD7B6
(223,215,182)
#E2DCBF
(226,220,191)
#E5E1C8
(229,225,200)
#E8E6D1
(232,230,209)
#EBEBDA
(235,235,218)
#EEF0E3
(238,240,227)
#F1F5EC
(241,245,236)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C89B; }

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

This text font color is #D6C89B.


Background Color

.myBgColor { background-color: #D6C89B; }

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

This div background color is #D6C89B.


Border color

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

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

This div border color is #D6C89B.


Opacity

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

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

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

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

This text has shadow with #D6C89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C89B on black background.


Color preview on white background

This text has color #D6C89B on white background.



Black color preview on #D6C89B background

This text has black color on #D6C89B background.


White color preview on #D6C89B background

This text has white color on #D6C89B background.