COLOR #E0AEC1

HEX: #E0AEC1
RGB: (224,174,193)

Color info

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

RGB color model

#E0AEC1 color RGB value is (224,174,193).

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

RGB channels and saturation

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

224
174
193

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

Portions of RGB colors in percentages

R + G + B =
224 + 174 + 193 = 591 (100%)
R 224 of 591 ~ 37.9%
G 174 of 591 ~ 29.44%
B 193 of 591 ~ 32.66%

%37.9
%29.44
%32.66

CMYK color model

#E0AEC1 color CMYK value is (0,22,14,12).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK:
(0,22,14,12)
C0M22Y14K12 
(0%,22%,14%,12%)
(0.00/0.22/0.14/0.12)	

CMYK percentages

%0
%22.32
%13.84
%12.16

Codes

Color #E0AEC1 in popluar color models

E0AEC1
RGB224174193
HSL337°44.64%78.04%
HSB/HSV337°22.32%87.84%
CMYK0.00%22.32%13.84%
12.16%

Color #E0AEC1 in popluar number systems.

HEXE0AEC1
Decimal224174193
Binary111000001010111011000001
Octal340256301

Shades and tints

Shades of #E0AEC1

#E0AEC1
(224,174,193)
#CC9FB0
(204,159,176)
#B8909F
(184,144,159)
#A4818E
(164,129,142)
#90727D
(144,114,125)
#7C636C
(124,99,108)
#68545B
(104,84,91)
#54454A
(84,69,74)
#403639
(64,54,57)
#2C2728
(44,39,40)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #E0AEC1

#E0AEC1
(224,174,193)
#E2B5C6
(226,181,198)
#E4BCCB
(228,188,203)
#E6C3D0
(230,195,208)
#E8CAD5
(232,202,213)
#EAD1DA
(234,209,218)
#ECD8DF
(236,216,223)
#EEDFE4
(238,223,228)
#F0E6E9
(240,230,233)
#F2EDEE
(242,237,238)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AEC1; }

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

This text font color is #E0AEC1.


Background Color

.myBgColor { background-color: #E0AEC1; }

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

This div background color is #E0AEC1.


Border color

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

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

This div border color is #E0AEC1.


Opacity

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

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

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

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

This text has shadow with #E0AEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AEC1 on black background.


Color preview on white background

This text has color #E0AEC1 on white background.



Black color preview on #E0AEC1 background

This text has black color on #E0AEC1 background.


White color preview on #E0AEC1 background

This text has white color on #E0AEC1 background.