COLOR #E0BAA0

HEX: #E0BAA0
RGB: (224,186,160)

Color info

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

RGB color model

#E0BAA0 color RGB value is (224,186,160).

  • red value is 224;
  • green value is 186;
  • blue value is 160.
RGB:
(224,186,160)
(88%,73%,63%)

RGB channels and saturation

R 224 of 255 = 88%
G 186 of 255 = 73%
B 160 of 255 = 63%

224
186
160

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

Portions of RGB colors in percentages

R + G + B =
224 + 186 + 160 = 570 (100%)
R 224 of 570 ~ 39.3%
G 186 of 570 ~ 32.63%
B 160 of 570 ~ 28.07%

%39.3
%32.63
%28.07

CMYK color model

#E0BAA0 color CMYK value is (0,17,29,12).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 28.57%
  • key color value is 12.16%
CMYK:
(0,17,29,12)
C0M17Y29K12 
(0%,17%,29%,12%)
(0.00/0.17/0.29/0.12)	

CMYK percentages

%0
%16.96
%28.57
%12.16

Codes

Color #E0BAA0 in popluar color models

E0BAA0
RGB224186160
HSL24°50.79%75.29%
HSB/HSV24°28.57%87.84%
CMYK0.00%16.96%28.57%
12.16%

Color #E0BAA0 in popluar number systems.

HEXE0BAA0
Decimal224186160
Binary111000001011101010100000
Octal340272240

Shades and tints

Shades of #E0BAA0

#E0BAA0
(224,186,160)
#CCAA92
(204,170,146)
#B89A84
(184,154,132)
#A48A76
(164,138,118)
#907A68
(144,122,104)
#7C6A5A
(124,106,90)
#685A4C
(104,90,76)
#544A3E
(84,74,62)
#403A30
(64,58,48)
#2C2A22
(44,42,34)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #E0BAA0

#E0BAA0
(224,186,160)
#E2C0A8
(226,192,168)
#E4C6B0
(228,198,176)
#E6CCB8
(230,204,184)
#E8D2C0
(232,210,192)
#EAD8C8
(234,216,200)
#ECDED0
(236,222,208)
#EEE4D8
(238,228,216)
#F0EAE0
(240,234,224)
#F2F0E8
(242,240,232)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BAA0 color. Also use rgb(224,186,160) instead hex code.

Text Font Color

.myTextColor { color: #E0BAA0; }

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

This text font color is #E0BAA0.


Background Color

.myBgColor { background-color: #E0BAA0; }

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

This div background color is #E0BAA0.


Border color

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

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

This div border color is #E0BAA0.


Opacity

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

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

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

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

This text has shadow with #E0BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BAA0 on black background.


Color preview on white background

This text has color #E0BAA0 on white background.



Black color preview on #E0BAA0 background

This text has black color on #E0BAA0 background.


White color preview on #E0BAA0 background

This text has white color on #E0BAA0 background.