COLOR #D0A2D8

HEX: #D0A2D8
RGB: (208,162,216)

Color info

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

RGB color model

#D0A2D8 color RGB value is (208,162,216).

  • red value is 208;
  • green value is 162;
  • blue value is 216.
RGB:
(208,162,216)
(82%,64%,85%)

RGB channels and saturation

R 208 of 255 = 82%
G 162 of 255 = 64%
B 216 of 255 = 85%

208
162
216

R + G + B ~ 77%. #D0A2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 216 = 586 (100%)
R 208 of 586 ~ 35.49%
G 162 of 586 ~ 27.65%
B 216 of 586 ~ 36.86%

%35.49
%27.65
%36.86

CMYK color model

#D0A2D8 color CMYK value is (4,25,0,15).

  • cyan value is 3.70%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(4,25,0,15)
C4M25Y0K15 
(4%,25%,0%,15%)
(0.04/0.25/0.00/0.15)	

CMYK percentages

%3.7
%25
%0
%15.29

Codes

Color #D0A2D8 in popluar color models

D0A2D8
RGB208162216
HSL291°40.91%74.12%
HSB/HSV291°25.00%84.71%
CMYK3.70%25.00%0.00%
15.29%

Color #D0A2D8 in popluar number systems.

HEXD0A2D8
Decimal208162216
Binary110100001010001011011000
Octal320242330

Shades and tints

Shades of #D0A2D8

#D0A2D8
(208,162,216)
#BE94C5
(190,148,197)
#AC86B2
(172,134,178)
#9A789F
(154,120,159)
#886A8C
(136,106,140)
#765C79
(118,92,121)
#644E66
(100,78,102)
#524053
(82,64,83)
#403240
(64,50,64)
#2E242D
(46,36,45)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #D0A2D8

#D0A2D8
(208,162,216)
#D4AADB
(212,170,219)
#D8B2DE
(216,178,222)
#DCBAE1
(220,186,225)
#E0C2E4
(224,194,228)
#E4CAE7
(228,202,231)
#E8D2EA
(232,210,234)
#ECDAED
(236,218,237)
#F0E2F0
(240,226,240)
#F4EAF3
(244,234,243)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A2D8 color. Also use rgb(208,162,216) instead hex code.

Text Font Color

.myTextColor { color: #D0A2D8; }

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

This text font color is #D0A2D8.


Background Color

.myBgColor { background-color: #D0A2D8; }

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

This div background color is #D0A2D8.


Border color

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

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

This div border color is #D0A2D8.


Opacity

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

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

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

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

This text has shadow with #D0A2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A2D8 on black background.


Color preview on white background

This text has color #D0A2D8 on white background.



Black color preview on #D0A2D8 background

This text has black color on #D0A2D8 background.


White color preview on #D0A2D8 background

This text has white color on #D0A2D8 background.