COLOR #D8AAE6

HEX: #D8AAE6
RGB: (216,170,230)

Color info

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

RGB color model

#D8AAE6 color RGB value is (216,170,230).

  • red value is 216;
  • green value is 170;
  • blue value is 230.
RGB:
(216,170,230)
(85%,67%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 230 of 255 = 90%

216
170
230

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

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 230 = 616 (100%)
R 216 of 616 ~ 35.06%
G 170 of 616 ~ 27.6%
B 230 of 616 ~ 37.34%

%35.06
%27.6
%37.34

CMYK color model

#D8AAE6 color CMYK value is (6,26,0,10).

  • cyan value is 6.09%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(6,26,0,10)
C6M26Y0K10 
(6%,26%,0%,10%)
(0.06/0.26/0.00/0.10)	

CMYK percentages

%6.09
%26.09
%0
%9.8

Codes

Color #D8AAE6 in popluar color models

D8AAE6
RGB216170230
HSL286°54.55%78.43%
HSB/HSV286°26.09%90.20%
CMYK6.09%26.09%0.00%
9.80%

Color #D8AAE6 in popluar number systems.

HEXD8AAE6
Decimal216170230
Binary110110001010101011100110
Octal330252346

Shades and tints

Shades of #D8AAE6

#D8AAE6
(216,170,230)
#C59BD2
(197,155,210)
#B28CBE
(178,140,190)
#9F7DAA
(159,125,170)
#8C6E96
(140,110,150)
#795F82
(121,95,130)
#66506E
(102,80,110)
#53415A
(83,65,90)
#403246
(64,50,70)
#2D2332
(45,35,50)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #D8AAE6

#D8AAE6
(216,170,230)
#DBB1E8
(219,177,232)
#DEB8EA
(222,184,234)
#E1BFEC
(225,191,236)
#E4C6EE
(228,198,238)
#E7CDF0
(231,205,240)
#EAD4F2
(234,212,242)
#EDDBF4
(237,219,244)
#F0E2F6
(240,226,246)
#F3E9F8
(243,233,248)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AAE6 color. Also use rgb(216,170,230) instead hex code.

Text Font Color

.myTextColor { color: #D8AAE6; }

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

This text font color is #D8AAE6.


Background Color

.myBgColor { background-color: #D8AAE6; }

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

This div background color is #D8AAE6.


Border color

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

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

This div border color is #D8AAE6.


Opacity

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

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

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

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

This text has shadow with #D8AAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAE6 on black background.


Color preview on white background

This text has color #D8AAE6 on white background.



Black color preview on #D8AAE6 background

This text has black color on #D8AAE6 background.


White color preview on #D8AAE6 background

This text has white color on #D8AAE6 background.