COLOR #D4BAAF

HEX: #D4BAAF
RGB: (212,186,175)

Color info

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

RGB color model

#D4BAAF color RGB value is (212,186,175).

  • red value is 212;
  • green value is 186;
  • blue value is 175.
RGB:
(212,186,175)
(83%,73%,69%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 175 of 255 = 69%

212
186
175

R + G + B ~ 75%. #D4BAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 175 = 573 (100%)
R 212 of 573 ~ 37%
G 186 of 573 ~ 32.46%
B 175 of 573 ~ 30.54%

%37
%32.46
%30.54

CMYK color model

#D4BAAF color CMYK value is (0,12,17,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 17.45%
  • key color value is 16.86%
CMYK:
(0,12,17,17)
C0M12Y17K17 
(0%,12%,17%,17%)
(0.00/0.12/0.17/0.17)	

CMYK percentages

%0
%12.26
%17.45
%16.86

Codes

Color #D4BAAF in popluar color models

D4BAAF
RGB212186175
HSL18°30.08%75.88%
HSB/HSV18°17.45%83.14%
CMYK0.00%12.26%17.45%
16.86%

Color #D4BAAF in popluar number systems.

HEXD4BAAF
Decimal212186175
Binary110101001011101010101111
Octal324272257

Shades and tints

Shades of #D4BAAF

#D4BAAF
(212,186,175)
#C1AAA0
(193,170,160)
#AE9A91
(174,154,145)
#9B8A82
(155,138,130)
#887A73
(136,122,115)
#756A64
(117,106,100)
#625A55
(98,90,85)
#4F4A46
(79,74,70)
#3C3A37
(60,58,55)
#292A28
(41,42,40)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #D4BAAF

#D4BAAF
(212,186,175)
#D7C0B6
(215,192,182)
#DAC6BD
(218,198,189)
#DDCCC4
(221,204,196)
#E0D2CB
(224,210,203)
#E3D8D2
(227,216,210)
#E6DED9
(230,222,217)
#E9E4E0
(233,228,224)
#ECEAE7
(236,234,231)
#EFF0EE
(239,240,238)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BAAF color. Also use rgb(212,186,175) instead hex code.

Text Font Color

.myTextColor { color: #D4BAAF; }

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

This text font color is #D4BAAF.


Background Color

.myBgColor { background-color: #D4BAAF; }

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

This div background color is #D4BAAF.


Border color

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

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

This div border color is #D4BAAF.


Opacity

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

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

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

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

This text has shadow with #D4BAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BAAF on black background.


Color preview on white background

This text has color #D4BAAF on white background.



Black color preview on #D4BAAF background

This text has black color on #D4BAAF background.


White color preview on #D4BAAF background

This text has white color on #D4BAAF background.