COLOR #D4BAAA

HEX: #D4BAAA
RGB: (212,186,170)

Color info

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

RGB color model

#D4BAAA color RGB value is (212,186,170).

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

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 170 of 255 = 67%

212
186
170

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 170 = 568 (100%)
R 212 of 568 ~ 37.32%
G 186 of 568 ~ 32.75%
B 170 of 568 ~ 29.93%

%37.32
%32.75
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 19.81%
  • key color value is 16.86%
CMYK: (0,12,20,17) C0M12Y20K17 (0%,12%,20%,17%) (0.00/0.12/0.20/0.17)

CMYK percentages

%0
%12.26
%19.81
%16.86

Codes

Color #D4BAAA in popluar color models

D4BAAA
RGB212186170
HSL23°32.81%74.90%
HSB/HSV23°19.81%83.14%
CMYK0.00%12.26%19.81%
16.86%

Color #D4BAAA in popluar number systems.

HEXD4BAAA
Decimal212186170
Binary110101001011101010101010
Octal324272252

Shades and tints

Shades of #D4BAAA

#D4BAAA
(212,186,170)
#C1AA9B
(193,170,155)
#AE9A8C
(174,154,140)
#9B8A7D
(155,138,125)
#887A6E
(136,122,110)
#756A5F
(117,106,95)
#625A50
(98,90,80)
#4F4A41
(79,74,65)
#3C3A32
(60,58,50)
#292A23
(41,42,35)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #D4BAAA

#D4BAAA
(212,186,170)
#D7C0B1
(215,192,177)
#DAC6B8
(218,198,184)
#DDCCBF
(221,204,191)
#E0D2C6
(224,210,198)
#E3D8CD
(227,216,205)
#E6DED4
(230,222,212)
#E9E4DB
(233,228,219)
#ECEAE2
(236,234,226)
#EFF0E9
(239,240,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BAAA; }

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

This text font color is #D4BAAA.


Background Color

.myBgColor { background-color: #D4BAAA; }

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

This div background color is #D4BAAA.


Border color

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

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

This div border color is #D4BAAA.


Opacity

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

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

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

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

This text has shadow with #D4BAAA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4BAAA on black background.


Color preview on white background

This text has color #D4BAAA on white background.



Black color preview on #D4BAAA background

This text has black color on #D4BAAA background.


White color preview on #D4BAAA background

This text has white color on #D4BAAA background.