COLOR #D0A3CC

HEX: #D0A3CC
RGB: (208,163,204)

Color info

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

RGB color model

#D0A3CC color RGB value is (208,163,204).

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

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 204 of 255 = 80%

208
163
204

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

Portions of RGB colors in percentages

R + G + B =
208 + 163 + 204 = 575 (100%)
R 208 of 575 ~ 36.17%
G 163 of 575 ~ 28.35%
B 204 of 575 ~ 35.48%

%36.17
%28.35
%35.48

CMYK color model

#D0A3CC color CMYK value is (0,22,2,18).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(0,22,2,18)
C0M22Y2K18 
(0%,22%,2%,18%)
(0.00/0.22/0.02/0.18)	

CMYK percentages

%0
%21.63
%1.92
%18.43

Codes

Color #D0A3CC in popluar color models

D0A3CC
RGB208163204
HSL305°32.37%72.75%
HSB/HSV305°21.63%81.57%
CMYK0.00%21.63%1.92%
18.43%

Color #D0A3CC in popluar number systems.

HEXD0A3CC
Decimal208163204
Binary110100001010001111001100
Octal320243314

Shades and tints

Shades of #D0A3CC

#D0A3CC
(208,163,204)
#BE95BA
(190,149,186)
#AC87A8
(172,135,168)
#9A7996
(154,121,150)
#886B84
(136,107,132)
#765D72
(118,93,114)
#644F60
(100,79,96)
#52414E
(82,65,78)
#40333C
(64,51,60)
#2E252A
(46,37,42)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #D0A3CC

#D0A3CC
(208,163,204)
#D4ABD0
(212,171,208)
#D8B3D4
(216,179,212)
#DCBBD8
(220,187,216)
#E0C3DC
(224,195,220)
#E4CBE0
(228,203,224)
#E8D3E4
(232,211,228)
#ECDBE8
(236,219,232)
#F0E3EC
(240,227,236)
#F4EBF0
(244,235,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A3CC; }

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

This text font color is #D0A3CC.


Background Color

.myBgColor { background-color: #D0A3CC; }

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

This div background color is #D0A3CC.


Border color

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

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

This div border color is #D0A3CC.


Opacity

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

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

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

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

This text has shadow with #D0A3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A3CC on black background.


Color preview on white background

This text has color #D0A3CC on white background.



Black color preview on #D0A3CC background

This text has black color on #D0A3CC background.


White color preview on #D0A3CC background

This text has white color on #D0A3CC background.