COLOR #D0A4C0

HEX: #D0A4C0 RGB: (208,164,192)

Color info

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

RGB color model

#D0A4C0 color RGB value is (208,164,192).

RGB: (208,164,192) (82%, 64%, 75%)

RGB channels and saturation

R 208 of 255 = 82%
G 164 of 255 = 64%
B 192 of 255 = 75%

208
164
192

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

Portions of RGB colors in percentages

R + G + B = 208 + 164 + 192 = 564 (100%)
R 208 of 564 ~ 36.88%
G 164 of 564 ~ 29.08%
B 192 of 564 ~ 34.04'%

%36.88
%29.08
%34.04

CMYK color model

#D0A4C0 color CMYK value is (0,21,8,18).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK: (0,21,8,18) C0M21Y8K18 (0%,21%,8%,18%) (0.00/0.21/0.08/0.18) 

CMYK percentages

%0
%21.15
%7.69
%18.43

Codes

Color #D0A4C0 in popluar color models

D0 A4 C0
RGB 208 164 192
HSL 322° 31.88% 72.94%
HSB/HSV 322° 21.15% 81.57%
CMYK 0.00% 21.15% 7.69%
18.43%

Color #D0A4C0 in popluar number systems.

HEX D0 A4 C0
Decimal 208 164 192
Binary 11010000 10100100 11000000
Octal 320 244 300

Shades and tints

Shades of #D0A4C0

#D0A4C0
(208,164,192)
#BE96AF
(190,150,175)
#AC889E
(172,136,158)
#9A7A8D
(154,122,141)
#886C7C
(136,108,124)
#765E6B
(118,94,107)
#64505A
(100,80,90)
#524249
(82,66,73)
#403438
(64,52,56)
#2E2627
(46,38,39)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #D0A4C0

#D0A4C0
(208,164,192)
#D4ACC5
(212,172,197)
#D8B4CA
(216,180,202)
#DCBCCF
(220,188,207)
#E0C4D4
(224,196,212)
#E4CCD9
(228,204,217)
#E8D4DE
(232,212,222)
#ECDCE3
(236,220,227)
#F0E4E8
(240,228,232)
#F4ECED
(244,236,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A4C0 color. Also use rgb(208,164,192) instead hex code.

Text Font Color

.myTextColor { color: #D0A4C0; }

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

This text font color is #D0A4C0.

Background Color

.myBgColor { background-color: #D0A4C0; }

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

This div background color is #D0A4C0.

Border color

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

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

This div border color is #D0A4C0.

Opacity

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

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

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

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

This text has shadow with #D0A4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A4C0.

Preview

Color preview on black background

This text has color #D0A4C0 on black background.


Color preview on white background

This text has color #D0A4C0 on white background.


Black color preview on #D0A4C0 background

This text has black color on #D0A4C0 background.


White color preview on #D0A4C0 background

This text has white color on #D0A4C0 background.


Related colors

Complementary color

Complementary color for #hex is #2F5B3F.


I love getcolorcode.com

Triadic colors

1 #C0D0A4 and #A4C0D0 with #D0A4C0 are triadic colors.

2 #C0A4D0 and #A4D0C0 with #D0A4C0 are triadic colors.