COLOR #E4AFAE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
175
174

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

Portions of RGB colors in percentages

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

%39.51
%30.33
%30.16

CMYK color model

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

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

CMYK percentages

%0
%23.25
%23.68
%10.59

Codes

Color #E4AFAE in popluar color models

E4AFAE
RGB228175174
HSL50.00%78.82%
HSB/HSV23.68%89.41%
CMYK0.00%23.25%23.68%
10.59%

Color #E4AFAE in popluar number systems.

HEXE4AFAE
Decimal228175174
Binary111001001010111110101110
Octal344257256

Shades and tints

Shades of #E4AFAE

#E4AFAE
(228,175,174)
#D0A09F
(208,160,159)
#BC9190
(188,145,144)
#A88281
(168,130,129)
#947372
(148,115,114)
#806463
(128,100,99)
#6C5554
(108,85,84)
#584645
(88,70,69)
#443736
(68,55,54)
#302827
(48,40,39)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4AFAE

#E4AFAE
(228,175,174)
#E6B6B5
(230,182,181)
#E8BDBC
(232,189,188)
#EAC4C3
(234,196,195)
#ECCBCA
(236,203,202)
#EED2D1
(238,210,209)
#F0D9D8
(240,217,216)
#F2E0DF
(242,224,223)
#F4E7E6
(244,231,230)
#F6EEED
(246,238,237)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AFAE; }

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

This text font color is #E4AFAE.


Background Color

.myBgColor { background-color: #E4AFAE; }

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

This div background color is #E4AFAE.


Border color

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

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

This div border color is #E4AFAE.


Opacity

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

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

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

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

This text has shadow with #E4AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AFAE on black background.


Color preview on white background

This text has color #E4AFAE on white background.



Black color preview on #E4AFAE background

This text has black color on #E4AFAE background.


White color preview on #E4AFAE background

This text has white color on #E4AFAE background.