COLOR #E5AEB0

HEX: #E5AEB0
RGB: (229,174,176)

Color info

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

RGB color model

#E5AEB0 color RGB value is (229,174,176).

  • red value is 229;
  • green value is 174;
  • blue value is 176.
RGB:
(229,174,176)
(90%,68%,69%)

RGB channels and saturation

R 229 of 255 = 90%
G 174 of 255 = 68%
B 176 of 255 = 69%

229
174
176

R + G + B ~ 76%. #E5AEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 174 + 176 = 579 (100%)
R 229 of 579 ~ 39.55%
G 174 of 579 ~ 30.05%
B 176 of 579 ~ 30.4%

%39.55
%30.05
%30.4

CMYK color model

#E5AEB0 color CMYK value is (0,24,23,10).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 23.14%
  • key color value is 10.20%
CMYK:
(0,24,23,10)
C0M24Y23K10 
(0%,24%,23%,10%)
(0.00/0.24/0.23/0.10)	

CMYK percentages

%0
%24.02
%23.14
%10.2

Codes

Color #E5AEB0 in popluar color models

E5AEB0
RGB229174176
HSL358°51.40%79.02%
HSB/HSV358°24.02%89.80%
CMYK0.00%24.02%23.14%
10.20%

Color #E5AEB0 in popluar number systems.

HEXE5AEB0
Decimal229174176
Binary111001011010111010110000
Octal345256260

Shades and tints

Shades of #E5AEB0

#E5AEB0
(229,174,176)
#D19FA0
(209,159,160)
#BD9090
(189,144,144)
#A98180
(169,129,128)
#957270
(149,114,112)
#816360
(129,99,96)
#6D5450
(109,84,80)
#594540
(89,69,64)
#453630
(69,54,48)
#312720
(49,39,32)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #E5AEB0

#E5AEB0
(229,174,176)
#E7B5B7
(231,181,183)
#E9BCBE
(233,188,190)
#EBC3C5
(235,195,197)
#EDCACC
(237,202,204)
#EFD1D3
(239,209,211)
#F1D8DA
(241,216,218)
#F3DFE1
(243,223,225)
#F5E6E8
(245,230,232)
#F7EDEF
(247,237,239)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AEB0 color. Also use rgb(229,174,176) instead hex code.

Text Font Color

.myTextColor { color: #E5AEB0; }

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

This text font color is #E5AEB0.


Background Color

.myBgColor { background-color: #E5AEB0; }

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

This div background color is #E5AEB0.


Border color

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

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

This div border color is #E5AEB0.


Opacity

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

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

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

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

This text has shadow with #E5AEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AEB0 on black background.


Color preview on white background

This text has color #E5AEB0 on white background.



Black color preview on #E5AEB0 background

This text has black color on #E5AEB0 background.


White color preview on #E5AEB0 background

This text has white color on #E5AEB0 background.