COLOR #D8C9B1

HEX: #D8C9B1 RGB: (216,201,177)

Color info

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

RGB color model

#D8C9B1 color RGB value is (216,201,177).

RGB: (216,201,177) (85%, 79%, 69%)

RGB channels and saturation

R 216 of 255 = 85%
G 201 of 255 = 79%
B 177 of 255 = 69%

216
201
177

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

Portions of RGB colors in percentages

R + G + B = 216 + 201 + 177 = 594 (100%)
R 216 of 594 ~ 36.36%
G 201 of 594 ~ 33.84%
B 177 of 594 ~ 29.8'%

%36.36
%33.84
%29.8

CMYK color model

#D8C9B1 color CMYK value is (0,7,18,15).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 18.06%
  • key color value is 15.29%
CMYK: (0,7,18,15) C0M7Y18K15 (0%,7%,18%,15%) (0.00/0.07/0.18/0.15) 

CMYK percentages

%0
%6.94
%18.06
%15.29

Codes

Color #D8C9B1 in popluar color models

D8 C9 B1
RGB 216 201 177
HSL 37° 33.33% 77.06%
HSB/HSV 37° 18.06% 84.71%
CMYK 0.00% 6.94% 18.06%
15.29%

Color #D8C9B1 in popluar number systems.

HEX D8 C9 B1
Decimal 216 201 177
Binary 11011000 11001001 10110001
Octal 330 311 261

Shades and tints

Shades of #D8C9B1

#D8C9B1
(216,201,177)
#C5B7A1
(197,183,161)
#B2A591
(178,165,145)
#9F9381
(159,147,129)
#8C8171
(140,129,113)
#796F61
(121,111,97)
#665D51
(102,93,81)
#534B41
(83,75,65)
#403931
(64,57,49)
#2D2721
(45,39,33)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #D8C9B1

#D8C9B1
(216,201,177)
#DBCDB8
(219,205,184)
#DED1BF
(222,209,191)
#E1D5C6
(225,213,198)
#E4D9CD
(228,217,205)
#E7DDD4
(231,221,212)
#EAE1DB
(234,225,219)
#EDE5E2
(237,229,226)
#F0E9E9
(240,233,233)
#F3EDF0
(243,237,240)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C9B1 color. Also use rgb(216,201,177) instead hex code.

Text Font Color

.myTextColor { color: #D8C9B1; }

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

This text font color is #D8C9B1.

Background Color

.myBgColor { background-color: #D8C9B1; }

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

This div background color is #D8C9B1.

Border color

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

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

This div border color is #D8C9B1.

Opacity

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

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

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

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

This text has shadow with #D8C9B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C9B1.

Preview

Color preview on black background

This text has color #D8C9B1 on black background.


Color preview on white background

This text has color #D8C9B1 on white background.


Black color preview on #D8C9B1 background

This text has black color on #D8C9B1 background.


White color preview on #D8C9B1 background

This text has white color on #D8C9B1 background.


Related colors

Complementary color

Complementary color for #hex is #27364E.


I love getcolorcode.com

Triadic colors

1 #B1D8C9 and #C9B1D8 with #D8C9B1 are triadic colors.

2 #B1C9D8 and #C9D8B1 with #D8C9B1 are triadic colors.