COLOR #D8AAEF

HEX: #D8AAEF RGB: (216,170,239)

Color info

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

RGB color model

#D8AAEF color RGB value is (216,170,239).

RGB: (216,170,239) (85%, 67%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 239 of 255 = 94%

216
170
239

R + G + B ~ 82%. #D8AAEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 170 + 239 = 625 (100%)
R 216 of 625 ~ 34.56%
G 170 of 625 ~ 27.2%
B 239 of 625 ~ 38.24'%

%34.56
%27.2
%38.24

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (10,29,0,6)
C10M29Y0K6 (10%, 29%, 0%, 6%)
(0.10 / 0.29 / 0.00 / 0.06)

CMYK percentages

%9.62
%28.87
%0
%6.27

Codes

Color #D8AAEF in popluar color models

D8 AA EF
RGB 216 170 239
HSL 280° 68.32% 80.20%
HSB/HSV 280° 28.87% 93.73%
CMYK 9.62% 28.87% 0.00%
6.27%

Color #D8AAEF in popluar number systems.

HEX D8 AA EF
Decimal 216 170 239
Binary 11011000 10101010 11101111
Octal 330 252 357

Shades and tints

Shades of #D8AAEF

#D8AAEF
(216,170,239)
#C59BDA
(197,155,218)
#B28CC5
(178,140,197)
#9F7DB0
(159,125,176)
#8C6E9B
(140,110,155)
#795F86
(121,95,134)
#665071
(102,80,113)
#53415C
(83,65,92)
#403247
(64,50,71)
#2D2332
(45,35,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #D8AAEF

#D8AAEF
(216,170,239)
#DBB1F0
(219,177,240)
#DEB8F1
(222,184,241)
#E1BFF2
(225,191,242)
#E4C6F3
(228,198,243)
#E7CDF4
(231,205,244)
#EAD4F5
(234,212,245)
#EDDBF6
(237,219,246)
#F0E2F7
(240,226,247)
#F3E9F8
(243,233,248)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AAEF; }

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

This text font color is #D8AAEF.

Background Color

.myBgColor { background-color: #D8AAEF; }

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

This div background color is #D8AAEF.

Border color

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

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

This div border color is #D8AAEF.

Opacity

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

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

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

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

This text has shadow with #D8AAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AAEF.

Preview

Color preview on black background

This text has color #D8AAEF on black background.


Color preview on white background

This text has color #D8AAEF on white background.


Black color preview on #D8AAEF background

This text has black color on #D8AAEF background.


White color preview on #D8AAEF background

This text has white color on #D8AAEF background.


Related colors

Complementary color

Complementary color for #hex is #275510.


I love getcolorcode.com

Triadic colors

1 #EFD8AA and #AAEFD8 with #D8AAEF are triadic colors.

2 #EFAAD8 and #AAD8EF with #D8AAEF are triadic colors.