COLOR #D0A3C8

HEX: #D0A3C8
RGB: (208,163,200)

Color info

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

RGB color model

#D0A3C8 color RGB value is (208,163,200).

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

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 200 of 255 = 78%

208
163
200

R + G + B ~ 75%. #D0A3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 163 + 200 = 571 (100%)
R 208 of 571 ~ 36.43%
G 163 of 571 ~ 28.55%
B 200 of 571 ~ 35.03%

%36.43
%28.55
%35.03

CMYK color model

#D0A3C8 color CMYK value is (0,22,4,18).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 3.85%
  • key color value is 18.43%
CMYK:
(0,22,4,18)
C0M22Y4K18 
(0%,22%,4%,18%)
(0.00/0.22/0.04/0.18)	

CMYK percentages

%0
%21.63
%3.85
%18.43

Codes

Color #D0A3C8 in popluar color models

D0A3C8
RGB208163200
HSL311°32.37%72.75%
HSB/HSV311°21.63%81.57%
CMYK0.00%21.63%3.85%
18.43%

Color #D0A3C8 in popluar number systems.

HEXD0A3C8
Decimal208163200
Binary110100001010001111001000
Octal320243310

Shades and tints

Shades of #D0A3C8

#D0A3C8
(208,163,200)
#BE95B6
(190,149,182)
#AC87A4
(172,135,164)
#9A7992
(154,121,146)
#886B80
(136,107,128)
#765D6E
(118,93,110)
#644F5C
(100,79,92)
#52414A
(82,65,74)
#403338
(64,51,56)
#2E2526
(46,37,38)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #D0A3C8

#D0A3C8
(208,163,200)
#D4ABCD
(212,171,205)
#D8B3D2
(216,179,210)
#DCBBD7
(220,187,215)
#E0C3DC
(224,195,220)
#E4CBE1
(228,203,225)
#E8D3E6
(232,211,230)
#ECDBEB
(236,219,235)
#F0E3F0
(240,227,240)
#F4EBF5
(244,235,245)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A3C8; }

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

This text font color is #D0A3C8.


Background Color

.myBgColor { background-color: #D0A3C8; }

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

This div background color is #D0A3C8.


Border color

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

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

This div border color is #D0A3C8.


Opacity

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

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

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

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

This text has shadow with #D0A3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A3C8 on black background.


Color preview on white background

This text has color #D0A3C8 on white background.



Black color preview on #D0A3C8 background

This text has black color on #D0A3C8 background.


White color preview on #D0A3C8 background

This text has white color on #D0A3C8 background.