COLOR #D4BCA8

HEX: #D4BCA8
RGB: (212,188,168)

Color info

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

RGB color model

#D4BCA8 color RGB value is (212,188,168).

  • red value is 212;
  • green value is 188;
  • blue value is 168.
RGB:
(212,188,168)
(83%,74%,66%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 168 of 255 = 66%

212
188
168

R + G + B ~ 74%. #D4BCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 188 + 168 = 568 (100%)
R 212 of 568 ~ 37.32%
G 188 of 568 ~ 33.1%
B 168 of 568 ~ 29.58%

%37.32
%33.1
%29.58

CMYK color model

#D4BCA8 color CMYK value is (0,11,21,17).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK:
(0,11,21,17)
C0M11Y21K17 
(0%,11%,21%,17%)
(0.00/0.11/0.21/0.17)	

CMYK percentages

%0
%11.32
%20.75
%16.86

Codes

Color #D4BCA8 in popluar color models

D4BCA8
RGB212188168
HSL27°33.85%74.51%
HSB/HSV27°20.75%83.14%
CMYK0.00%11.32%20.75%
16.86%

Color #D4BCA8 in popluar number systems.

HEXD4BCA8
Decimal212188168
Binary110101001011110010101000
Octal324274250

Shades and tints

Shades of #D4BCA8

#D4BCA8
(212,188,168)
#C1AB99
(193,171,153)
#AE9A8A
(174,154,138)
#9B897B
(155,137,123)
#88786C
(136,120,108)
#75675D
(117,103,93)
#62564E
(98,86,78)
#4F453F
(79,69,63)
#3C3430
(60,52,48)
#292321
(41,35,33)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #D4BCA8

#D4BCA8
(212,188,168)
#D7C2AF
(215,194,175)
#DAC8B6
(218,200,182)
#DDCEBD
(221,206,189)
#E0D4C4
(224,212,196)
#E3DACB
(227,218,203)
#E6E0D2
(230,224,210)
#E9E6D9
(233,230,217)
#ECECE0
(236,236,224)
#EFF2E7
(239,242,231)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BCA8 color. Also use rgb(212,188,168) instead hex code.

Text Font Color

.myTextColor { color: #D4BCA8; }

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

This text font color is #D4BCA8.


Background Color

.myBgColor { background-color: #D4BCA8; }

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

This div background color is #D4BCA8.


Border color

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

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

This div border color is #D4BCA8.


Opacity

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

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

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

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

This text has shadow with #D4BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BCA8 on black background.


Color preview on white background

This text has color #D4BCA8 on white background.



Black color preview on #D4BCA8 background

This text has black color on #D4BCA8 background.


White color preview on #D4BCA8 background

This text has white color on #D4BCA8 background.