COLOR #D8BBAF

HEX: #D8BBAF
RGB: (216,187,175)

Color info

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

RGB color model

#D8BBAF color RGB value is (216,187,175).

  • red value is 216;
  • green value is 187;
  • blue value is 175.
RGB:
(216,187,175)
(85%,73%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 175 of 255 = 69%

216
187
175

R + G + B ~ 76%. #D8BBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 175 = 578 (100%)
R 216 of 578 ~ 37.37%
G 187 of 578 ~ 32.35%
B 175 of 578 ~ 30.28%

%37.37
%32.35
%30.28

CMYK color model

#D8BBAF color CMYK value is (0,13,19,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 18.98%
  • key color value is 15.29%
CMYK:
(0,13,19,15)
C0M13Y19K15 
(0%,13%,19%,15%)
(0.00/0.13/0.19/0.15)	

CMYK percentages

%0
%13.43
%18.98
%15.29

Codes

Color #D8BBAF in popluar color models

D8BBAF
RGB216187175
HSL18°34.45%76.67%
HSB/HSV18°18.98%84.71%
CMYK0.00%13.43%18.98%
15.29%

Color #D8BBAF in popluar number systems.

HEXD8BBAF
Decimal216187175
Binary110110001011101110101111
Octal330273257

Shades and tints

Shades of #D8BBAF

#D8BBAF
(216,187,175)
#C5AAA0
(197,170,160)
#B29991
(178,153,145)
#9F8882
(159,136,130)
#8C7773
(140,119,115)
#796664
(121,102,100)
#665555
(102,85,85)
#534446
(83,68,70)
#403337
(64,51,55)
#2D2228
(45,34,40)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #D8BBAF

#D8BBAF
(216,187,175)
#DBC1B6
(219,193,182)
#DEC7BD
(222,199,189)
#E1CDC4
(225,205,196)
#E4D3CB
(228,211,203)
#E7D9D2
(231,217,210)
#EADFD9
(234,223,217)
#EDE5E0
(237,229,224)
#F0EBE7
(240,235,231)
#F3F1EE
(243,241,238)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBAF; }

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

This text font color is #D8BBAF.


Background Color

.myBgColor { background-color: #D8BBAF; }

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

This div background color is #D8BBAF.


Border color

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

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

This div border color is #D8BBAF.


Opacity

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

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

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

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

This text has shadow with #D8BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBAF on black background.


Color preview on white background

This text has color #D8BBAF on white background.



Black color preview on #D8BBAF background

This text has black color on #D8BBAF background.


White color preview on #D8BBAF background

This text has white color on #D8BBAF background.