COLOR #E0ADCA

HEX: #E0ADCA
RGB: (224,173,202)

Color info

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

RGB color model

#E0ADCA color RGB value is (224,173,202).

  • red value is 224;
  • green value is 173;
  • blue value is 202.
RGB:
(224,173,202)
(88%,68%,79%)

RGB channels and saturation

R 224 of 255 = 88%
G 173 of 255 = 68%
B 202 of 255 = 79%

224
173
202

R + G + B ~ 78%. #E0ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 173 + 202 = 599 (100%)
R 224 of 599 ~ 37.4%
G 173 of 599 ~ 28.88%
B 202 of 599 ~ 33.72%

%37.4
%28.88
%33.72

CMYK color model

#E0ADCA color CMYK value is (0,23,10,12).

  • cyan value is 0.00%
  • magenta value is 22.77%
  • yellow value is 9.82%
  • key color value is 12.16%
CMYK:
(0,23,10,12)
C0M23Y10K12 
(0%,23%,10%,12%)
(0.00/0.23/0.10/0.12)	

CMYK percentages

%0
%22.77
%9.82
%12.16

Codes

Color #E0ADCA in popluar color models

E0ADCA
RGB224173202
HSL326°45.13%77.84%
HSB/HSV326°22.77%87.84%
CMYK0.00%22.77%9.82%
12.16%

Color #E0ADCA in popluar number systems.

HEXE0ADCA
Decimal224173202
Binary111000001010110111001010
Octal340255312

Shades and tints

Shades of #E0ADCA

#E0ADCA
(224,173,202)
#CC9EB8
(204,158,184)
#B88FA6
(184,143,166)
#A48094
(164,128,148)
#907182
(144,113,130)
#7C6270
(124,98,112)
#68535E
(104,83,94)
#54444C
(84,68,76)
#40353A
(64,53,58)
#2C2628
(44,38,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #E0ADCA

#E0ADCA
(224,173,202)
#E2B4CE
(226,180,206)
#E4BBD2
(228,187,210)
#E6C2D6
(230,194,214)
#E8C9DA
(232,201,218)
#EAD0DE
(234,208,222)
#ECD7E2
(236,215,226)
#EEDEE6
(238,222,230)
#F0E5EA
(240,229,234)
#F2ECEE
(242,236,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ADCA color. Also use rgb(224,173,202) instead hex code.

Text Font Color

.myTextColor { color: #E0ADCA; }

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

This text font color is #E0ADCA.


Background Color

.myBgColor { background-color: #E0ADCA; }

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

This div background color is #E0ADCA.


Border color

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

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

This div border color is #E0ADCA.


Opacity

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

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

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

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

This text has shadow with #E0ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ADCA on black background.


Color preview on white background

This text has color #E0ADCA on white background.



Black color preview on #E0ADCA background

This text has black color on #E0ADCA background.


White color preview on #E0ADCA background

This text has white color on #E0ADCA background.