COLOR #D7AAEF

HEX: #D7AAEF
RGB: (215,170,239)

Color info

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

RGB color model

#D7AAEF color RGB value is (215,170,239).

  • red value is 215;
  • green value is 170;
  • blue value is 239.
RGB:
(215,170,239)
(84%,67%,94%)

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 239 of 255 = 94%

215
170
239

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

Portions of RGB colors in percentages

R + G + B =
215 + 170 + 239 = 624 (100%)
R 215 of 624 ~ 34.46%
G 170 of 624 ~ 27.24%
B 239 of 624 ~ 38.3%

%34.46
%27.24
%38.3

CMYK color model

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

  • cyan value is 10.04%
  • 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

%10.04
%28.87
%0
%6.27

Codes

Color #D7AAEF in popluar color models

D7AAEF
RGB215170239
HSL279°68.32%80.20%
HSB/HSV279°28.87%93.73%
CMYK10.04%28.87%0.00%
6.27%

Color #D7AAEF in popluar number systems.

HEXD7AAEF
Decimal215170239
Binary110101111010101011101111
Octal327252357

Shades and tints

Shades of #D7AAEF

#D7AAEF
(215,170,239)
#C49BDA
(196,155,218)
#B18CC5
(177,140,197)
#9E7DB0
(158,125,176)
#8B6E9B
(139,110,155)
#785F86
(120,95,134)
#655071
(101,80,113)
#52415C
(82,65,92)
#3F3247
(63,50,71)
#2C2332
(44,35,50)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #D7AAEF

#D7AAEF
(215,170,239)
#DAB1F0
(218,177,240)
#DDB8F1
(221,184,241)
#E0BFF2
(224,191,242)
#E3C6F3
(227,198,243)
#E6CDF4
(230,205,244)
#E9D4F5
(233,212,245)
#ECDBF6
(236,219,246)
#EFE2F7
(239,226,247)
#F2E9F8
(242,233,248)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AAEF; }

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

This text font color is #D7AAEF.


Background Color

.myBgColor { background-color: #D7AAEF; }

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

This div background color is #D7AAEF.


Border color

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

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

This div border color is #D7AAEF.


Opacity

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

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

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

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

This text has shadow with #D7AAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AAEF on black background.


Color preview on white background

This text has color #D7AAEF on white background.



Black color preview on #D7AAEF background

This text has black color on #D7AAEF background.


White color preview on #D7AAEF background

This text has white color on #D7AAEF background.