COLOR #D8CEB9

HEX: #D8CEB9
RGB: (216,206,185)

Color info

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

RGB color model

#D8CEB9 color RGB value is (216,206,185).

  • red value is 216;
  • green value is 206;
  • blue value is 185.
RGB:
(216,206,185)
(85%,81%,73%)

RGB channels and saturation

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

216
206
185

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

Portions of RGB colors in percentages

R + G + B =
216 + 206 + 185 = 607 (100%)
R 216 of 607 ~ 35.58%
G 206 of 607 ~ 33.94%
B 185 of 607 ~ 30.48%

%35.58
%33.94
%30.48

CMYK color model

#D8CEB9 color CMYK value is (0,5,14,15).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(0,5,14,15)
C0M5Y14K15 
(0%,5%,14%,15%)
(0.00/0.05/0.14/0.15)	

CMYK percentages

%0
%4.63
%14.35
%15.29

Codes

Color #D8CEB9 in popluar color models

D8CEB9
RGB216206185
HSL41°28.44%78.63%
HSB/HSV41°14.35%84.71%
CMYK0.00%4.63%14.35%
15.29%

Color #D8CEB9 in popluar number systems.

HEXD8CEB9
Decimal216206185
Binary110110001100111010111001
Octal330316271

Shades and tints

Shades of #D8CEB9

#D8CEB9
(216,206,185)
#C5BCA9
(197,188,169)
#B2AA99
(178,170,153)
#9F9889
(159,152,137)
#8C8679
(140,134,121)
#797469
(121,116,105)
#666259
(102,98,89)
#535049
(83,80,73)
#403E39
(64,62,57)
#2D2C29
(45,44,41)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #D8CEB9

#D8CEB9
(216,206,185)
#DBD2BF
(219,210,191)
#DED6C5
(222,214,197)
#E1DACB
(225,218,203)
#E4DED1
(228,222,209)
#E7E2D7
(231,226,215)
#EAE6DD
(234,230,221)
#EDEAE3
(237,234,227)
#F0EEE9
(240,238,233)
#F3F2EF
(243,242,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CEB9; }

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

This text font color is #D8CEB9.


Background Color

.myBgColor { background-color: #D8CEB9; }

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

This div background color is #D8CEB9.


Border color

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

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

This div border color is #D8CEB9.


Opacity

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

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

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

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

This text has shadow with #D8CEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CEB9 on black background.


Color preview on white background

This text has color #D8CEB9 on white background.



Black color preview on #D8CEB9 background

This text has black color on #D8CEB9 background.


White color preview on #D8CEB9 background

This text has white color on #D8CEB9 background.