COLOR #D8A0EB

HEX: #D8A0EB RGB: (216,160,235)

Color info

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

RGB color model

#D8A0EB color RGB value is (216,160,235).

RGB: (216,160,235) (85%, 63%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 235 of 255 = 92%

216
160
235

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

Portions of RGB colors in percentages

R + G + B = 216 + 160 + 235 = 611 (100%)
R 216 of 611 ~ 35.35%
G 160 of 611 ~ 26.19%
B 235 of 611 ~ 38.46'%

%35.35
%26.19
%38.46

CMYK color model

#D8A0EB color CMYK value is (8,32,0,8).

  • cyan value is 8.09%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (8,32,0,8) C8M32Y0K8 (8%,32%,0%,8%) (0.08/0.32/0.00/0.08) 

CMYK percentages

%8.09
%31.91
%0
%7.84

Codes

Color #D8A0EB in popluar color models

D8 A0 EB
RGB 216 160 235
HSL 285° 65.22% 77.45%
HSB/HSV 285° 31.91% 92.16%
CMYK 8.09% 31.91% 0.00%
7.84%

Color #D8A0EB in popluar number systems.

HEX D8 A0 EB
Decimal 216 160 235
Binary 11011000 10100000 11101011
Octal 330 240 353

Shades and tints

Shades of #D8A0EB

#D8A0EB
(216,160,235)
#C592D6
(197,146,214)
#B284C1
(178,132,193)
#9F76AC
(159,118,172)
#8C6897
(140,104,151)
#795A82
(121,90,130)
#664C6D
(102,76,109)
#533E58
(83,62,88)
#403043
(64,48,67)
#2D222E
(45,34,46)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #D8A0EB

#D8A0EB
(216,160,235)
#DBA8EC
(219,168,236)
#DEB0ED
(222,176,237)
#E1B8EE
(225,184,238)
#E4C0EF
(228,192,239)
#E7C8F0
(231,200,240)
#EAD0F1
(234,208,241)
#EDD8F2
(237,216,242)
#F0E0F3
(240,224,243)
#F3E8F4
(243,232,244)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A0EB; }

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

This text font color is #D8A0EB.

Background Color

.myBgColor { background-color: #D8A0EB; }

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

This div background color is #D8A0EB.

Border color

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

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

This div border color is #D8A0EB.

Opacity

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

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

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

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

This text has shadow with #D8A0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A0EB.

Preview

Color preview on black background

This text has color #D8A0EB on black background.


Color preview on white background

This text has color #D8A0EB on white background.


Black color preview on #D8A0EB background

This text has black color on #D8A0EB background.


White color preview on #D8A0EB background

This text has white color on #D8A0EB background.


Related colors

Complementary color

Complementary color for #hex is #275F14.


I love getcolorcode.com

Triadic colors

1 #EBD8A0 and #A0EBD8 with #D8A0EB are triadic colors.

2 #EBA0D8 and #A0D8EB with #D8A0EB are triadic colors.