COLOR #D8A0E7

HEX: #D8A0E7
RGB: (216,160,231)

Color info

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

RGB color model

#D8A0E7 color RGB value is (216,160,231).

  • red value is 216;
  • green value is 160;
  • blue value is 231.
RGB:
(216,160,231)
(85%,63%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 231 of 255 = 91%

216
160
231

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

Portions of RGB colors in percentages

R + G + B =
216 + 160 + 231 = 607 (100%)
R 216 of 607 ~ 35.58%
G 160 of 607 ~ 26.36%
B 231 of 607 ~ 38.06%

%35.58
%26.36
%38.06

CMYK color model

#D8A0E7 color CMYK value is (6,31,0,9).

  • cyan value is 6.49%
  • magenta value is 30.74%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,31,0,9)
C6M31Y0K9 
(6%,31%,0%,9%)
(0.06/0.31/0.00/0.09)	

CMYK percentages

%6.49
%30.74
%0
%9.41

Codes

Color #D8A0E7 in popluar color models

D8A0E7
RGB216160231
HSL287°59.66%76.67%
HSB/HSV287°30.74%90.59%
CMYK6.49%30.74%0.00%
9.41%

Color #D8A0E7 in popluar number systems.

HEXD8A0E7
Decimal216160231
Binary110110001010000011100111
Octal330240347

Shades and tints

Shades of #D8A0E7

#D8A0E7
(216,160,231)
#C592D2
(197,146,210)
#B284BD
(178,132,189)
#9F76A8
(159,118,168)
#8C6893
(140,104,147)
#795A7E
(121,90,126)
#664C69
(102,76,105)
#533E54
(83,62,84)
#40303F
(64,48,63)
#2D222A
(45,34,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8A0E7

#D8A0E7
(216,160,231)
#DBA8E9
(219,168,233)
#DEB0EB
(222,176,235)
#E1B8ED
(225,184,237)
#E4C0EF
(228,192,239)
#E7C8F1
(231,200,241)
#EAD0F3
(234,208,243)
#EDD8F5
(237,216,245)
#F0E0F7
(240,224,247)
#F3E8F9
(243,232,249)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A0E7 color. Also use rgb(216,160,231) instead hex code.

Text Font Color

.myTextColor { color: #D8A0E7; }

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

This text font color is #D8A0E7.


Background Color

.myBgColor { background-color: #D8A0E7; }

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

This div background color is #D8A0E7.


Border color

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

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

This div border color is #D8A0E7.


Opacity

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

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

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

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

This text has shadow with #D8A0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A0E7 on black background.


Color preview on white background

This text has color #D8A0E7 on white background.



Black color preview on #D8A0E7 background

This text has black color on #D8A0E7 background.


White color preview on #D8A0E7 background

This text has white color on #D8A0E7 background.