COLOR #D8A3E5

HEX: #D8A3E5
RGB: (216,163,229)

Color info

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

RGB color model

#D8A3E5 color RGB value is (216,163,229).

  • red value is 216;
  • green value is 163;
  • blue value is 229.
RGB:
(216,163,229)
(85%,64%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 163 of 255 = 64%
B 229 of 255 = 90%

216
163
229

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

Portions of RGB colors in percentages

R + G + B =
216 + 163 + 229 = 608 (100%)
R 216 of 608 ~ 35.53%
G 163 of 608 ~ 26.81%
B 229 of 608 ~ 37.66%

%35.53
%26.81
%37.66

CMYK color model

#D8A3E5 color CMYK value is (6,29,0,10).

  • cyan value is 5.68%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,29,0,10)
C6M29Y0K10 
(6%,29%,0%,10%)
(0.06/0.29/0.00/0.10)	

CMYK percentages

%5.68
%28.82
%0
%10.2

Codes

Color #D8A3E5 in popluar color models

D8A3E5
RGB216163229
HSL288°55.93%76.86%
HSB/HSV288°28.82%89.80%
CMYK5.68%28.82%0.00%
10.20%

Color #D8A3E5 in popluar number systems.

HEXD8A3E5
Decimal216163229
Binary110110001010001111100101
Octal330243345

Shades and tints

Shades of #D8A3E5

#D8A3E5
(216,163,229)
#C595D1
(197,149,209)
#B287BD
(178,135,189)
#9F79A9
(159,121,169)
#8C6B95
(140,107,149)
#795D81
(121,93,129)
#664F6D
(102,79,109)
#534159
(83,65,89)
#403345
(64,51,69)
#2D2531
(45,37,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #D8A3E5

#D8A3E5
(216,163,229)
#DBABE7
(219,171,231)
#DEB3E9
(222,179,233)
#E1BBEB
(225,187,235)
#E4C3ED
(228,195,237)
#E7CBEF
(231,203,239)
#EAD3F1
(234,211,241)
#EDDBF3
(237,219,243)
#F0E3F5
(240,227,245)
#F3EBF7
(243,235,247)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A3E5 color. Also use rgb(216,163,229) instead hex code.

Text Font Color

.myTextColor { color: #D8A3E5; }

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

This text font color is #D8A3E5.


Background Color

.myBgColor { background-color: #D8A3E5; }

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

This div background color is #D8A3E5.


Border color

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

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

This div border color is #D8A3E5.


Opacity

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

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

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

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

This text has shadow with #D8A3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A3E5 on black background.


Color preview on white background

This text has color #D8A3E5 on white background.



Black color preview on #D8A3E5 background

This text has black color on #D8A3E5 background.


White color preview on #D8A3E5 background

This text has white color on #D8A3E5 background.