COLOR #D0AAB4

HEX: #D0AAB4
RGB: (208,170,180)

Color info

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

RGB color model

#D0AAB4 color RGB value is (208,170,180).

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

RGB channels and saturation

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

208
170
180

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

Portions of RGB colors in percentages

R + G + B =
208 + 170 + 180 = 558 (100%)
R 208 of 558 ~ 37.28%
G 170 of 558 ~ 30.47%
B 180 of 558 ~ 32.26%

%37.28
%30.47
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 13.46%
  • 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
%13.46
%18.43

Codes

Color #D0AAB4 in popluar color models

D0AAB4
RGB208170180
HSL344°28.79%74.12%
HSB/HSV344°18.27%81.57%
CMYK0.00%18.27%13.46%
18.43%

Color #D0AAB4 in popluar number systems.

HEXD0AAB4
Decimal208170180
Binary110100001010101010110100
Octal320252264

Shades and tints

Shades of #D0AAB4

#D0AAB4
(208,170,180)
#BE9BA4
(190,155,164)
#AC8C94
(172,140,148)
#9A7D84
(154,125,132)
#886E74
(136,110,116)
#765F64
(118,95,100)
#645054
(100,80,84)
#524144
(82,65,68)
#403234
(64,50,52)
#2E2324
(46,35,36)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0AAB4

#D0AAB4
(208,170,180)
#D4B1BA
(212,177,186)
#D8B8C0
(216,184,192)
#DCBFC6
(220,191,198)
#E0C6CC
(224,198,204)
#E4CDD2
(228,205,210)
#E8D4D8
(232,212,216)
#ECDBDE
(236,219,222)
#F0E2E4
(240,226,228)
#F4E9EA
(244,233,234)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AAB4; }

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

This text font color is #D0AAB4.


Background Color

.myBgColor { background-color: #D0AAB4; }

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

This div background color is #D0AAB4.


Border color

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

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

This div border color is #D0AAB4.


Opacity

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

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

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

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

This text has shadow with #D0AAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AAB4 on black background.


Color preview on white background

This text has color #D0AAB4 on white background.



Black color preview on #D0AAB4 background

This text has black color on #D0AAB4 background.


White color preview on #D0AAB4 background

This text has white color on #D0AAB4 background.