COLOR #E8AEC4

HEX: #E8AEC4
RGB: (232,174,196)

Color info

#E8AEC4 contains red, green and blue colors in about the same proportion. Web safe color of #E8AEC4 is #FF99CC (or #F9C).

RGB color model

#E8AEC4 color RGB value is (232,174,196).

  • red value is 232;
  • green value is 174;
  • blue value is 196.
RGB:
(232,174,196)
(91%,68%,77%)

RGB channels and saturation

R 232 of 255 = 91%
G 174 of 255 = 68%
B 196 of 255 = 77%

232
174
196

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

Portions of RGB colors in percentages

R + G + B =
232 + 174 + 196 = 602 (100%)
R 232 of 602 ~ 38.54%
G 174 of 602 ~ 28.9%
B 196 of 602 ~ 32.56%

%38.54
%28.9
%32.56

CMYK color model

#E8AEC4 color CMYK value is (0,25,16,9).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.52%
  • key color value is 9.02%
CMYK:
(0,25,16,9)
C0M25Y16K9 
(0%,25%,16%,9%)
(0.00/0.25/0.16/0.09)	

CMYK percentages

%0
%25
%15.52
%9.02

Codes

Color #E8AEC4 in popluar color models

E8AEC4
RGB232174196
HSL337°55.77%79.61%
HSB/HSV337°25.00%90.98%
CMYK0.00%25.00%15.52%
9.02%

Color #E8AEC4 in popluar number systems.

HEXE8AEC4
Decimal232174196
Binary111010001010111011000100
Octal350256304

Shades and tints

Shades of #E8AEC4

#E8AEC4
(232,174,196)
#D39FB3
(211,159,179)
#BE90A2
(190,144,162)
#A98191
(169,129,145)
#947280
(148,114,128)
#7F636F
(127,99,111)
#6A545E
(106,84,94)
#55454D
(85,69,77)
#40363C
(64,54,60)
#2B272B
(43,39,43)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #E8AEC4

#E8AEC4
(232,174,196)
#EAB5C9
(234,181,201)
#ECBCCE
(236,188,206)
#EEC3D3
(238,195,211)
#F0CAD8
(240,202,216)
#F2D1DD
(242,209,221)
#F4D8E2
(244,216,226)
#F6DFE7
(246,223,231)
#F8E6EC
(248,230,236)
#FAEDF1
(250,237,241)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AEC4 color. Also use rgb(232,174,196) instead hex code.

Text Font Color

.myTextColor { color: #E8AEC4; }

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

This text font color is #E8AEC4.


Background Color

.myBgColor { background-color: #E8AEC4; }

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

This div background color is #E8AEC4.


Border color

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

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

This div border color is #E8AEC4.


Opacity

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

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

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

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

This text has shadow with #E8AEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AEC4 on black background.


Color preview on white background

This text has color #E8AEC4 on white background.



Black color preview on #E8AEC4 background

This text has black color on #E8AEC4 background.


White color preview on #E8AEC4 background

This text has white color on #E8AEC4 background.