COLOR #D8C5BB

HEX: #D8C5BB RGB: (216,197,187)

Color info

#D8C5BB contains red, green and blue colors in about the same proportion. Web safe color of #D8C5BB is #CCCCCC (or #CCC).

RGB color model

#D8C5BB color RGB value is (216,197,187).

RGB: (216,197,187) (85%, 77%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 187 of 255 = 73%

216
197
187

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

Portions of RGB colors in percentages

R + G + B = 216 + 197 + 187 = 600 (100%)
R 216 of 600 ~ 36%
G 197 of 600 ~ 32.83%
B 187 of 600 ~ 31.17'%

%36
%32.83
%31.17

CMYK color model

#D8C5BB color CMYK value is (0,9,13,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK: (0,9,13,15) C0M9Y13K15 (0%,9%,13%,15%) (0.00/0.09/0.13/0.15) 

CMYK percentages

%0
%8.8
%13.43
%15.29

Codes

Color #D8C5BB in popluar color models

D8 C5 BB
RGB 216 197 187
HSL 21° 27.10% 79.02%
HSB/HSV 21° 13.43% 84.71%
CMYK 0.00% 8.80% 13.43%
15.29%

Color #D8C5BB in popluar number systems.

HEX D8 C5 BB
Decimal 216 197 187
Binary 11011000 11000101 10111011
Octal 330 305 273

Shades and tints

Shades of #D8C5BB

#D8C5BB
(216,197,187)
#C5B4AA
(197,180,170)
#B2A399
(178,163,153)
#9F9288
(159,146,136)
#8C8177
(140,129,119)
#797066
(121,112,102)
#665F55
(102,95,85)
#534E44
(83,78,68)
#403D33
(64,61,51)
#2D2C22
(45,44,34)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #D8C5BB

#D8C5BB
(216,197,187)
#DBCAC1
(219,202,193)
#DECFC7
(222,207,199)
#E1D4CD
(225,212,205)
#E4D9D3
(228,217,211)
#E7DED9
(231,222,217)
#EAE3DF
(234,227,223)
#EDE8E5
(237,232,229)
#F0EDEB
(240,237,235)
#F3F2F1
(243,242,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C5BB color. Also use rgb(216,197,187) instead hex code.

Text Font Color

.myTextColor { color: #D8C5BB; }

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

This text font color is #D8C5BB.

Background Color

.myBgColor { background-color: #D8C5BB; }

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

This div background color is #D8C5BB.

Border color

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

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

This div border color is #D8C5BB.

Opacity

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

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

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

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

This text has shadow with #D8C5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C5BB.

Preview

Color preview on black background

This text has color #D8C5BB on black background.


Color preview on white background

This text has color #D8C5BB on white background.


Black color preview on #D8C5BB background

This text has black color on #D8C5BB background.


White color preview on #D8C5BB background

This text has white color on #D8C5BB background.


Related colors

Complementary color

Complementary color for #hex is #273A44.


I love getcolorcode.com

Triadic colors

1 #BBD8C5 and #C5BBD8 with #D8C5BB are triadic colors.

2 #BBC5D8 and #C5D8BB with #D8C5BB are triadic colors.