COLOR #E4AEAF

HEX: #E4AEAF
RGB: (228,174,175)

Color info

#E4AEAF contains red, green and blue colors in about the same proportion. Web safe color of #E4AEAF is #CC9999 (or #C99).

RGB color model

#E4AEAF color RGB value is (228,174,175).

  • red value is 228;
  • green value is 174;
  • blue value is 175.
RGB:
(228,174,175)
(89%,68%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 175 of 255 = 69%

228
174
175

R + G + B ~ 75%. #E4AEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 175 = 577 (100%)
R 228 of 577 ~ 39.51%
G 174 of 577 ~ 30.16%
B 175 of 577 ~ 30.33%

%39.51
%30.16
%30.33

CMYK color model

#E4AEAF color CMYK value is (0,24,23,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(0,24,23,11)
C0M24Y23K11 
(0%,24%,23%,11%)
(0.00/0.24/0.23/0.11)	

CMYK percentages

%0
%23.68
%23.25
%10.59

Codes

Color #E4AEAF in popluar color models

E4AEAF
RGB228174175
HSL359°50.00%78.82%
HSB/HSV359°23.68%89.41%
CMYK0.00%23.68%23.25%
10.59%

Color #E4AEAF in popluar number systems.

HEXE4AEAF
Decimal228174175
Binary111001001010111010101111
Octal344256257

Shades and tints

Shades of #E4AEAF

#E4AEAF
(228,174,175)
#D09FA0
(208,159,160)
#BC9091
(188,144,145)
#A88182
(168,129,130)
#947273
(148,114,115)
#806364
(128,99,100)
#6C5455
(108,84,85)
#584546
(88,69,70)
#443637
(68,54,55)
#302728
(48,39,40)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4AEAF

#E4AEAF
(228,174,175)
#E6B5B6
(230,181,182)
#E8BCBD
(232,188,189)
#EAC3C4
(234,195,196)
#ECCACB
(236,202,203)
#EED1D2
(238,209,210)
#F0D8D9
(240,216,217)
#F2DFE0
(242,223,224)
#F4E6E7
(244,230,231)
#F6EDEE
(246,237,238)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AEAF color. Also use rgb(228,174,175) instead hex code.

Text Font Color

.myTextColor { color: #E4AEAF; }

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

This text font color is #E4AEAF.


Background Color

.myBgColor { background-color: #E4AEAF; }

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

This div background color is #E4AEAF.


Border color

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

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

This div border color is #E4AEAF.


Opacity

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

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

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

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

This text has shadow with #E4AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AEAF on black background.


Color preview on white background

This text has color #E4AEAF on white background.



Black color preview on #E4AEAF background

This text has black color on #E4AEAF background.


White color preview on #E4AEAF background

This text has white color on #E4AEAF background.