COLOR #D8CBB3

HEX: #D8CBB3
RGB: (216,203,179)

Color info

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

RGB color model

#D8CBB3 color RGB value is (216,203,179).

  • red value is 216;
  • green value is 203;
  • blue value is 179.
RGB:
(216,203,179)
(85%,80%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 203 of 255 = 80%
B 179 of 255 = 70%

216
203
179

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

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 179 = 598 (100%)
R 216 of 598 ~ 36.12%
G 203 of 598 ~ 33.95%
B 179 of 598 ~ 29.93%

%36.12
%33.95
%29.93

CMYK color model

#D8CBB3 color CMYK value is (0,6,17,15).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 17.13%
  • key color value is 15.29%
CMYK:
(0,6,17,15)
C0M6Y17K15 
(0%,6%,17%,15%)
(0.00/0.06/0.17/0.15)	

CMYK percentages

%0
%6.02
%17.13
%15.29

Codes

Color #D8CBB3 in popluar color models

D8CBB3
RGB216203179
HSL39°32.17%77.45%
HSB/HSV39°17.13%84.71%
CMYK0.00%6.02%17.13%
15.29%

Color #D8CBB3 in popluar number systems.

HEXD8CBB3
Decimal216203179
Binary110110001100101110110011
Octal330313263

Shades and tints

Shades of #D8CBB3

#D8CBB3
(216,203,179)
#C5B9A3
(197,185,163)
#B2A793
(178,167,147)
#9F9583
(159,149,131)
#8C8373
(140,131,115)
#797163
(121,113,99)
#665F53
(102,95,83)
#534D43
(83,77,67)
#403B33
(64,59,51)
#2D2923
(45,41,35)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #D8CBB3

#D8CBB3
(216,203,179)
#DBCFB9
(219,207,185)
#DED3BF
(222,211,191)
#E1D7C5
(225,215,197)
#E4DBCB
(228,219,203)
#E7DFD1
(231,223,209)
#EAE3D7
(234,227,215)
#EDE7DD
(237,231,221)
#F0EBE3
(240,235,227)
#F3EFE9
(243,239,233)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CBB3 color. Also use rgb(216,203,179) instead hex code.

Text Font Color

.myTextColor { color: #D8CBB3; }

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

This text font color is #D8CBB3.


Background Color

.myBgColor { background-color: #D8CBB3; }

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

This div background color is #D8CBB3.


Border color

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

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

This div border color is #D8CBB3.


Opacity

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

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

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

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

This text has shadow with #D8CBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CBB3 on black background.


Color preview on white background

This text has color #D8CBB3 on white background.



Black color preview on #D8CBB3 background

This text has black color on #D8CBB3 background.


White color preview on #D8CBB3 background

This text has white color on #D8CBB3 background.