COLOR #D8C6AD

HEX: #D8C6AD RGB: (216,198,173)

Color info

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

RGB color model

#D8C6AD color RGB value is (216,198,173).

RGB: (216,198,173) (85%, 78%, 68%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 173 of 255 = 68%

216
198
173

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

Portions of RGB colors in percentages

R + G + B = 216 + 198 + 173 = 587 (100%)
R 216 of 587 ~ 36.8%
G 198 of 587 ~ 33.73%
B 173 of 587 ~ 29.47'%

%36.8
%33.73
%29.47

CMYK color model

#D8C6AD color CMYK value is (0,8,20,15).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK: (0,8,20,15) C0M8Y20K15 (0%,8%,20%,15%) (0.00/0.08/0.20/0.15) 

CMYK percentages

%0
%8.33
%19.91
%15.29

Codes

Color #D8C6AD in popluar color models

D8 C6 AD
RGB 216 198 173
HSL 35° 35.54% 76.27%
HSB/HSV 35° 19.91% 84.71%
CMYK 0.00% 8.33% 19.91%
15.29%

Color #D8C6AD in popluar number systems.

HEX D8 C6 AD
Decimal 216 198 173
Binary 11011000 11000110 10101101
Octal 330 306 255

Shades and tints

Shades of #D8C6AD

#D8C6AD
(216,198,173)
#C5B49E
(197,180,158)
#B2A28F
(178,162,143)
#9F9080
(159,144,128)
#8C7E71
(140,126,113)
#796C62
(121,108,98)
#665A53
(102,90,83)
#534844
(83,72,68)
#403635
(64,54,53)
#2D2426
(45,36,38)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D8C6AD

#D8C6AD
(216,198,173)
#DBCBB4
(219,203,180)
#DED0BB
(222,208,187)
#E1D5C2
(225,213,194)
#E4DAC9
(228,218,201)
#E7DFD0
(231,223,208)
#EAE4D7
(234,228,215)
#EDE9DE
(237,233,222)
#F0EEE5
(240,238,229)
#F3F3EC
(243,243,236)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C6AD; }

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

This text font color is #D8C6AD.

Background Color

.myBgColor { background-color: #D8C6AD; }

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

This div background color is #D8C6AD.

Border color

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

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

This div border color is #D8C6AD.

Opacity

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

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

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

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

This text has shadow with #D8C6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C6AD.

Preview

Color preview on black background

This text has color #D8C6AD on black background.


Color preview on white background

This text has color #D8C6AD on white background.


Black color preview on #D8C6AD background

This text has black color on #D8C6AD background.


White color preview on #D8C6AD background

This text has white color on #D8C6AD background.


Related colors

Complementary color

Complementary color for #hex is #273952.


I love getcolorcode.com

Triadic colors

1 #ADD8C6 and #C6ADD8 with #D8C6AD are triadic colors.

2 #ADC6D8 and #C6D8AD with #D8C6AD are triadic colors.