COLOR #D6C1AD

HEX: #D6C1AD
RGB: (214,193,173)

Color info

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

RGB color model

#D6C1AD color RGB value is (214,193,173).

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

RGB channels and saturation

R 214 of 255 = 84%
G 193 of 255 = 76%
B 173 of 255 = 68%

214
193
173

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

Portions of RGB colors in percentages

R + G + B =
214 + 193 + 173 = 580 (100%)
R 214 of 580 ~ 36.9%
G 193 of 580 ~ 33.28%
B 173 of 580 ~ 29.83%

%36.9
%33.28
%29.83

CMYK color model

#D6C1AD color CMYK value is (0,10,19,16).

  • cyan value is 0.00%
  • magenta value is 9.81%
  • yellow value is 19.16%
  • key color value is 16.08%
CMYK:
(0,10,19,16)
C0M10Y19K16 
(0%,10%,19%,16%)
(0.00/0.10/0.19/0.16)	

CMYK percentages

%0
%9.81
%19.16
%16.08

Codes

Color #D6C1AD in popluar color models

D6C1AD
RGB214193173
HSL29°33.33%75.88%
HSB/HSV29°19.16%83.92%
CMYK0.00%9.81%19.16%
16.08%

Color #D6C1AD in popluar number systems.

HEXD6C1AD
Decimal214193173
Binary110101101100000110101101
Octal326301255

Shades and tints

Shades of #D6C1AD

#D6C1AD
(214,193,173)
#C3B09E
(195,176,158)
#B09F8F
(176,159,143)
#9D8E80
(157,142,128)
#8A7D71
(138,125,113)
#776C62
(119,108,98)
#645B53
(100,91,83)
#514A44
(81,74,68)
#3E3935
(62,57,53)
#2B2826
(43,40,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6C1AD

#D6C1AD
(214,193,173)
#D9C6B4
(217,198,180)
#DCCBBB
(220,203,187)
#DFD0C2
(223,208,194)
#E2D5C9
(226,213,201)
#E5DAD0
(229,218,208)
#E8DFD7
(232,223,215)
#EBE4DE
(235,228,222)
#EEE9E5
(238,233,229)
#F1EEEC
(241,238,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C1AD; }

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

This text font color is #D6C1AD.


Background Color

.myBgColor { background-color: #D6C1AD; }

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

This div background color is #D6C1AD.


Border color

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

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

This div border color is #D6C1AD.


Opacity

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

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

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

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

This text has shadow with #D6C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C1AD on black background.


Color preview on white background

This text has color #D6C1AD on white background.



Black color preview on #D6C1AD background

This text has black color on #D6C1AD background.


White color preview on #D6C1AD background

This text has white color on #D6C1AD background.