COLOR #D8A8E3

HEX: #D8A8E3
RGB: (216,168,227)

Color info

#D8A8E3 contains red, green and blue colors in about the same proportion. Web safe color of #D8A8E3 is #CC99CC (or #C9C).

RGB color model

#D8A8E3 color RGB value is (216,168,227).

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

RGB channels and saturation

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

216
168
227

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

Portions of RGB colors in percentages

R + G + B =
216 + 168 + 227 = 611 (100%)
R 216 of 611 ~ 35.35%
G 168 of 611 ~ 27.5%
B 227 of 611 ~ 37.15%

%35.35
%27.5
%37.15

CMYK color model

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

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

CMYK percentages

%4.85
%25.99
%0
%10.98

Codes

Color #D8A8E3 in popluar color models

D8A8E3
RGB216168227
HSL289°51.30%77.45%
HSB/HSV289°25.99%89.02%
CMYK4.85%25.99%0.00%
10.98%

Color #D8A8E3 in popluar number systems.

HEXD8A8E3
Decimal216168227
Binary110110001010100011100011
Octal330250343

Shades and tints

Shades of #D8A8E3

#D8A8E3
(216,168,227)
#C599CF
(197,153,207)
#B28ABB
(178,138,187)
#9F7BA7
(159,123,167)
#8C6C93
(140,108,147)
#795D7F
(121,93,127)
#664E6B
(102,78,107)
#533F57
(83,63,87)
#403043
(64,48,67)
#2D212F
(45,33,47)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #D8A8E3

#D8A8E3
(216,168,227)
#DBAFE5
(219,175,229)
#DEB6E7
(222,182,231)
#E1BDE9
(225,189,233)
#E4C4EB
(228,196,235)
#E7CBED
(231,203,237)
#EAD2EF
(234,210,239)
#EDD9F1
(237,217,241)
#F0E0F3
(240,224,243)
#F3E7F5
(243,231,245)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A8E3; }

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

This text font color is #D8A8E3.


Background Color

.myBgColor { background-color: #D8A8E3; }

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

This div background color is #D8A8E3.


Border color

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

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

This div border color is #D8A8E3.


Opacity

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

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

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

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

This text has shadow with #D8A8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A8E3 on black background.


Color preview on white background

This text has color #D8A8E3 on white background.



Black color preview on #D8A8E3 background

This text has black color on #D8A8E3 background.


White color preview on #D8A8E3 background

This text has white color on #D8A8E3 background.