COLOR #E4AEB9

HEX: #E4AEB9
RGB: (228,174,185)

Color info

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

RGB color model

#E4AEB9 color RGB value is (228,174,185).

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

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 185 of 255 = 73%

228
174
185

R + G + B ~ 77%. #E4AEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 185 = 587 (100%)
R 228 of 587 ~ 38.84%
G 174 of 587 ~ 29.64%
B 185 of 587 ~ 31.52%

%38.84
%29.64
%31.52

CMYK color model

#E4AEB9 color CMYK value is (0,24,19,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 18.86%
  • key color value is 10.59%
CMYK:
(0,24,19,11)
C0M24Y19K11 
(0%,24%,19%,11%)
(0.00/0.24/0.19/0.11)	

CMYK percentages

%0
%23.68
%18.86
%10.59

Codes

Color #E4AEB9 in popluar color models

E4AEB9
RGB228174185
HSL348°50.00%78.82%
HSB/HSV348°23.68%89.41%
CMYK0.00%23.68%18.86%
10.59%

Color #E4AEB9 in popluar number systems.

HEXE4AEB9
Decimal228174185
Binary111001001010111010111001
Octal344256271

Shades and tints

Shades of #E4AEB9

#E4AEB9
(228,174,185)
#D09FA9
(208,159,169)
#BC9099
(188,144,153)
#A88189
(168,129,137)
#947279
(148,114,121)
#806369
(128,99,105)
#6C5459
(108,84,89)
#584549
(88,69,73)
#443639
(68,54,57)
#302729
(48,39,41)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4AEB9

#E4AEB9
(228,174,185)
#E6B5BF
(230,181,191)
#E8BCC5
(232,188,197)
#EAC3CB
(234,195,203)
#ECCAD1
(236,202,209)
#EED1D7
(238,209,215)
#F0D8DD
(240,216,221)
#F2DFE3
(242,223,227)
#F4E6E9
(244,230,233)
#F6EDEF
(246,237,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AEB9; }

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

This text font color is #E4AEB9.


Background Color

.myBgColor { background-color: #E4AEB9; }

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

This div background color is #E4AEB9.


Border color

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

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

This div border color is #E4AEB9.


Opacity

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

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

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

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

This text has shadow with #E4AEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AEB9 on black background.


Color preview on white background

This text has color #E4AEB9 on white background.



Black color preview on #E4AEB9 background

This text has black color on #E4AEB9 background.


White color preview on #E4AEB9 background

This text has white color on #E4AEB9 background.