COLOR #D6C5AA

HEX: #D6C5AA
RGB: (214,197,170)

Color info

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

RGB color model

#D6C5AA color RGB value is (214,197,170).

  • red value is 214;
  • green value is 197;
  • blue value is 170.
RGB:
(214,197,170)
(84%,77%,67%)

RGB channels and saturation

R 214 of 255 = 84%
G 197 of 255 = 77%
B 170 of 255 = 67%

214
197
170

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

Portions of RGB colors in percentages

R + G + B =
214 + 197 + 170 = 581 (100%)
R 214 of 581 ~ 36.83%
G 197 of 581 ~ 33.91%
B 170 of 581 ~ 29.26%

%36.83
%33.91
%29.26

CMYK color model

#D6C5AA color CMYK value is (0,8,21,16).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 20.56%
  • key color value is 16.08%
CMYK:
(0,8,21,16)
C0M8Y21K16 
(0%,8%,21%,16%)
(0.00/0.08/0.21/0.16)	

CMYK percentages

%0
%7.94
%20.56
%16.08

Codes

Color #D6C5AA in popluar color models

D6C5AA
RGB214197170
HSL37°34.92%75.29%
HSB/HSV37°20.56%83.92%
CMYK0.00%7.94%20.56%
16.08%

Color #D6C5AA in popluar number systems.

HEXD6C5AA
Decimal214197170
Binary110101101100010110101010
Octal326305252

Shades and tints

Shades of #D6C5AA

#D6C5AA
(214,197,170)
#C3B49B
(195,180,155)
#B0A38C
(176,163,140)
#9D927D
(157,146,125)
#8A816E
(138,129,110)
#77705F
(119,112,95)
#645F50
(100,95,80)
#514E41
(81,78,65)
#3E3D32
(62,61,50)
#2B2C23
(43,44,35)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #D6C5AA

#D6C5AA
(214,197,170)
#D9CAB1
(217,202,177)
#DCCFB8
(220,207,184)
#DFD4BF
(223,212,191)
#E2D9C6
(226,217,198)
#E5DECD
(229,222,205)
#E8E3D4
(232,227,212)
#EBE8DB
(235,232,219)
#EEEDE2
(238,237,226)
#F1F2E9
(241,242,233)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C5AA color. Also use rgb(214,197,170) instead hex code.

Text Font Color

.myTextColor { color: #D6C5AA; }

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

This text font color is #D6C5AA.


Background Color

.myBgColor { background-color: #D6C5AA; }

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

This div background color is #D6C5AA.


Border color

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

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

This div border color is #D6C5AA.


Opacity

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

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

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

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

This text has shadow with #D6C5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C5AA on black background.


Color preview on white background

This text has color #D6C5AA on white background.



Black color preview on #D6C5AA background

This text has black color on #D6C5AA background.


White color preview on #D6C5AA background

This text has white color on #D6C5AA background.