COLOR #D0A9BD

HEX: #D0A9BD
RGB: (208,169,189)

Color info

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

RGB color model

#D0A9BD color RGB value is (208,169,189).

  • red value is 208;
  • green value is 169;
  • blue value is 189.
RGB:
(208,169,189)
(82%,66%,74%)

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 189 of 255 = 74%

208
169
189

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

Portions of RGB colors in percentages

R + G + B =
208 + 169 + 189 = 566 (100%)
R 208 of 566 ~ 36.75%
G 169 of 566 ~ 29.86%
B 189 of 566 ~ 33.39%

%36.75
%29.86
%33.39

CMYK color model

#D0A9BD color CMYK value is (0,19,9,18).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(0,19,9,18)
C0M19Y9K18 
(0%,19%,9%,18%)
(0.00/0.19/0.09/0.18)	

CMYK percentages

%0
%18.75
%9.13
%18.43

Codes

Color #D0A9BD in popluar color models

D0A9BD
RGB208169189
HSL329°29.32%73.92%
HSB/HSV329°18.75%81.57%
CMYK0.00%18.75%9.13%
18.43%

Color #D0A9BD in popluar number systems.

HEXD0A9BD
Decimal208169189
Binary110100001010100110111101
Octal320251275

Shades and tints

Shades of #D0A9BD

#D0A9BD
(208,169,189)
#BE9AAC
(190,154,172)
#AC8B9B
(172,139,155)
#9A7C8A
(154,124,138)
#886D79
(136,109,121)
#765E68
(118,94,104)
#644F57
(100,79,87)
#524046
(82,64,70)
#403135
(64,49,53)
#2E2224
(46,34,36)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #D0A9BD

#D0A9BD
(208,169,189)
#D4B0C3
(212,176,195)
#D8B7C9
(216,183,201)
#DCBECF
(220,190,207)
#E0C5D5
(224,197,213)
#E4CCDB
(228,204,219)
#E8D3E1
(232,211,225)
#ECDAE7
(236,218,231)
#F0E1ED
(240,225,237)
#F4E8F3
(244,232,243)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A9BD; }

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

This text font color is #D0A9BD.


Background Color

.myBgColor { background-color: #D0A9BD; }

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

This div background color is #D0A9BD.


Border color

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

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

This div border color is #D0A9BD.


Opacity

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

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

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

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

This text has shadow with #D0A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A9BD on black background.


Color preview on white background

This text has color #D0A9BD on white background.



Black color preview on #D0A9BD background

This text has black color on #D0A9BD background.


White color preview on #D0A9BD background

This text has white color on #D0A9BD background.