COLOR #E5BAB9

HEX: #E5BAB9
RGB: (229,186,185)

Color info

#E5BAB9 contains red, green and blue colors in about the same proportion. Web safe color of #E5BAB9 is #CCCCCC (or #CCC).

RGB color model

#E5BAB9 color RGB value is (229,186,185).

  • red value is 229;
  • green value is 186;
  • blue value is 185.
RGB:
(229,186,185)
(90%,73%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 186 of 255 = 73%
B 185 of 255 = 73%

229
186
185

R + G + B ~ 79%. #E5BAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 186 + 185 = 600 (100%)
R 229 of 600 ~ 38.17%
G 186 of 600 ~ 31%
B 185 of 600 ~ 30.83%

%38.17
%31
%30.83

CMYK color model

#E5BAB9 color CMYK value is (0,19,19,10).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK:
(0,19,19,10)
C0M19Y19K10 
(0%,19%,19%,10%)
(0.00/0.19/0.19/0.10)	

CMYK percentages

%0
%18.78
%19.21
%10.2

Codes

Color #E5BAB9 in popluar color models

E5BAB9
RGB229186185
HSL45.83%81.18%
HSB/HSV19.21%89.80%
CMYK0.00%18.78%19.21%
10.20%

Color #E5BAB9 in popluar number systems.

HEXE5BAB9
Decimal229186185
Binary111001011011101010111001
Octal345272271

Shades and tints

Shades of #E5BAB9

#E5BAB9
(229,186,185)
#D1AAA9
(209,170,169)
#BD9A99
(189,154,153)
#A98A89
(169,138,137)
#957A79
(149,122,121)
#816A69
(129,106,105)
#6D5A59
(109,90,89)
#594A49
(89,74,73)
#453A39
(69,58,57)
#312A29
(49,42,41)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5BAB9

#E5BAB9
(229,186,185)
#E7C0BF
(231,192,191)
#E9C6C5
(233,198,197)
#EBCCCB
(235,204,203)
#EDD2D1
(237,210,209)
#EFD8D7
(239,216,215)
#F1DEDD
(241,222,221)
#F3E4E3
(243,228,227)
#F5EAE9
(245,234,233)
#F7F0EF
(247,240,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BAB9 color. Also use rgb(229,186,185) instead hex code.

Text Font Color

.myTextColor { color: #E5BAB9; }

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

This text font color is #E5BAB9.


Background Color

.myBgColor { background-color: #E5BAB9; }

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

This div background color is #E5BAB9.


Border color

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

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

This div border color is #E5BAB9.


Opacity

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

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

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

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

This text has shadow with #E5BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BAB9 on black background.


Color preview on white background

This text has color #E5BAB9 on white background.



Black color preview on #E5BAB9 background

This text has black color on #E5BAB9 background.


White color preview on #E5BAB9 background

This text has white color on #E5BAB9 background.