COLOR #D0A9EE

HEX: #D0A9EE
RGB: (208,169,238)

Color info

#D0A9EE contains mainly red and blue colors. Web safe color of #D0A9EE is #CC99FF (or #C9F).

RGB color model

#D0A9EE color RGB value is (208,169,238).

  • red value is 208;
  • green value is 169;
  • blue value is 238.
RGB:
(208,169,238)
(82%,66%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 238 of 255 = 93%

208
169
238

R + G + B ~ 80%. #D0A9EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 169 + 238 = 615 (100%)
R 208 of 615 ~ 33.82%
G 169 of 615 ~ 27.48%
B 238 of 615 ~ 38.7%

%33.82
%27.48
%38.7

CMYK color model

#D0A9EE color CMYK value is (13,29,0,7).

  • cyan value is 12.61%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,29,0,7)
C13M29Y0K7 
(13%,29%,0%,7%)
(0.13/0.29/0.00/0.07)	

CMYK percentages

%12.61
%28.99
%0
%6.67

Codes

Color #D0A9EE in popluar color models

D0A9EE
RGB208169238
HSL274°66.99%79.80%
HSB/HSV274°28.99%93.33%
CMYK12.61%28.99%0.00%
6.67%

Color #D0A9EE in popluar number systems.

HEXD0A9EE
Decimal208169238
Binary110100001010100111101110
Octal320251356

Shades and tints

Shades of #D0A9EE

#D0A9EE
(208,169,238)
#BE9AD9
(190,154,217)
#AC8BC4
(172,139,196)
#9A7CAF
(154,124,175)
#886D9A
(136,109,154)
#765E85
(118,94,133)
#644F70
(100,79,112)
#52405B
(82,64,91)
#403146
(64,49,70)
#2E2231
(46,34,49)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #D0A9EE

#D0A9EE
(208,169,238)
#D4B0EF
(212,176,239)
#D8B7F0
(216,183,240)
#DCBEF1
(220,190,241)
#E0C5F2
(224,197,242)
#E4CCF3
(228,204,243)
#E8D3F4
(232,211,244)
#ECDAF5
(236,218,245)
#F0E1F6
(240,225,246)
#F4E8F7
(244,232,247)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A9EE color. Also use rgb(208,169,238) instead hex code.

Text Font Color

.myTextColor { color: #D0A9EE; }

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

This text font color is #D0A9EE.


Background Color

.myBgColor { background-color: #D0A9EE; }

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

This div background color is #D0A9EE.


Border color

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

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

This div border color is #D0A9EE.


Opacity

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

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

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

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

This text has shadow with #D0A9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A9EE on black background.


Color preview on white background

This text has color #D0A9EE on white background.



Black color preview on #D0A9EE background

This text has black color on #D0A9EE background.


White color preview on #D0A9EE background

This text has white color on #D0A9EE background.