COLOR #D0A9B8

HEX: #D0A9B8 RGB: (208,169,184)

Color info

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

RGB color model

#D0A9B8 color RGB value is (208,169,184).

RGB: (208,169,184) (82%, 66%, 72%)

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 184 of 255 = 72%

208
169
184

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

Portions of RGB colors in percentages

R + G + B = 208 + 169 + 184 = 561 (100%)
R 208 of 561 ~ 37.08%
G 169 of 561 ~ 30.12%
B 184 of 561 ~ 32.8'%

%37.08
%30.12
%32.8

CMYK color model

#D0A9B8 color CMYK value is (0,19,12,18).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 11.54%
  • key color value is 18.43%

CMYK: (0,19,12,18)
C0M19Y12K18 (0%, 19%, 12%, 18%)
(0.00 / 0.19 / 0.12 / 0.18)

CMYK percentages

%0
%18.75
%11.54
%18.43

Codes

Color #D0A9B8 in popluar color models

D0 A9 B8
RGB 208 169 184
HSL 337° 29.32% 73.92%
HSB/HSV 337° 18.75% 81.57%
CMYK 0.00% 18.75% 11.54%
18.43%

Color #D0A9B8 in popluar number systems.

HEX D0 A9 B8
Decimal 208 169 184
Binary 11010000 10101001 10111000
Octal 320 251 270

Shades and tints

Shades of #D0A9B8

#D0A9B8
(208,169,184)
#BE9AA8
(190,154,168)
#AC8B98
(172,139,152)
#9A7C88
(154,124,136)
#886D78
(136,109,120)
#765E68
(118,94,104)
#644F58
(100,79,88)
#524048
(82,64,72)
#403138
(64,49,56)
#2E2228
(46,34,40)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #D0A9B8

#D0A9B8
(208,169,184)
#D4B0BE
(212,176,190)
#D8B7C4
(216,183,196)
#DCBECA
(220,190,202)
#E0C5D0
(224,197,208)
#E4CCD6
(228,204,214)
#E8D3DC
(232,211,220)
#ECDAE2
(236,218,226)
#F0E1E8
(240,225,232)
#F4E8EE
(244,232,238)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A9B8 color. Also use rgb(208,169,184) instead hex code.

Text Font Color

.myTextColor { color: #D0A9B8; }

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

This text font color is #D0A9B8.

Background Color

.myBgColor { background-color: #D0A9B8; }

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

This div background color is #D0A9B8.

Border color

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

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

This div border color is #D0A9B8.

Opacity

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

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

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

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

This text has shadow with #D0A9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A9B8.

Preview

Color preview on black background

This text has color #D0A9B8 on black background.


Color preview on white background

This text has color #D0A9B8 on white background.


Black color preview on #D0A9B8 background

This text has black color on #D0A9B8 background.


White color preview on #D0A9B8 background

This text has white color on #D0A9B8 background.


Related colors

Complementary color

Complementary color for #hex is #2F5647.


I love getcolorcode.com

Triadic colors

1 #B8D0A9 and #A9B8D0 with #D0A9B8 are triadic colors.

2 #B8A9D0 and #A9D0B8 with #D0A9B8 are triadic colors.