COLOR #D0A3D4

HEX: #D0A3D4
RGB: (208,163,212)

Color info

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

RGB color model

#D0A3D4 color RGB value is (208,163,212).

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

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 212 of 255 = 83%

208
163
212

R + G + B ~ 76%. #D0A3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 163 + 212 = 583 (100%)
R 208 of 583 ~ 35.68%
G 163 of 583 ~ 27.96%
B 212 of 583 ~ 36.36%

%35.68
%27.96
%36.36

CMYK color model

#D0A3D4 color CMYK value is (2,23,0,17).

  • cyan value is 1.89%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,23,0,17)
C2M23Y0K17 
(2%,23%,0%,17%)
(0.02/0.23/0.00/0.17)	

CMYK percentages

%1.89
%23.11
%0
%16.86

Codes

Color #D0A3D4 in popluar color models

D0A3D4
RGB208163212
HSL295°36.30%73.53%
HSB/HSV295°23.11%83.14%
CMYK1.89%23.11%0.00%
16.86%

Color #D0A3D4 in popluar number systems.

HEXD0A3D4
Decimal208163212
Binary110100001010001111010100
Octal320243324

Shades and tints

Shades of #D0A3D4

#D0A3D4
(208,163,212)
#BE95C1
(190,149,193)
#AC87AE
(172,135,174)
#9A799B
(154,121,155)
#886B88
(136,107,136)
#765D75
(118,93,117)
#644F62
(100,79,98)
#52414F
(82,65,79)
#40333C
(64,51,60)
#2E2529
(46,37,41)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D0A3D4

#D0A3D4
(208,163,212)
#D4ABD7
(212,171,215)
#D8B3DA
(216,179,218)
#DCBBDD
(220,187,221)
#E0C3E0
(224,195,224)
#E4CBE3
(228,203,227)
#E8D3E6
(232,211,230)
#ECDBE9
(236,219,233)
#F0E3EC
(240,227,236)
#F4EBEF
(244,235,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A3D4; }

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

This text font color is #D0A3D4.


Background Color

.myBgColor { background-color: #D0A3D4; }

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

This div background color is #D0A3D4.


Border color

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

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

This div border color is #D0A3D4.


Opacity

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

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

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

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

This text has shadow with #D0A3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A3D4 on black background.


Color preview on white background

This text has color #D0A3D4 on white background.



Black color preview on #D0A3D4 background

This text has black color on #D0A3D4 background.


White color preview on #D0A3D4 background

This text has white color on #D0A3D4 background.