COLOR #E8AECF

HEX: #E8AECF RGB: (232,174,207)

Color info

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

RGB color model

#E8AECF color RGB value is (232,174,207).

RGB: (232,174,207) (91%, 68%, 81%)

RGB channels and saturation

R 232 of 255 = 91%
G 174 of 255 = 68%
B 207 of 255 = 81%

232
174
207

R + G + B ~ 80%. #E8AECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 174 + 207 = 613 (100%)
R 232 of 613 ~ 37.85%
G 174 of 613 ~ 28.38%
B 207 of 613 ~ 33.77'%

%37.85
%28.38
%33.77

CMYK color model

#E8AECF color CMYK value is (0,25,11,9).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.78%
  • key color value is 9.02%

CMYK: (0,25,11,9)
C0M25Y11K9 (0%, 25%, 11%, 9%)
(0.00 / 0.25 / 0.11 / 0.09)

CMYK percentages

%0
%25
%10.78
%9.02

Codes

Color #E8AECF in popluar color models

E8 AE CF
RGB 232 174 207
HSL 326° 55.77% 79.61%
HSB/HSV 326° 25.00% 90.98%
CMYK 0.00% 25.00% 10.78%
9.02%

Color #E8AECF in popluar number systems.

HEX E8 AE CF
Decimal 232 174 207
Binary 11101000 10101110 11001111
Octal 350 256 317

Shades and tints

Shades of #E8AECF

#E8AECF
(232,174,207)
#D39FBD
(211,159,189)
#BE90AB
(190,144,171)
#A98199
(169,129,153)
#947287
(148,114,135)
#7F6375
(127,99,117)
#6A5463
(106,84,99)
#554551
(85,69,81)
#40363F
(64,54,63)
#2B272D
(43,39,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #E8AECF

#E8AECF
(232,174,207)
#EAB5D3
(234,181,211)
#ECBCD7
(236,188,215)
#EEC3DB
(238,195,219)
#F0CADF
(240,202,223)
#F2D1E3
(242,209,227)
#F4D8E7
(244,216,231)
#F6DFEB
(246,223,235)
#F8E6EF
(248,230,239)
#FAEDF3
(250,237,243)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AECF; }

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

This text font color is #E8AECF.

Background Color

.myBgColor { background-color: #E8AECF; }

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

This div background color is #E8AECF.

Border color

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

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

This div border color is #E8AECF.

Opacity

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

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

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

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

This text has shadow with #E8AECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8AECF.

Preview

Color preview on black background

This text has color #E8AECF on black background.


Color preview on white background

This text has color #E8AECF on white background.


Black color preview on #E8AECF background

This text has black color on #E8AECF background.


White color preview on #E8AECF background

This text has white color on #E8AECF background.


Related colors

Complementary color

Complementary color for #hex is #175130.


I love getcolorcode.com

Triadic colors

1 #CFE8AE and #AECFE8 with #E8AECF are triadic colors.

2 #CFAEE8 and #AEE8CF with #E8AECF are triadic colors.