COLOR #D0A0C8

HEX: #D0A0C8
RGB: (208,160,200)

Color info

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

RGB color model

#D0A0C8 color RGB value is (208,160,200).

  • red value is 208;
  • green value is 160;
  • blue value is 200.
RGB:
(208,160,200)
(82%,63%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 200 of 255 = 78%

208
160
200

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

Portions of RGB colors in percentages

R + G + B =
208 + 160 + 200 = 568 (100%)
R 208 of 568 ~ 36.62%
G 160 of 568 ~ 28.17%
B 200 of 568 ~ 35.21%

%36.62
%28.17
%35.21

CMYK color model

#D0A0C8 color CMYK value is (0,23,4,18).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 3.85%
  • key color value is 18.43%
CMYK:
(0,23,4,18)
C0M23Y4K18 
(0%,23%,4%,18%)
(0.00/0.23/0.04/0.18)	

CMYK percentages

%0
%23.08
%3.85
%18.43

Codes

Color #D0A0C8 in popluar color models

D0A0C8
RGB208160200
HSL310°33.80%72.16%
HSB/HSV310°23.08%81.57%
CMYK0.00%23.08%3.85%
18.43%

Color #D0A0C8 in popluar number systems.

HEXD0A0C8
Decimal208160200
Binary110100001010000011001000
Octal320240310

Shades and tints

Shades of #D0A0C8

#D0A0C8
(208,160,200)
#BE92B6
(190,146,182)
#AC84A4
(172,132,164)
#9A7692
(154,118,146)
#886880
(136,104,128)
#765A6E
(118,90,110)
#644C5C
(100,76,92)
#523E4A
(82,62,74)
#403038
(64,48,56)
#2E2226
(46,34,38)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0A0C8

#D0A0C8
(208,160,200)
#D4A8CD
(212,168,205)
#D8B0D2
(216,176,210)
#DCB8D7
(220,184,215)
#E0C0DC
(224,192,220)
#E4C8E1
(228,200,225)
#E8D0E6
(232,208,230)
#ECD8EB
(236,216,235)
#F0E0F0
(240,224,240)
#F4E8F5
(244,232,245)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A0C8 color. Also use rgb(208,160,200) instead hex code.

Text Font Color

.myTextColor { color: #D0A0C8; }

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

This text font color is #D0A0C8.


Background Color

.myBgColor { background-color: #D0A0C8; }

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

This div background color is #D0A0C8.


Border color

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

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

This div border color is #D0A0C8.


Opacity

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

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

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

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

This text has shadow with #D0A0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A0C8 on black background.


Color preview on white background

This text has color #D0A0C8 on white background.



Black color preview on #D0A0C8 background

This text has black color on #D0A0C8 background.


White color preview on #D0A0C8 background

This text has white color on #D0A0C8 background.