COLOR #D0A2C0

HEX: #D0A2C0
RGB: (208,162,192)

Color info

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

RGB color model

#D0A2C0 color RGB value is (208,162,192).

  • red value is 208;
  • green value is 162;
  • blue value is 192.
RGB:
(208,162,192)
(82%,64%,75%)

RGB channels and saturation

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

208
162
192

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

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 192 = 562 (100%)
R 208 of 562 ~ 37.01%
G 162 of 562 ~ 28.83%
B 192 of 562 ~ 34.16%

%37.01
%28.83
%34.16

CMYK color model

#D0A2C0 color CMYK value is (0,22,8,18).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK:
(0,22,8,18)
C0M22Y8K18 
(0%,22%,8%,18%)
(0.00/0.22/0.08/0.18)	

CMYK percentages

%0
%22.12
%7.69
%18.43

Codes

Color #D0A2C0 in popluar color models

D0A2C0
RGB208162192
HSL321°32.86%72.55%
HSB/HSV321°22.12%81.57%
CMYK0.00%22.12%7.69%
18.43%

Color #D0A2C0 in popluar number systems.

HEXD0A2C0
Decimal208162192
Binary110100001010001011000000
Octal320242300

Shades and tints

Shades of #D0A2C0

#D0A2C0
(208,162,192)
#BE94AF
(190,148,175)
#AC869E
(172,134,158)
#9A788D
(154,120,141)
#886A7C
(136,106,124)
#765C6B
(118,92,107)
#644E5A
(100,78,90)
#524049
(82,64,73)
#403238
(64,50,56)
#2E2427
(46,36,39)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #D0A2C0

#D0A2C0
(208,162,192)
#D4AAC5
(212,170,197)
#D8B2CA
(216,178,202)
#DCBACF
(220,186,207)
#E0C2D4
(224,194,212)
#E4CAD9
(228,202,217)
#E8D2DE
(232,210,222)
#ECDAE3
(236,218,227)
#F0E2E8
(240,226,232)
#F4EAED
(244,234,237)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A2C0; }

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

This text font color is #D0A2C0.


Background Color

.myBgColor { background-color: #D0A2C0; }

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

This div background color is #D0A2C0.


Border color

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

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

This div border color is #D0A2C0.


Opacity

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

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

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

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

This text has shadow with #D0A2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A2C0 on black background.


Color preview on white background

This text has color #D0A2C0 on white background.



Black color preview on #D0A2C0 background

This text has black color on #D0A2C0 background.


White color preview on #D0A2C0 background

This text has white color on #D0A2C0 background.