COLOR #D6C6AD

HEX: #D6C6AD
RGB: (214,198,173)

Color info

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

RGB color model

#D6C6AD color RGB value is (214,198,173).

  • red value is 214;
  • green value is 198;
  • blue value is 173.
RGB:
(214,198,173)
(84%,78%,68%)

RGB channels and saturation

R 214 of 255 = 84%
G 198 of 255 = 78%
B 173 of 255 = 68%

214
198
173

R + G + B ~ 77%. #D6C6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 198 + 173 = 585 (100%)
R 214 of 585 ~ 36.58%
G 198 of 585 ~ 33.85%
B 173 of 585 ~ 29.57%

%36.58
%33.85
%29.57

CMYK color model

#D6C6AD color CMYK value is (0,7,19,16).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 19.16%
  • key color value is 16.08%
CMYK:
(0,7,19,16)
C0M7Y19K16 
(0%,7%,19%,16%)
(0.00/0.07/0.19/0.16)	

CMYK percentages

%0
%7.48
%19.16
%16.08

Codes

Color #D6C6AD in popluar color models

D6C6AD
RGB214198173
HSL37°33.33%75.88%
HSB/HSV37°19.16%83.92%
CMYK0.00%7.48%19.16%
16.08%

Color #D6C6AD in popluar number systems.

HEXD6C6AD
Decimal214198173
Binary110101101100011010101101
Octal326306255

Shades and tints

Shades of #D6C6AD

#D6C6AD
(214,198,173)
#C3B49E
(195,180,158)
#B0A28F
(176,162,143)
#9D9080
(157,144,128)
#8A7E71
(138,126,113)
#776C62
(119,108,98)
#645A53
(100,90,83)
#514844
(81,72,68)
#3E3635
(62,54,53)
#2B2426
(43,36,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #D6C6AD

#D6C6AD
(214,198,173)
#D9CBB4
(217,203,180)
#DCD0BB
(220,208,187)
#DFD5C2
(223,213,194)
#E2DAC9
(226,218,201)
#E5DFD0
(229,223,208)
#E8E4D7
(232,228,215)
#EBE9DE
(235,233,222)
#EEEEE5
(238,238,229)
#F1F3EC
(241,243,236)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C6AD color. Also use rgb(214,198,173) instead hex code.

Text Font Color

.myTextColor { color: #D6C6AD; }

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

This text font color is #D6C6AD.


Background Color

.myBgColor { background-color: #D6C6AD; }

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

This div background color is #D6C6AD.


Border color

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

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

This div border color is #D6C6AD.


Opacity

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

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

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

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

This text has shadow with #D6C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6AD on black background.


Color preview on white background

This text has color #D6C6AD on white background.



Black color preview on #D6C6AD background

This text has black color on #D6C6AD background.


White color preview on #D6C6AD background

This text has white color on #D6C6AD background.