COLOR #D8CCAD

HEX: #D8CCAD RGB: (216,204,173)

Color info

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

RGB color model

#D8CCAD color RGB value is (216,204,173).

RGB: (216,204,173) (85%, 80%, 68%)

RGB channels and saturation

R 216 of 255 = 85%
G 204 of 255 = 80%
B 173 of 255 = 68%

216
204
173

R + G + B ~ 78%. #D8CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 204 + 173 = 593 (100%)
R 216 of 593 ~ 36.42%
G 204 of 593 ~ 34.4%
B 173 of 593 ~ 29.17'%

%36.42
%34.4
%29.17

CMYK color model

#D8CCAD color CMYK value is (0,6,20,15).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 19.91%
  • key color value is 15.29%

CMYK: (0,6,20,15)
C0M6Y20K15 (0%, 6%, 20%, 15%)
(0.00 / 0.06 / 0.20 / 0.15)

CMYK percentages

%0
%5.56
%19.91
%15.29

Codes

Color #D8CCAD in popluar color models

D8 CC AD
RGB 216 204 173
HSL 43° 35.54% 76.27%
HSB/HSV 43° 19.91% 84.71%
CMYK 0.00% 5.56% 19.91%
15.29%

Color #D8CCAD in popluar number systems.

HEX D8 CC AD
Decimal 216 204 173
Binary 11011000 11001100 10101101
Octal 330 314 255

Shades and tints

Shades of #D8CCAD

#D8CCAD
(216,204,173)
#C5BA9E
(197,186,158)
#B2A88F
(178,168,143)
#9F9680
(159,150,128)
#8C8471
(140,132,113)
#797262
(121,114,98)
#666053
(102,96,83)
#534E44
(83,78,68)
#403C35
(64,60,53)
#2D2A26
(45,42,38)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8CCAD

#D8CCAD
(216,204,173)
#DBD0B4
(219,208,180)
#DED4BB
(222,212,187)
#E1D8C2
(225,216,194)
#E4DCC9
(228,220,201)
#E7E0D0
(231,224,208)
#EAE4D7
(234,228,215)
#EDE8DE
(237,232,222)
#F0ECE5
(240,236,229)
#F3F0EC
(243,240,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CCAD; }

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

This text font color is #D8CCAD.

Background Color

.myBgColor { background-color: #D8CCAD; }

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

This div background color is #D8CCAD.

Border color

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

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

This div border color is #D8CCAD.

Opacity

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

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

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

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

This text has shadow with #D8CCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CCAD.

Preview

Color preview on black background

This text has color #D8CCAD on black background.


Color preview on white background

This text has color #D8CCAD on white background.


Black color preview on #D8CCAD background

This text has black color on #D8CCAD background.


White color preview on #D8CCAD background

This text has white color on #D8CCAD background.


Related colors

Complementary color

Complementary color for #hex is #273352.


I love getcolorcode.com

Triadic colors

1 #ADD8CC and #CCADD8 with #D8CCAD are triadic colors.

2 #ADCCD8 and #CCD8AD with #D8CCAD are triadic colors.