COLOR #D0A3CA

HEX: #D0A3CA
RGB: (208,163,202)

Color info

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

RGB color model

#D0A3CA color RGB value is (208,163,202).

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

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 202 of 255 = 79%

208
163
202

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

Portions of RGB colors in percentages

R + G + B =
208 + 163 + 202 = 573 (100%)
R 208 of 573 ~ 36.3%
G 163 of 573 ~ 28.45%
B 202 of 573 ~ 35.25%

%36.3
%28.45
%35.25

CMYK color model

#D0A3CA color CMYK value is (0,22,3,18).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(0,22,3,18)
C0M22Y3K18 
(0%,22%,3%,18%)
(0.00/0.22/0.03/0.18)	

CMYK percentages

%0
%21.63
%2.88
%18.43

Codes

Color #D0A3CA in popluar color models

D0A3CA
RGB208163202
HSL308°32.37%72.75%
HSB/HSV308°21.63%81.57%
CMYK0.00%21.63%2.88%
18.43%

Color #D0A3CA in popluar number systems.

HEXD0A3CA
Decimal208163202
Binary110100001010001111001010
Octal320243312

Shades and tints

Shades of #D0A3CA

#D0A3CA
(208,163,202)
#BE95B8
(190,149,184)
#AC87A6
(172,135,166)
#9A7994
(154,121,148)
#886B82
(136,107,130)
#765D70
(118,93,112)
#644F5E
(100,79,94)
#52414C
(82,65,76)
#40333A
(64,51,58)
#2E2528
(46,37,40)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D0A3CA

#D0A3CA
(208,163,202)
#D4ABCE
(212,171,206)
#D8B3D2
(216,179,210)
#DCBBD6
(220,187,214)
#E0C3DA
(224,195,218)
#E4CBDE
(228,203,222)
#E8D3E2
(232,211,226)
#ECDBE6
(236,219,230)
#F0E3EA
(240,227,234)
#F4EBEE
(244,235,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A3CA; }

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

This text font color is #D0A3CA.


Background Color

.myBgColor { background-color: #D0A3CA; }

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

This div background color is #D0A3CA.


Border color

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

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

This div border color is #D0A3CA.


Opacity

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

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

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

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

This text has shadow with #D0A3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A3CA on black background.


Color preview on white background

This text has color #D0A3CA on white background.



Black color preview on #D0A3CA background

This text has black color on #D0A3CA background.


White color preview on #D0A3CA background

This text has white color on #D0A3CA background.