COLOR #D8A0EF

HEX: #D8A0EF
RGB: (216,160,239)

Color info

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

RGB color model

#D8A0EF color RGB value is (216,160,239).

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

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 239 of 255 = 94%

216
160
239

R + G + B ~ 81%. #D8A0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 160 + 239 = 615 (100%)
R 216 of 615 ~ 35.12%
G 160 of 615 ~ 26.02%
B 239 of 615 ~ 38.86%

%35.12
%26.02
%38.86

CMYK color model

#D8A0EF color CMYK value is (10,33,0,6).

  • cyan value is 9.62%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,33,0,6)
C10M33Y0K6 
(10%,33%,0%,6%)
(0.10/0.33/0.00/0.06)	

CMYK percentages

%9.62
%33.05
%0
%6.27

Codes

Color #D8A0EF in popluar color models

D8A0EF
RGB216160239
HSL283°71.17%78.24%
HSB/HSV283°33.05%93.73%
CMYK9.62%33.05%0.00%
6.27%

Color #D8A0EF in popluar number systems.

HEXD8A0EF
Decimal216160239
Binary110110001010000011101111
Octal330240357

Shades and tints

Shades of #D8A0EF

#D8A0EF
(216,160,239)
#C592DA
(197,146,218)
#B284C5
(178,132,197)
#9F76B0
(159,118,176)
#8C689B
(140,104,155)
#795A86
(121,90,134)
#664C71
(102,76,113)
#533E5C
(83,62,92)
#403047
(64,48,71)
#2D2232
(45,34,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #D8A0EF

#D8A0EF
(216,160,239)
#DBA8F0
(219,168,240)
#DEB0F1
(222,176,241)
#E1B8F2
(225,184,242)
#E4C0F3
(228,192,243)
#E7C8F4
(231,200,244)
#EAD0F5
(234,208,245)
#EDD8F6
(237,216,246)
#F0E0F7
(240,224,247)
#F3E8F8
(243,232,248)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A0EF; }

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

This text font color is #D8A0EF.


Background Color

.myBgColor { background-color: #D8A0EF; }

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

This div background color is #D8A0EF.


Border color

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

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

This div border color is #D8A0EF.


Opacity

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

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

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

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

This text has shadow with #D8A0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A0EF on black background.


Color preview on white background

This text has color #D8A0EF on white background.



Black color preview on #D8A0EF background

This text has black color on #D8A0EF background.


White color preview on #D8A0EF background

This text has white color on #D8A0EF background.