COLOR #D0A9B2

HEX: #D0A9B2 RGB: (208,169,178)

Color info

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

RGB color model

#D0A9B2 color RGB value is (208,169,178).

RGB: (208,169,178) (82%, 66%, 70%)

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 178 of 255 = 70%

208
169
178

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

Portions of RGB colors in percentages

R + G + B = 208 + 169 + 178 = 555 (100%)
R 208 of 555 ~ 37.48%
G 169 of 555 ~ 30.45%
B 178 of 555 ~ 32.07'%

%37.48
%30.45
%32.07

CMYK color model

#D0A9B2 color CMYK value is (0,19,14,18).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 14.42%
  • key color value is 18.43%
CMYK: (0,19,14,18) C0M19Y14K18 (0%,19%,14%,18%) (0.00/0.19/0.14/0.18) 

CMYK percentages

%0
%18.75
%14.42
%18.43

Codes

Color #D0A9B2 in popluar color models

D0 A9 B2
RGB 208 169 178
HSL 346° 29.32% 73.92%
HSB/HSV 346° 18.75% 81.57%
CMYK 0.00% 18.75% 14.42%
18.43%

Color #D0A9B2 in popluar number systems.

HEX D0 A9 B2
Decimal 208 169 178
Binary 11010000 10101001 10110010
Octal 320 251 262

Shades and tints

Shades of #D0A9B2

#D0A9B2
(208,169,178)
#BE9AA2
(190,154,162)
#AC8B92
(172,139,146)
#9A7C82
(154,124,130)
#886D72
(136,109,114)
#765E62
(118,94,98)
#644F52
(100,79,82)
#524042
(82,64,66)
#403132
(64,49,50)
#2E2222
(46,34,34)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #D0A9B2

#D0A9B2
(208,169,178)
#D4B0B9
(212,176,185)
#D8B7C0
(216,183,192)
#DCBEC7
(220,190,199)
#E0C5CE
(224,197,206)
#E4CCD5
(228,204,213)
#E8D3DC
(232,211,220)
#ECDAE3
(236,218,227)
#F0E1EA
(240,225,234)
#F4E8F1
(244,232,241)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A9B2; }

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

This text font color is #D0A9B2.

Background Color

.myBgColor { background-color: #D0A9B2; }

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

This div background color is #D0A9B2.

Border color

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

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

This div border color is #D0A9B2.

Opacity

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

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

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

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

This text has shadow with #D0A9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A9B2.

Preview

Color preview on black background

This text has color #D0A9B2 on black background.


Color preview on white background

This text has color #D0A9B2 on white background.


Black color preview on #D0A9B2 background

This text has black color on #D0A9B2 background.


White color preview on #D0A9B2 background

This text has white color on #D0A9B2 background.


Related colors

Complementary color

Complementary color for #hex is #2F564D.


I love getcolorcode.com

Triadic colors

1 #B2D0A9 and #A9B2D0 with #D0A9B2 are triadic colors.

2 #B2A9D0 and #A9D0B2 with #D0A9B2 are triadic colors.