COLOR #D4B0AA

HEX: #D4B0AA
RGB: (212,176,170)

Color info

#D4B0AA contains red, green and blue colors in about the same proportion. Web safe color of #D4B0AA is #CC9999 (or #C99).

RGB color model

#D4B0AA color RGB value is (212,176,170).

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

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 170 of 255 = 67%

212
176
170

R + G + B ~ 73%. #D4B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 176 + 170 = 558 (100%)
R 212 of 558 ~ 37.99%
G 176 of 558 ~ 31.54%
B 170 of 558 ~ 30.47%

%37.99
%31.54
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 19.81%
  • key color value is 16.86%
CMYK:
(0,17,20,17)
C0M17Y20K17 
(0%,17%,20%,17%)
(0.00/0.17/0.20/0.17)	

CMYK percentages

%0
%16.98
%19.81
%16.86

Codes

Color #D4B0AA in popluar color models

D4B0AA
RGB212176170
HSL32.81%74.90%
HSB/HSV19.81%83.14%
CMYK0.00%16.98%19.81%
16.86%

Color #D4B0AA in popluar number systems.

HEXD4B0AA
Decimal212176170
Binary110101001011000010101010
Octal324260252

Shades and tints

Shades of #D4B0AA

#D4B0AA
(212,176,170)
#C1A09B
(193,160,155)
#AE908C
(174,144,140)
#9B807D
(155,128,125)
#88706E
(136,112,110)
#75605F
(117,96,95)
#625050
(98,80,80)
#4F4041
(79,64,65)
#3C3032
(60,48,50)
#292023
(41,32,35)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #D4B0AA

#D4B0AA
(212,176,170)
#D7B7B1
(215,183,177)
#DABEB8
(218,190,184)
#DDC5BF
(221,197,191)
#E0CCC6
(224,204,198)
#E3D3CD
(227,211,205)
#E6DAD4
(230,218,212)
#E9E1DB
(233,225,219)
#ECE8E2
(236,232,226)
#EFEFE9
(239,239,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B0AA; }

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

This text font color is #D4B0AA.


Background Color

.myBgColor { background-color: #D4B0AA; }

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

This div background color is #D4B0AA.


Border color

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

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

This div border color is #D4B0AA.


Opacity

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

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

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

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

This text has shadow with #D4B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B0AA on black background.


Color preview on white background

This text has color #D4B0AA on white background.



Black color preview on #D4B0AA background

This text has black color on #D4B0AA background.


White color preview on #D4B0AA background

This text has white color on #D4B0AA background.