COLOR #D6CD9E

HEX: #D6CD9E
RGB: (214,205,158)

Color info

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

RGB color model

#D6CD9E color RGB value is (214,205,158).

  • red value is 214;
  • green value is 205;
  • blue value is 158.
RGB:
(214,205,158)
(84%,80%,62%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 158 of 255 = 62%

214
205
158

R + G + B ~ 75%. #D6CD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 158 = 577 (100%)
R 214 of 577 ~ 37.09%
G 205 of 577 ~ 35.53%
B 158 of 577 ~ 27.38%

%37.09
%35.53
%27.38

CMYK color model

#D6CD9E color CMYK value is (0,4,26,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 26.17%
  • key color value is 16.08%
CMYK:
(0,4,26,16)
C0M4Y26K16 
(0%,4%,26%,16%)
(0.00/0.04/0.26/0.16)	

CMYK percentages

%0
%4.21
%26.17
%16.08

Codes

Color #D6CD9E in popluar color models

D6CD9E
RGB214205158
HSL50°40.58%72.94%
HSB/HSV50°26.17%83.92%
CMYK0.00%4.21%26.17%
16.08%

Color #D6CD9E in popluar number systems.

HEXD6CD9E
Decimal214205158
Binary110101101100110110011110
Octal326315236

Shades and tints

Shades of #D6CD9E

#D6CD9E
(214,205,158)
#C3BB90
(195,187,144)
#B0A982
(176,169,130)
#9D9774
(157,151,116)
#8A8566
(138,133,102)
#777358
(119,115,88)
#64614A
(100,97,74)
#514F3C
(81,79,60)
#3E3D2E
(62,61,46)
#2B2B20
(43,43,32)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #D6CD9E

#D6CD9E
(214,205,158)
#D9D1A6
(217,209,166)
#DCD5AE
(220,213,174)
#DFD9B6
(223,217,182)
#E2DDBE
(226,221,190)
#E5E1C6
(229,225,198)
#E8E5CE
(232,229,206)
#EBE9D6
(235,233,214)
#EEEDDE
(238,237,222)
#F1F1E6
(241,241,230)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CD9E color. Also use rgb(214,205,158) instead hex code.

Text Font Color

.myTextColor { color: #D6CD9E; }

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

This text font color is #D6CD9E.


Background Color

.myBgColor { background-color: #D6CD9E; }

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

This div background color is #D6CD9E.


Border color

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

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

This div border color is #D6CD9E.


Opacity

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

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

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

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

This text has shadow with #D6CD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CD9E on black background.


Color preview on white background

This text has color #D6CD9E on white background.



Black color preview on #D6CD9E background

This text has black color on #D6CD9E background.


White color preview on #D6CD9E background

This text has white color on #D6CD9E background.