COLOR #E5AB9B

HEX: #E5AB9B RGB: (229,171,155)

Color info

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

RGB color model

#E5AB9B color RGB value is (229,171,155).

RGB: (229,171,155) (90%, 67%, 61%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 155 of 255 = 61%

229
171
155

R + G + B ~ 73%. #E5AB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 171 + 155 = 555 (100%)
R 229 of 555 ~ 41.26%
G 171 of 555 ~ 30.81%
B 155 of 555 ~ 27.93'%

%41.26
%30.81
%27.93

CMYK color model

#E5AB9B color CMYK value is (0,25,32,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 32.31%
  • key color value is 10.20%

CMYK: (0,25,32,10)
C0M25Y32K10 (0%, 25%, 32%, 10%)
(0.00 / 0.25 / 0.32 / 0.10)

CMYK percentages

%0
%25.33
%32.31
%10.2

Codes

Color #E5AB9B in popluar color models

E5 AB 9B
RGB 229 171 155
HSL 13° 58.73% 75.29%
HSB/HSV 13° 32.31% 89.80%
CMYK 0.00% 25.33% 32.31%
10.20%

Color #E5AB9B in popluar number systems.

HEX E5 AB 9B
Decimal 229 171 155
Binary 11100101 10101011 10011011
Octal 345 253 233

Shades and tints

Shades of #E5AB9B

#E5AB9B
(229,171,155)
#D19C8D
(209,156,141)
#BD8D7F
(189,141,127)
#A97E71
(169,126,113)
#956F63
(149,111,99)
#816055
(129,96,85)
#6D5147
(109,81,71)
#594239
(89,66,57)
#45332B
(69,51,43)
#31241D
(49,36,29)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #E5AB9B

#E5AB9B
(229,171,155)
#E7B2A4
(231,178,164)
#E9B9AD
(233,185,173)
#EBC0B6
(235,192,182)
#EDC7BF
(237,199,191)
#EFCEC8
(239,206,200)
#F1D5D1
(241,213,209)
#F3DCDA
(243,220,218)
#F5E3E3
(245,227,227)
#F7EAEC
(247,234,236)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AB9B color. Also use rgb(229,171,155) instead hex code.

Text Font Color

.myTextColor { color: #E5AB9B; }

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

This text font color is #E5AB9B.

Background Color

.myBgColor { background-color: #E5AB9B; }

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

This div background color is #E5AB9B.

Border color

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

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

This div border color is #E5AB9B.

Opacity

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

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

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

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

This text has shadow with #E5AB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AB9B.

Preview

Color preview on black background

This text has color #E5AB9B on black background.


Color preview on white background

This text has color #E5AB9B on white background.


Black color preview on #E5AB9B background

This text has black color on #E5AB9B background.


White color preview on #E5AB9B background

This text has white color on #E5AB9B background.


Related colors

Complementary color

Complementary color for #hex is #1A5464.


I love getcolorcode.com

Triadic colors

1 #9BE5AB and #AB9BE5 with #E5AB9B are triadic colors.

2 #9BABE5 and #ABE59B with #E5AB9B are triadic colors.