COLOR #D8BCAE

HEX: #D8BCAE
RGB: (216,188,174)

Color info

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

RGB color model

#D8BCAE color RGB value is (216,188,174).

  • red value is 216;
  • green value is 188;
  • blue value is 174.
RGB:
(216,188,174)
(85%,74%,68%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 174 of 255 = 68%

216
188
174

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

Portions of RGB colors in percentages

R + G + B =
216 + 188 + 174 = 578 (100%)
R 216 of 578 ~ 37.37%
G 188 of 578 ~ 32.53%
B 174 of 578 ~ 30.1%

%37.37
%32.53
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 19.44%
  • 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
%12.96
%19.44
%15.29

Codes

Color #D8BCAE in popluar color models

D8BCAE
RGB216188174
HSL20°35.00%76.47%
HSB/HSV20°19.44%84.71%
CMYK0.00%12.96%19.44%
15.29%

Color #D8BCAE in popluar number systems.

HEXD8BCAE
Decimal216188174
Binary110110001011110010101110
Octal330274256

Shades and tints

Shades of #D8BCAE

#D8BCAE
(216,188,174)
#C5AB9F
(197,171,159)
#B29A90
(178,154,144)
#9F8981
(159,137,129)
#8C7872
(140,120,114)
#796763
(121,103,99)
#665654
(102,86,84)
#534545
(83,69,69)
#403436
(64,52,54)
#2D2327
(45,35,39)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #D8BCAE

#D8BCAE
(216,188,174)
#DBC2B5
(219,194,181)
#DEC8BC
(222,200,188)
#E1CEC3
(225,206,195)
#E4D4CA
(228,212,202)
#E7DAD1
(231,218,209)
#EAE0D8
(234,224,216)
#EDE6DF
(237,230,223)
#F0ECE6
(240,236,230)
#F3F2ED
(243,242,237)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BCAE color. Also use rgb(216,188,174) instead hex code.

Text Font Color

.myTextColor { color: #D8BCAE; }

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

This text font color is #D8BCAE.


Background Color

.myBgColor { background-color: #D8BCAE; }

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

This div background color is #D8BCAE.


Border color

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

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

This div border color is #D8BCAE.


Opacity

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

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

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

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

This text has shadow with #D8BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BCAE on black background.


Color preview on white background

This text has color #D8BCAE on white background.



Black color preview on #D8BCAE background

This text has black color on #D8BCAE background.


White color preview on #D8BCAE background

This text has white color on #D8BCAE background.