COLOR #E5A8B0

HEX: #E5A8B0
RGB: (229,168,176)

Color info

#E5A8B0 contains mainly red and blue colors. Web safe color of #E5A8B0 is #CC9999 (or #C99).

RGB color model

#E5A8B0 color RGB value is (229,168,176).

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

RGB channels and saturation

R 229 of 255 = 90%
G 168 of 255 = 66%
B 176 of 255 = 69%

229
168
176

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

Portions of RGB colors in percentages

R + G + B =
229 + 168 + 176 = 573 (100%)
R 229 of 573 ~ 39.97%
G 168 of 573 ~ 29.32%
B 176 of 573 ~ 30.72%

%39.97
%29.32
%30.72

CMYK color model

#E5A8B0 color CMYK value is (0,27,23,10).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 23.14%
  • key color value is 10.20%
CMYK:
(0,27,23,10)
C0M27Y23K10 
(0%,27%,23%,10%)
(0.00/0.27/0.23/0.10)	

CMYK percentages

%0
%26.64
%23.14
%10.2

Codes

Color #E5A8B0 in popluar color models

E5A8B0
RGB229168176
HSL352°53.98%77.84%
HSB/HSV352°26.64%89.80%
CMYK0.00%26.64%23.14%
10.20%

Color #E5A8B0 in popluar number systems.

HEXE5A8B0
Decimal229168176
Binary111001011010100010110000
Octal345250260

Shades and tints

Shades of #E5A8B0

#E5A8B0
(229,168,176)
#D199A0
(209,153,160)
#BD8A90
(189,138,144)
#A97B80
(169,123,128)
#956C70
(149,108,112)
#815D60
(129,93,96)
#6D4E50
(109,78,80)
#593F40
(89,63,64)
#453030
(69,48,48)
#312120
(49,33,32)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #E5A8B0

#E5A8B0
(229,168,176)
#E7AFB7
(231,175,183)
#E9B6BE
(233,182,190)
#EBBDC5
(235,189,197)
#EDC4CC
(237,196,204)
#EFCBD3
(239,203,211)
#F1D2DA
(241,210,218)
#F3D9E1
(243,217,225)
#F5E0E8
(245,224,232)
#F7E7EF
(247,231,239)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A8B0; }

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

This text font color is #E5A8B0.


Background Color

.myBgColor { background-color: #E5A8B0; }

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

This div background color is #E5A8B0.


Border color

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

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

This div border color is #E5A8B0.


Opacity

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

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

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

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

This text has shadow with #E5A8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A8B0 on black background.


Color preview on white background

This text has color #E5A8B0 on white background.



Black color preview on #E5A8B0 background

This text has black color on #E5A8B0 background.


White color preview on #E5A8B0 background

This text has white color on #E5A8B0 background.