COLOR #D0AAB5

HEX: #D0AAB5
RGB: (208,170,181)

Color info

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

RGB color model

#D0AAB5 color RGB value is (208,170,181).

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

RGB channels and saturation

R 208 of 255 = 82%
G 170 of 255 = 67%
B 181 of 255 = 71%

208
170
181

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

Portions of RGB colors in percentages

R + G + B =
208 + 170 + 181 = 559 (100%)
R 208 of 559 ~ 37.21%
G 170 of 559 ~ 30.41%
B 181 of 559 ~ 32.38%

%37.21
%30.41
%32.38

CMYK color model

#D0AAB5 color CMYK value is (0,18,13,18).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 12.98%
  • key color value is 18.43%
CMYK:
(0,18,13,18)
C0M18Y13K18 
(0%,18%,13%,18%)
(0.00/0.18/0.13/0.18)	

CMYK percentages

%0
%18.27
%12.98
%18.43

Codes

Color #D0AAB5 in popluar color models

D0AAB5
RGB208170181
HSL343°28.79%74.12%
HSB/HSV343°18.27%81.57%
CMYK0.00%18.27%12.98%
18.43%

Color #D0AAB5 in popluar number systems.

HEXD0AAB5
Decimal208170181
Binary110100001010101010110101
Octal320252265

Shades and tints

Shades of #D0AAB5

#D0AAB5
(208,170,181)
#BE9BA5
(190,155,165)
#AC8C95
(172,140,149)
#9A7D85
(154,125,133)
#886E75
(136,110,117)
#765F65
(118,95,101)
#645055
(100,80,85)
#524145
(82,65,69)
#403235
(64,50,53)
#2E2325
(46,35,37)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #D0AAB5

#D0AAB5
(208,170,181)
#D4B1BB
(212,177,187)
#D8B8C1
(216,184,193)
#DCBFC7
(220,191,199)
#E0C6CD
(224,198,205)
#E4CDD3
(228,205,211)
#E8D4D9
(232,212,217)
#ECDBDF
(236,219,223)
#F0E2E5
(240,226,229)
#F4E9EB
(244,233,235)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AAB5; }

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

This text font color is #D0AAB5.


Background Color

.myBgColor { background-color: #D0AAB5; }

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

This div background color is #D0AAB5.


Border color

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

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

This div border color is #D0AAB5.


Opacity

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

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

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

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

This text has shadow with #D0AAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AAB5 on black background.


Color preview on white background

This text has color #D0AAB5 on white background.



Black color preview on #D0AAB5 background

This text has black color on #D0AAB5 background.


White color preview on #D0AAB5 background

This text has white color on #D0AAB5 background.