COLOR #D6C3AE

HEX: #D6C3AE
RGB: (214,195,174)

Color info

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

RGB color model

#D6C3AE color RGB value is (214,195,174).

  • red value is 214;
  • green value is 195;
  • blue value is 174.
RGB:
(214,195,174)
(84%,76%,68%)

RGB channels and saturation

R 214 of 255 = 84%
G 195 of 255 = 76%
B 174 of 255 = 68%

214
195
174

R + G + B ~ 76%. #D6C3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 195 + 174 = 583 (100%)
R 214 of 583 ~ 36.71%
G 195 of 583 ~ 33.45%
B 174 of 583 ~ 29.85%

%36.71
%33.45
%29.85

CMYK color model

#D6C3AE color CMYK value is (0,9,19,16).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(0,9,19,16)
C0M9Y19K16 
(0%,9%,19%,16%)
(0.00/0.09/0.19/0.16)	

CMYK percentages

%0
%8.88
%18.69
%16.08

Codes

Color #D6C3AE in popluar color models

D6C3AE
RGB214195174
HSL32°32.79%76.08%
HSB/HSV32°18.69%83.92%
CMYK0.00%8.88%18.69%
16.08%

Color #D6C3AE in popluar number systems.

HEXD6C3AE
Decimal214195174
Binary110101101100001110101110
Octal326303256

Shades and tints

Shades of #D6C3AE

#D6C3AE
(214,195,174)
#C3B29F
(195,178,159)
#B0A190
(176,161,144)
#9D9081
(157,144,129)
#8A7F72
(138,127,114)
#776E63
(119,110,99)
#645D54
(100,93,84)
#514C45
(81,76,69)
#3E3B36
(62,59,54)
#2B2A27
(43,42,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6C3AE

#D6C3AE
(214,195,174)
#D9C8B5
(217,200,181)
#DCCDBC
(220,205,188)
#DFD2C3
(223,210,195)
#E2D7CA
(226,215,202)
#E5DCD1
(229,220,209)
#E8E1D8
(232,225,216)
#EBE6DF
(235,230,223)
#EEEBE6
(238,235,230)
#F1F0ED
(241,240,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C3AE color. Also use rgb(214,195,174) instead hex code.

Text Font Color

.myTextColor { color: #D6C3AE; }

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

This text font color is #D6C3AE.


Background Color

.myBgColor { background-color: #D6C3AE; }

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

This div background color is #D6C3AE.


Border color

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

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

This div border color is #D6C3AE.


Opacity

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

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

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

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

This text has shadow with #D6C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C3AE on black background.


Color preview on white background

This text has color #D6C3AE on white background.



Black color preview on #D6C3AE background

This text has black color on #D6C3AE background.


White color preview on #D6C3AE background

This text has white color on #D6C3AE background.