COLOR #E5BBA9

HEX: #E5BBA9 RGB: (229,187,169)

Color info

#E5BBA9 contains mainly red and green colors. Web safe color of #E5BBA9 is #CCCC99 (or #CC9).

RGB color model

#E5BBA9 color RGB value is (229,187,169).

RGB: (229,187,169) (90%, 73%, 66%)

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 169 of 255 = 66%

229
187
169

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

Portions of RGB colors in percentages

R + G + B = 229 + 187 + 169 = 585 (100%)
R 229 of 585 ~ 39.15%
G 187 of 585 ~ 31.97%
B 169 of 585 ~ 28.89'%

%39.15
%31.97
%28.89

CMYK color model

#E5BBA9 color CMYK value is (0,18,26,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 26.20%
  • key color value is 10.20%
CMYK: (0,18,26,10) C0M18Y26K10 (0%,18%,26%,10%) (0.00/0.18/0.26/0.10) 

CMYK percentages

%0
%18.34
%26.2
%10.2

Codes

Color #E5BBA9 in popluar color models

E5 BB A9
RGB 229 187 169
HSL 18° 53.57% 78.04%
HSB/HSV 18° 26.20% 89.80%
CMYK 0.00% 18.34% 26.20%
10.20%

Color #E5BBA9 in popluar number systems.

HEX E5 BB A9
Decimal 229 187 169
Binary 11100101 10111011 10101001
Octal 345 273 251

Shades and tints

Shades of #E5BBA9

#E5BBA9
(229,187,169)
#D1AA9A
(209,170,154)
#BD998B
(189,153,139)
#A9887C
(169,136,124)
#95776D
(149,119,109)
#81665E
(129,102,94)
#6D554F
(109,85,79)
#594440
(89,68,64)
#453331
(69,51,49)
#312222
(49,34,34)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #E5BBA9

#E5BBA9
(229,187,169)
#E7C1B0
(231,193,176)
#E9C7B7
(233,199,183)
#EBCDBE
(235,205,190)
#EDD3C5
(237,211,197)
#EFD9CC
(239,217,204)
#F1DFD3
(241,223,211)
#F3E5DA
(243,229,218)
#F5EBE1
(245,235,225)
#F7F1E8
(247,241,232)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BBA9 color. Also use rgb(229,187,169) instead hex code.

Text Font Color

.myTextColor { color: #E5BBA9; }

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

This text font color is #E5BBA9.

Background Color

.myBgColor { background-color: #E5BBA9; }

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

This div background color is #E5BBA9.

Border color

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

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

This div border color is #E5BBA9.

Opacity

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

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

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

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

This text has shadow with #E5BBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BBA9.

Preview

Color preview on black background

This text has color #E5BBA9 on black background.


Color preview on white background

This text has color #E5BBA9 on white background.


Black color preview on #E5BBA9 background

This text has black color on #E5BBA9 background.


White color preview on #E5BBA9 background

This text has white color on #E5BBA9 background.


Related colors

Complementary color

Complementary color for #hex is #1A4456.


I love getcolorcode.com

Triadic colors

1 #A9E5BB and #BBA9E5 with #E5BBA9 are triadic colors.

2 #A9BBE5 and #BBE5A9 with #E5BBA9 are triadic colors.