COLOR #D0AAB9

HEX: #D0AAB9 RGB: (208,170,185)

Color info

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

RGB color model

#D0AAB9 color RGB value is (208,170,185).

RGB: (208,170,185) (82%, 67%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 170 of 255 = 67%
B 185 of 255 = 73%

208
170
185

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

Portions of RGB colors in percentages

R + G + B = 208 + 170 + 185 = 563 (100%)
R 208 of 563 ~ 36.94%
G 170 of 563 ~ 30.2%
B 185 of 563 ~ 32.86'%

%36.94
%30.2
%32.86

CMYK color model

#D0AAB9 color CMYK value is (0,18,11,18).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 11.06%
  • key color value is 18.43%

CMYK: (0,18,11,18)
C0M18Y11K18 (0%, 18%, 11%, 18%)
(0.00 / 0.18 / 0.11 / 0.18)

CMYK percentages

%0
%18.27
%11.06
%18.43

Codes

Color #D0AAB9 in popluar color models

D0 AA B9
RGB 208 170 185
HSL 336° 28.79% 74.12%
HSB/HSV 336° 18.27% 81.57%
CMYK 0.00% 18.27% 11.06%
18.43%

Color #D0AAB9 in popluar number systems.

HEX D0 AA B9
Decimal 208 170 185
Binary 11010000 10101010 10111001
Octal 320 252 271

Shades and tints

Shades of #D0AAB9

#D0AAB9
(208,170,185)
#BE9BA9
(190,155,169)
#AC8C99
(172,140,153)
#9A7D89
(154,125,137)
#886E79
(136,110,121)
#765F69
(118,95,105)
#645059
(100,80,89)
#524149
(82,65,73)
#403239
(64,50,57)
#2E2329
(46,35,41)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #D0AAB9

#D0AAB9
(208,170,185)
#D4B1BF
(212,177,191)
#D8B8C5
(216,184,197)
#DCBFCB
(220,191,203)
#E0C6D1
(224,198,209)
#E4CDD7
(228,205,215)
#E8D4DD
(232,212,221)
#ECDBE3
(236,219,227)
#F0E2E9
(240,226,233)
#F4E9EF
(244,233,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AAB9; }

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

This text font color is #D0AAB9.

Background Color

.myBgColor { background-color: #D0AAB9; }

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

This div background color is #D0AAB9.

Border color

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

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

This div border color is #D0AAB9.

Opacity

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

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

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

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

This text has shadow with #D0AAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AAB9.

Preview

Color preview on black background

This text has color #D0AAB9 on black background.


Color preview on white background

This text has color #D0AAB9 on white background.


Black color preview on #D0AAB9 background

This text has black color on #D0AAB9 background.


White color preview on #D0AAB9 background

This text has white color on #D0AAB9 background.


Related colors

Complementary color

Complementary color for #hex is #2F5546.


I love getcolorcode.com

Triadic colors

1 #B9D0AA and #AAB9D0 with #D0AAB9 are triadic colors.

2 #B9AAD0 and #AAD0B9 with #D0AAB9 are triadic colors.