COLOR #D8CEBB

HEX: #D8CEBB RGB: (216,206,187)

Color info

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

RGB color model

#D8CEBB color RGB value is (216,206,187).

RGB: (216,206,187) (85%, 81%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 187 of 255 = 73%

216
206
187

R + G + B ~ 80%. #D8CEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 206 + 187 = 609 (100%)
R 216 of 609 ~ 35.47%
G 206 of 609 ~ 33.83%
B 187 of 609 ~ 30.71'%

%35.47
%33.83
%30.71

CMYK color model

#D8CEBB color CMYK value is (0,5,13,15).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 13.43%
  • key color value is 15.29%

CMYK: (0,5,13,15)
C0M5Y13K15 (0%, 5%, 13%, 15%)
(0.00 / 0.05 / 0.13 / 0.15)

CMYK percentages

%0
%4.63
%13.43
%15.29

Codes

Color #D8CEBB in popluar color models

D8 CE BB
RGB 216 206 187
HSL 39° 27.10% 79.02%
HSB/HSV 39° 13.43% 84.71%
CMYK 0.00% 4.63% 13.43%
15.29%

Color #D8CEBB in popluar number systems.

HEX D8 CE BB
Decimal 216 206 187
Binary 11011000 11001110 10111011
Octal 330 316 273

Shades and tints

Shades of #D8CEBB

#D8CEBB
(216,206,187)
#C5BCAA
(197,188,170)
#B2AA99
(178,170,153)
#9F9888
(159,152,136)
#8C8677
(140,134,119)
#797466
(121,116,102)
#666255
(102,98,85)
#535044
(83,80,68)
#403E33
(64,62,51)
#2D2C22
(45,44,34)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #D8CEBB

#D8CEBB
(216,206,187)
#DBD2C1
(219,210,193)
#DED6C7
(222,214,199)
#E1DACD
(225,218,205)
#E4DED3
(228,222,211)
#E7E2D9
(231,226,217)
#EAE6DF
(234,230,223)
#EDEAE5
(237,234,229)
#F0EEEB
(240,238,235)
#F3F2F1
(243,242,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CEBB; }

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

This text font color is #D8CEBB.

Background Color

.myBgColor { background-color: #D8CEBB; }

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

This div background color is #D8CEBB.

Border color

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

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

This div border color is #D8CEBB.

Opacity

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

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

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

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

This text has shadow with #D8CEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CEBB.

Preview

Color preview on black background

This text has color #D8CEBB on black background.


Color preview on white background

This text has color #D8CEBB on white background.


Black color preview on #D8CEBB background

This text has black color on #D8CEBB background.


White color preview on #D8CEBB background

This text has white color on #D8CEBB background.


Related colors

Complementary color

Complementary color for #hex is #273144.


I love getcolorcode.com

Triadic colors

1 #BBD8CE and #CEBBD8 with #D8CEBB are triadic colors.

2 #BBCED8 and #CED8BB with #D8CEBB are triadic colors.