COLOR #E5ADCE

HEX: #E5ADCE
RGB: (229,173,206)

Color info

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

RGB color model

#E5ADCE color RGB value is (229,173,206).

  • red value is 229;
  • green value is 173;
  • blue value is 206.
RGB:
(229,173,206)
(90%,68%,81%)

RGB channels and saturation

R 229 of 255 = 90%
G 173 of 255 = 68%
B 206 of 255 = 81%

229
173
206

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

Portions of RGB colors in percentages

R + G + B =
229 + 173 + 206 = 608 (100%)
R 229 of 608 ~ 37.66%
G 173 of 608 ~ 28.45%
B 206 of 608 ~ 33.88%

%37.66
%28.45
%33.88

CMYK color model

#E5ADCE color CMYK value is (0,24,10,10).

  • cyan value is 0.00%
  • magenta value is 24.45%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK:
(0,24,10,10)
C0M24Y10K10 
(0%,24%,10%,10%)
(0.00/0.24/0.10/0.10)	

CMYK percentages

%0
%24.45
%10.04
%10.2

Codes

Color #E5ADCE in popluar color models

E5ADCE
RGB229173206
HSL325°51.85%78.82%
HSB/HSV325°24.45%89.80%
CMYK0.00%24.45%10.04%
10.20%

Color #E5ADCE in popluar number systems.

HEXE5ADCE
Decimal229173206
Binary111001011010110111001110
Octal345255316

Shades and tints

Shades of #E5ADCE

#E5ADCE
(229,173,206)
#D19EBC
(209,158,188)
#BD8FAA
(189,143,170)
#A98098
(169,128,152)
#957186
(149,113,134)
#816274
(129,98,116)
#6D5362
(109,83,98)
#594450
(89,68,80)
#45353E
(69,53,62)
#31262C
(49,38,44)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #E5ADCE

#E5ADCE
(229,173,206)
#E7B4D2
(231,180,210)
#E9BBD6
(233,187,214)
#EBC2DA
(235,194,218)
#EDC9DE
(237,201,222)
#EFD0E2
(239,208,226)
#F1D7E6
(241,215,230)
#F3DEEA
(243,222,234)
#F5E5EE
(245,229,238)
#F7ECF2
(247,236,242)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ADCE color. Also use rgb(229,173,206) instead hex code.

Text Font Color

.myTextColor { color: #E5ADCE; }

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

This text font color is #E5ADCE.


Background Color

.myBgColor { background-color: #E5ADCE; }

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

This div background color is #E5ADCE.


Border color

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

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

This div border color is #E5ADCE.


Opacity

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

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

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

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

This text has shadow with #E5ADCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ADCE on black background.


Color preview on white background

This text has color #E5ADCE on white background.



Black color preview on #E5ADCE background

This text has black color on #E5ADCE background.


White color preview on #E5ADCE background

This text has white color on #E5ADCE background.