COLOR #E2AEC1

HEX: #E2AEC1
RGB: (226,174,193)

Color info

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

RGB color model

#E2AEC1 color RGB value is (226,174,193).

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

RGB channels and saturation

R 226 of 255 = 89%
G 174 of 255 = 68%
B 193 of 255 = 76%

226
174
193

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

Portions of RGB colors in percentages

R + G + B =
226 + 174 + 193 = 593 (100%)
R 226 of 593 ~ 38.11%
G 174 of 593 ~ 29.34%
B 193 of 593 ~ 32.55%

%38.11
%29.34
%32.55

CMYK color model

#E2AEC1 color CMYK value is (0,23,15,11).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 14.60%
  • key color value is 11.37%
CMYK:
(0,23,15,11)
C0M23Y15K11 
(0%,23%,15%,11%)
(0.00/0.23/0.15/0.11)	

CMYK percentages

%0
%23.01
%14.6
%11.37

Codes

Color #E2AEC1 in popluar color models

E2AEC1
RGB226174193
HSL338°47.27%78.43%
HSB/HSV338°23.01%88.63%
CMYK0.00%23.01%14.60%
11.37%

Color #E2AEC1 in popluar number systems.

HEXE2AEC1
Decimal226174193
Binary111000101010111011000001
Octal342256301

Shades and tints

Shades of #E2AEC1

#E2AEC1
(226,174,193)
#CE9FB0
(206,159,176)
#BA909F
(186,144,159)
#A6818E
(166,129,142)
#92727D
(146,114,125)
#7E636C
(126,99,108)
#6A545B
(106,84,91)
#56454A
(86,69,74)
#423639
(66,54,57)
#2E2728
(46,39,40)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #E2AEC1

#E2AEC1
(226,174,193)
#E4B5C6
(228,181,198)
#E6BCCB
(230,188,203)
#E8C3D0
(232,195,208)
#EACAD5
(234,202,213)
#ECD1DA
(236,209,218)
#EED8DF
(238,216,223)
#F0DFE4
(240,223,228)
#F2E6E9
(242,230,233)
#F4EDEE
(244,237,238)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AEC1; }

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

This text font color is #E2AEC1.


Background Color

.myBgColor { background-color: #E2AEC1; }

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

This div background color is #E2AEC1.


Border color

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

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

This div border color is #E2AEC1.


Opacity

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

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

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

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

This text has shadow with #E2AEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AEC1 on black background.


Color preview on white background

This text has color #E2AEC1 on white background.



Black color preview on #E2AEC1 background

This text has black color on #E2AEC1 background.


White color preview on #E2AEC1 background

This text has white color on #E2AEC1 background.