COLOR #E0AEC2

HEX: #E0AEC2
RGB: (224,174,194)

Color info

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

RGB color model

#E0AEC2 color RGB value is (224,174,194).

  • red value is 224;
  • green value is 174;
  • blue value is 194.
RGB:
(224,174,194)
(88%,68%,76%)

RGB channels and saturation

R 224 of 255 = 88%
G 174 of 255 = 68%
B 194 of 255 = 76%

224
174
194

R + G + B ~ 77%. #E0AEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 174 + 194 = 592 (100%)
R 224 of 592 ~ 37.84%
G 174 of 592 ~ 29.39%
B 194 of 592 ~ 32.77%

%37.84
%29.39
%32.77

CMYK color model

#E0AEC2 color CMYK value is (0,22,13,12).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 13.39%
  • key color value is 12.16%
CMYK:
(0,22,13,12)
C0M22Y13K12 
(0%,22%,13%,12%)
(0.00/0.22/0.13/0.12)	

CMYK percentages

%0
%22.32
%13.39
%12.16

Codes

Color #E0AEC2 in popluar color models

E0AEC2
RGB224174194
HSL336°44.64%78.04%
HSB/HSV336°22.32%87.84%
CMYK0.00%22.32%13.39%
12.16%

Color #E0AEC2 in popluar number systems.

HEXE0AEC2
Decimal224174194
Binary111000001010111011000010
Octal340256302

Shades and tints

Shades of #E0AEC2

#E0AEC2
(224,174,194)
#CC9FB1
(204,159,177)
#B890A0
(184,144,160)
#A4818F
(164,129,143)
#90727E
(144,114,126)
#7C636D
(124,99,109)
#68545C
(104,84,92)
#54454B
(84,69,75)
#40363A
(64,54,58)
#2C2729
(44,39,41)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #E0AEC2

#E0AEC2
(224,174,194)
#E2B5C7
(226,181,199)
#E4BCCC
(228,188,204)
#E6C3D1
(230,195,209)
#E8CAD6
(232,202,214)
#EAD1DB
(234,209,219)
#ECD8E0
(236,216,224)
#EEDFE5
(238,223,229)
#F0E6EA
(240,230,234)
#F2EDEF
(242,237,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AEC2 color. Also use rgb(224,174,194) instead hex code.

Text Font Color

.myTextColor { color: #E0AEC2; }

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

This text font color is #E0AEC2.


Background Color

.myBgColor { background-color: #E0AEC2; }

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

This div background color is #E0AEC2.


Border color

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

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

This div border color is #E0AEC2.


Opacity

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

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

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

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

This text has shadow with #E0AEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AEC2 on black background.


Color preview on white background

This text has color #E0AEC2 on white background.



Black color preview on #E0AEC2 background

This text has black color on #E0AEC2 background.


White color preview on #E0AEC2 background

This text has white color on #E0AEC2 background.