COLOR #D4AAB5

HEX: #D4AAB5
RGB: (212,170,181)

Color info

#D4AAB5 contains red, green and blue colors in about the same proportion. Web safe color of #D4AAB5 is #CC99CC (or #C9C).

RGB color model

#D4AAB5 color RGB value is (212,170,181).

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

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 181 of 255 = 71%

212
170
181

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

Portions of RGB colors in percentages

R + G + B =
212 + 170 + 181 = 563 (100%)
R 212 of 563 ~ 37.66%
G 170 of 563 ~ 30.2%
B 181 of 563 ~ 32.15%

%37.66
%30.2
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 14.62%
  • key color value is 16.86%
CMYK:
(0,20,15,17)
C0M20Y15K17 
(0%,20%,15%,17%)
(0.00/0.20/0.15/0.17)	

CMYK percentages

%0
%19.81
%14.62
%16.86

Codes

Color #D4AAB5 in popluar color models

D4AAB5
RGB212170181
HSL344°32.81%74.90%
HSB/HSV344°19.81%83.14%
CMYK0.00%19.81%14.62%
16.86%

Color #D4AAB5 in popluar number systems.

HEXD4AAB5
Decimal212170181
Binary110101001010101010110101
Octal324252265

Shades and tints

Shades of #D4AAB5

#D4AAB5
(212,170,181)
#C19BA5
(193,155,165)
#AE8C95
(174,140,149)
#9B7D85
(155,125,133)
#886E75
(136,110,117)
#755F65
(117,95,101)
#625055
(98,80,85)
#4F4145
(79,65,69)
#3C3235
(60,50,53)
#292325
(41,35,37)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4AAB5

#D4AAB5
(212,170,181)
#D7B1BB
(215,177,187)
#DAB8C1
(218,184,193)
#DDBFC7
(221,191,199)
#E0C6CD
(224,198,205)
#E3CDD3
(227,205,211)
#E6D4D9
(230,212,217)
#E9DBDF
(233,219,223)
#ECE2E5
(236,226,229)
#EFE9EB
(239,233,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AAB5; }

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

This text font color is #D4AAB5.


Background Color

.myBgColor { background-color: #D4AAB5; }

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

This div background color is #D4AAB5.


Border color

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

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

This div border color is #D4AAB5.


Opacity

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

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

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

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

This text has shadow with #D4AAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AAB5 on black background.


Color preview on white background

This text has color #D4AAB5 on white background.



Black color preview on #D4AAB5 background

This text has black color on #D4AAB5 background.


White color preview on #D4AAB5 background

This text has white color on #D4AAB5 background.