COLOR #E8ADD8

HEX: #E8ADD8
RGB: (232,173,216)

Color info

#E8ADD8 contains red, green and blue colors in about the same proportion. Web safe color of #E8ADD8 is #FF99CC (or #F9C).

RGB color model

#E8ADD8 color RGB value is (232,173,216).

  • red value is 232;
  • green value is 173;
  • blue value is 216.
RGB:
(232,173,216)
(91%,68%,85%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 216 of 255 = 85%

232
173
216

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

Portions of RGB colors in percentages

R + G + B =
232 + 173 + 216 = 621 (100%)
R 232 of 621 ~ 37.36%
G 173 of 621 ~ 27.86%
B 216 of 621 ~ 34.78%

%37.36
%27.86
%34.78

CMYK color model

#E8ADD8 color CMYK value is (0,25,7,9).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 6.90%
  • key color value is 9.02%
CMYK:
(0,25,7,9)
C0M25Y7K9 
(0%,25%,7%,9%)
(0.00/0.25/0.07/0.09)	

CMYK percentages

%0
%25.43
%6.9
%9.02

Codes

Color #E8ADD8 in popluar color models

E8ADD8
RGB232173216
HSL316°56.19%79.41%
HSB/HSV316°25.43%90.98%
CMYK0.00%25.43%6.90%
9.02%

Color #E8ADD8 in popluar number systems.

HEXE8ADD8
Decimal232173216
Binary111010001010110111011000
Octal350255330

Shades and tints

Shades of #E8ADD8

#E8ADD8
(232,173,216)
#D39EC5
(211,158,197)
#BE8FB2
(190,143,178)
#A9809F
(169,128,159)
#94718C
(148,113,140)
#7F6279
(127,98,121)
#6A5366
(106,83,102)
#554453
(85,68,83)
#403540
(64,53,64)
#2B262D
(43,38,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #E8ADD8

#E8ADD8
(232,173,216)
#EAB4DB
(234,180,219)
#ECBBDE
(236,187,222)
#EEC2E1
(238,194,225)
#F0C9E4
(240,201,228)
#F2D0E7
(242,208,231)
#F4D7EA
(244,215,234)
#F6DEED
(246,222,237)
#F8E5F0
(248,229,240)
#FAECF3
(250,236,243)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ADD8 color. Also use rgb(232,173,216) instead hex code.

Text Font Color

.myTextColor { color: #E8ADD8; }

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

This text font color is #E8ADD8.


Background Color

.myBgColor { background-color: #E8ADD8; }

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

This div background color is #E8ADD8.


Border color

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

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

This div border color is #E8ADD8.


Opacity

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

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

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

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

This text has shadow with #E8ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ADD8 on black background.


Color preview on white background

This text has color #E8ADD8 on white background.



Black color preview on #E8ADD8 background

This text has black color on #E8ADD8 background.


White color preview on #E8ADD8 background

This text has white color on #E8ADD8 background.