COLOR #E7AADC

HEX: #E7AADC
RGB: (231,170,220)

Color info

#E7AADC contains mainly red and blue colors. Web safe color of #E7AADC is #FF99CC (or #F9C).

RGB color model

#E7AADC color RGB value is (231,170,220).

  • red value is 231;
  • green value is 170;
  • blue value is 220.
RGB:
(231,170,220)
(91%,67%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 220 of 255 = 86%

231
170
220

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

Portions of RGB colors in percentages

R + G + B =
231 + 170 + 220 = 621 (100%)
R 231 of 621 ~ 37.2%
G 170 of 621 ~ 27.38%
B 220 of 621 ~ 35.43%

%37.2
%27.38
%35.43

CMYK color model

#E7AADC color CMYK value is (0,26,5,9).

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(0,26,5,9)
C0M26Y5K9 
(0%,26%,5%,9%)
(0.00/0.26/0.05/0.09)	

CMYK percentages

%0
%26.41
%4.76
%9.41

Codes

Color #E7AADC in popluar color models

E7AADC
RGB231170220
HSL311°55.96%78.63%
HSB/HSV311°26.41%90.59%
CMYK0.00%26.41%4.76%
9.41%

Color #E7AADC in popluar number systems.

HEXE7AADC
Decimal231170220
Binary111001111010101011011100
Octal347252334

Shades and tints

Shades of #E7AADC

#E7AADC
(231,170,220)
#D29BC8
(210,155,200)
#BD8CB4
(189,140,180)
#A87DA0
(168,125,160)
#936E8C
(147,110,140)
#7E5F78
(126,95,120)
#695064
(105,80,100)
#544150
(84,65,80)
#3F323C
(63,50,60)
#2A2328
(42,35,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7AADC

#E7AADC
(231,170,220)
#E9B1DF
(233,177,223)
#EBB8E2
(235,184,226)
#EDBFE5
(237,191,229)
#EFC6E8
(239,198,232)
#F1CDEB
(241,205,235)
#F3D4EE
(243,212,238)
#F5DBF1
(245,219,241)
#F7E2F4
(247,226,244)
#F9E9F7
(249,233,247)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AADC color. Also use rgb(231,170,220) instead hex code.

Text Font Color

.myTextColor { color: #E7AADC; }

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

This text font color is #E7AADC.


Background Color

.myBgColor { background-color: #E7AADC; }

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

This div background color is #E7AADC.


Border color

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

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

This div border color is #E7AADC.


Opacity

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

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

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

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

This text has shadow with #E7AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AADC on black background.


Color preview on white background

This text has color #E7AADC on white background.



Black color preview on #E7AADC background

This text has black color on #E7AADC background.


White color preview on #E7AADC background

This text has white color on #E7AADC background.