COLOR #D8A8E4

HEX: #D8A8E4
RGB: (216,168,228)

Color info

#D8A8E4 contains mainly red and blue colors. Web safe color of #D8A8E4 is #CC99CC (or #C9C).

RGB color model

#D8A8E4 color RGB value is (216,168,228).

  • red value is 216;
  • green value is 168;
  • blue value is 228.
RGB:
(216,168,228)
(85%,66%,89%)

RGB channels and saturation

R 216 of 255 = 85%
G 168 of 255 = 66%
B 228 of 255 = 89%

216
168
228

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

Portions of RGB colors in percentages

R + G + B =
216 + 168 + 228 = 612 (100%)
R 216 of 612 ~ 35.29%
G 168 of 612 ~ 27.45%
B 228 of 612 ~ 37.25%

%35.29
%27.45
%37.25

CMYK color model

#D8A8E4 color CMYK value is (5,26,0,11).

  • cyan value is 5.26%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,26,0,11)
C5M26Y0K11 
(5%,26%,0%,11%)
(0.05/0.26/0.00/0.11)	

CMYK percentages

%5.26
%26.32
%0
%10.59

Codes

Color #D8A8E4 in popluar color models

D8A8E4
RGB216168228
HSL288°52.63%77.65%
HSB/HSV288°26.32%89.41%
CMYK5.26%26.32%0.00%
10.59%

Color #D8A8E4 in popluar number systems.

HEXD8A8E4
Decimal216168228
Binary110110001010100011100100
Octal330250344

Shades and tints

Shades of #D8A8E4

#D8A8E4
(216,168,228)
#C599D0
(197,153,208)
#B28ABC
(178,138,188)
#9F7BA8
(159,123,168)
#8C6C94
(140,108,148)
#795D80
(121,93,128)
#664E6C
(102,78,108)
#533F58
(83,63,88)
#403044
(64,48,68)
#2D2130
(45,33,48)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #D8A8E4

#D8A8E4
(216,168,228)
#DBAFE6
(219,175,230)
#DEB6E8
(222,182,232)
#E1BDEA
(225,189,234)
#E4C4EC
(228,196,236)
#E7CBEE
(231,203,238)
#EAD2F0
(234,210,240)
#EDD9F2
(237,217,242)
#F0E0F4
(240,224,244)
#F3E7F6
(243,231,246)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A8E4 color. Also use rgb(216,168,228) instead hex code.

Text Font Color

.myTextColor { color: #D8A8E4; }

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

This text font color is #D8A8E4.


Background Color

.myBgColor { background-color: #D8A8E4; }

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

This div background color is #D8A8E4.


Border color

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

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

This div border color is #D8A8E4.


Opacity

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

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

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

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

This text has shadow with #D8A8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A8E4 on black background.


Color preview on white background

This text has color #D8A8E4 on white background.



Black color preview on #D8A8E4 background

This text has black color on #D8A8E4 background.


White color preview on #D8A8E4 background

This text has white color on #D8A8E4 background.