COLOR #D0AAB0

HEX: #D0AAB0
RGB: (208,170,176)

Color info

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

RGB color model

#D0AAB0 color RGB value is (208,170,176).

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

RGB channels and saturation

R 208 of 255 = 82%
G 170 of 255 = 67%
B 176 of 255 = 69%

208
170
176

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

Portions of RGB colors in percentages

R + G + B =
208 + 170 + 176 = 554 (100%)
R 208 of 554 ~ 37.55%
G 170 of 554 ~ 30.69%
B 176 of 554 ~ 31.77%

%37.55
%30.69
%31.77

CMYK color model

#D0AAB0 color CMYK value is (0,18,15,18).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 15.38%
  • key color value is 18.43%
CMYK:
(0,18,15,18)
C0M18Y15K18 
(0%,18%,15%,18%)
(0.00/0.18/0.15/0.18)	

CMYK percentages

%0
%18.27
%15.38
%18.43

Codes

Color #D0AAB0 in popluar color models

D0AAB0
RGB208170176
HSL351°28.79%74.12%
HSB/HSV351°18.27%81.57%
CMYK0.00%18.27%15.38%
18.43%

Color #D0AAB0 in popluar number systems.

HEXD0AAB0
Decimal208170176
Binary110100001010101010110000
Octal320252260

Shades and tints

Shades of #D0AAB0

#D0AAB0
(208,170,176)
#BE9BA0
(190,155,160)
#AC8C90
(172,140,144)
#9A7D80
(154,125,128)
#886E70
(136,110,112)
#765F60
(118,95,96)
#645050
(100,80,80)
#524140
(82,65,64)
#403230
(64,50,48)
#2E2320
(46,35,32)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #D0AAB0

#D0AAB0
(208,170,176)
#D4B1B7
(212,177,183)
#D8B8BE
(216,184,190)
#DCBFC5
(220,191,197)
#E0C6CC
(224,198,204)
#E4CDD3
(228,205,211)
#E8D4DA
(232,212,218)
#ECDBE1
(236,219,225)
#F0E2E8
(240,226,232)
#F4E9EF
(244,233,239)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AAB0; }

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

This text font color is #D0AAB0.


Background Color

.myBgColor { background-color: #D0AAB0; }

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

This div background color is #D0AAB0.


Border color

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

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

This div border color is #D0AAB0.


Opacity

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

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

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

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

This text has shadow with #D0AAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AAB0 on black background.


Color preview on white background

This text has color #D0AAB0 on white background.



Black color preview on #D0AAB0 background

This text has black color on #D0AAB0 background.


White color preview on #D0AAB0 background

This text has white color on #D0AAB0 background.