COLOR #E5ADCB

HEX: #E5ADCB
RGB: (229,173,203)

Color info

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

RGB color model

#E5ADCB color RGB value is (229,173,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 173 of 255 = 68%
B 203 of 255 = 80%

229
173
203

R + G + B ~ 79%. #E5ADCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 173 + 203 = 605 (100%)
R 229 of 605 ~ 37.85%
G 173 of 605 ~ 28.6%
B 203 of 605 ~ 33.55%

%37.85
%28.6
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.45%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(0,24,11,10)
C0M24Y11K10 
(0%,24%,11%,10%)
(0.00/0.24/0.11/0.10)	

CMYK percentages

%0
%24.45
%11.35
%10.2

Codes

Color #E5ADCB in popluar color models

E5ADCB
RGB229173203
HSL328°51.85%78.82%
HSB/HSV328°24.45%89.80%
CMYK0.00%24.45%11.35%
10.20%

Color #E5ADCB in popluar number systems.

HEXE5ADCB
Decimal229173203
Binary111001011010110111001011
Octal345255313

Shades and tints

Shades of #E5ADCB

#E5ADCB
(229,173,203)
#D19EB9
(209,158,185)
#BD8FA7
(189,143,167)
#A98095
(169,128,149)
#957183
(149,113,131)
#816271
(129,98,113)
#6D535F
(109,83,95)
#59444D
(89,68,77)
#45353B
(69,53,59)
#312629
(49,38,41)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E5ADCB

#E5ADCB
(229,173,203)
#E7B4CF
(231,180,207)
#E9BBD3
(233,187,211)
#EBC2D7
(235,194,215)
#EDC9DB
(237,201,219)
#EFD0DF
(239,208,223)
#F1D7E3
(241,215,227)
#F3DEE7
(243,222,231)
#F5E5EB
(245,229,235)
#F7ECEF
(247,236,239)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ADCB; }

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

This text font color is #E5ADCB.


Background Color

.myBgColor { background-color: #E5ADCB; }

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

This div background color is #E5ADCB.


Border color

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

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

This div border color is #E5ADCB.


Opacity

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

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

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

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

This text has shadow with #E5ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ADCB on black background.


Color preview on white background

This text has color #E5ADCB on white background.



Black color preview on #E5ADCB background

This text has black color on #E5ADCB background.


White color preview on #E5ADCB background

This text has white color on #E5ADCB background.