COLOR #D4BAAE

HEX: #D4BAAE
RGB: (212,186,174)

Color info

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

RGB color model

#D4BAAE color RGB value is (212,186,174).

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

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 174 of 255 = 68%

212
186
174

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 174 = 572 (100%)
R 212 of 572 ~ 37.06%
G 186 of 572 ~ 32.52%
B 174 of 572 ~ 30.42%

%37.06
%32.52
%30.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 17.92%
  • key color value is 16.86%
CMYK:
(0,12,18,17)
C0M12Y18K17 
(0%,12%,18%,17%)
(0.00/0.12/0.18/0.17)	

CMYK percentages

%0
%12.26
%17.92
%16.86

Codes

Color #D4BAAE in popluar color models

D4BAAE
RGB212186174
HSL19°30.65%75.69%
HSB/HSV19°17.92%83.14%
CMYK0.00%12.26%17.92%
16.86%

Color #D4BAAE in popluar number systems.

HEXD4BAAE
Decimal212186174
Binary110101001011101010101110
Octal324272256

Shades and tints

Shades of #D4BAAE

#D4BAAE
(212,186,174)
#C1AA9F
(193,170,159)
#AE9A90
(174,154,144)
#9B8A81
(155,138,129)
#887A72
(136,122,114)
#756A63
(117,106,99)
#625A54
(98,90,84)
#4F4A45
(79,74,69)
#3C3A36
(60,58,54)
#292A27
(41,42,39)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4BAAE

#D4BAAE
(212,186,174)
#D7C0B5
(215,192,181)
#DAC6BC
(218,198,188)
#DDCCC3
(221,204,195)
#E0D2CA
(224,210,202)
#E3D8D1
(227,216,209)
#E6DED8
(230,222,216)
#E9E4DF
(233,228,223)
#ECEAE6
(236,234,230)
#EFF0ED
(239,240,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BAAE; }

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

This text font color is #D4BAAE.


Background Color

.myBgColor { background-color: #D4BAAE; }

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

This div background color is #D4BAAE.


Border color

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

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

This div border color is #D4BAAE.


Opacity

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

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

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

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

This text has shadow with #D4BAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BAAE on black background.


Color preview on white background

This text has color #D4BAAE on white background.



Black color preview on #D4BAAE background

This text has black color on #D4BAAE background.


White color preview on #D4BAAE background

This text has white color on #D4BAAE background.