COLOR #D0A9CC

HEX: #D0A9CC RGB: (208,169,204)

Color info

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

RGB color model

#D0A9CC color RGB value is (208,169,204).

RGB: (208,169,204) (82%, 66%, 80%)

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 204 of 255 = 80%

208
169
204

R + G + B ~ 76%. #D0A9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 169 + 204 = 581 (100%)
R 208 of 581 ~ 35.8%
G 169 of 581 ~ 29.09%
B 204 of 581 ~ 35.11'%

%35.8
%29.09
%35.11

CMYK color model

#D0A9CC color CMYK value is (0,19,2,18).

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

CMYK: (0,19,2,18)
C0M19Y2K18 (0%, 19%, 2%, 18%)
(0.00 / 0.19 / 0.02 / 0.18)

CMYK percentages

%0
%18.75
%1.92
%18.43

Codes

Color #D0A9CC in popluar color models

D0 A9 CC
RGB 208 169 204
HSL 306° 29.32% 73.92%
HSB/HSV 306° 18.75% 81.57%
CMYK 0.00% 18.75% 1.92%
18.43%

Color #D0A9CC in popluar number systems.

HEX D0 A9 CC
Decimal 208 169 204
Binary 11010000 10101001 11001100
Octal 320 251 314

Shades and tints

Shades of #D0A9CC

#D0A9CC
(208,169,204)
#BE9ABA
(190,154,186)
#AC8BA8
(172,139,168)
#9A7C96
(154,124,150)
#886D84
(136,109,132)
#765E72
(118,94,114)
#644F60
(100,79,96)
#52404E
(82,64,78)
#40313C
(64,49,60)
#2E222A
(46,34,42)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #D0A9CC

#D0A9CC
(208,169,204)
#D4B0D0
(212,176,208)
#D8B7D4
(216,183,212)
#DCBED8
(220,190,216)
#E0C5DC
(224,197,220)
#E4CCE0
(228,204,224)
#E8D3E4
(232,211,228)
#ECDAE8
(236,218,232)
#F0E1EC
(240,225,236)
#F4E8F0
(244,232,240)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A9CC; }

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

This text font color is #D0A9CC.

Background Color

.myBgColor { background-color: #D0A9CC; }

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

This div background color is #D0A9CC.

Border color

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

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

This div border color is #D0A9CC.

Opacity

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

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

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

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

This text has shadow with #D0A9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A9CC.

Preview

Color preview on black background

This text has color #D0A9CC on black background.


Color preview on white background

This text has color #D0A9CC on white background.


Black color preview on #D0A9CC background

This text has black color on #D0A9CC background.


White color preview on #D0A9CC background

This text has white color on #D0A9CC background.


Related colors

Complementary color

Complementary color for #hex is #2F5633.


I love getcolorcode.com

Triadic colors

1 #CCD0A9 and #A9CCD0 with #D0A9CC are triadic colors.

2 #CCA9D0 and #A9D0CC with #D0A9CC are triadic colors.