COLOR #D7AAE1

HEX: #D7AAE1
RGB: (215,170,225)

Color info

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

RGB color model

#D7AAE1 color RGB value is (215,170,225).

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

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 225 of 255 = 88%

215
170
225

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

Portions of RGB colors in percentages

R + G + B =
215 + 170 + 225 = 610 (100%)
R 215 of 610 ~ 35.25%
G 170 of 610 ~ 27.87%
B 225 of 610 ~ 36.89%

%35.25
%27.87
%36.89

CMYK color model

#D7AAE1 color CMYK value is (4,24,0,12).

  • cyan value is 4.44%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(4,24,0,12)
C4M24Y0K12 
(4%,24%,0%,12%)
(0.04/0.24/0.00/0.12)	

CMYK percentages

%4.44
%24.44
%0
%11.76

Codes

Color #D7AAE1 in popluar color models

D7AAE1
RGB215170225
HSL289°47.83%77.45%
HSB/HSV289°24.44%88.24%
CMYK4.44%24.44%0.00%
11.76%

Color #D7AAE1 in popluar number systems.

HEXD7AAE1
Decimal215170225
Binary110101111010101011100001
Octal327252341

Shades and tints

Shades of #D7AAE1

#D7AAE1
(215,170,225)
#C49BCD
(196,155,205)
#B18CB9
(177,140,185)
#9E7DA5
(158,125,165)
#8B6E91
(139,110,145)
#785F7D
(120,95,125)
#655069
(101,80,105)
#524155
(82,65,85)
#3F3241
(63,50,65)
#2C232D
(44,35,45)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7AAE1

#D7AAE1
(215,170,225)
#DAB1E3
(218,177,227)
#DDB8E5
(221,184,229)
#E0BFE7
(224,191,231)
#E3C6E9
(227,198,233)
#E6CDEB
(230,205,235)
#E9D4ED
(233,212,237)
#ECDBEF
(236,219,239)
#EFE2F1
(239,226,241)
#F2E9F3
(242,233,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AAE1; }

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

This text font color is #D7AAE1.


Background Color

.myBgColor { background-color: #D7AAE1; }

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

This div background color is #D7AAE1.


Border color

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

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

This div border color is #D7AAE1.


Opacity

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

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

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

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

This text has shadow with #D7AAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AAE1 on black background.


Color preview on white background

This text has color #D7AAE1 on white background.



Black color preview on #D7AAE1 background

This text has black color on #D7AAE1 background.


White color preview on #D7AAE1 background

This text has white color on #D7AAE1 background.