COLOR #E9B0A5

HEX: #E9B0A5
RGB: (233,176,165)

Color info

#E9B0A5 contains mainly red and green colors. Web safe color of #E9B0A5 is #FF9999 (or #F99).

RGB color model

#E9B0A5 color RGB value is (233,176,165).

  • red value is 233;
  • green value is 176;
  • blue value is 165.
RGB:
(233,176,165)
(91%,69%,65%)

RGB channels and saturation

R 233 of 255 = 91%
G 176 of 255 = 69%
B 165 of 255 = 65%

233
176
165

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

Portions of RGB colors in percentages

R + G + B =
233 + 176 + 165 = 574 (100%)
R 233 of 574 ~ 40.59%
G 176 of 574 ~ 30.66%
B 165 of 574 ~ 28.75%

%40.59
%30.66
%28.75

CMYK color model

#E9B0A5 color CMYK value is (0,24,29,9).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 29.18%
  • key color value is 8.63%
CMYK:
(0,24,29,9)
C0M24Y29K9 
(0%,24%,29%,9%)
(0.00/0.24/0.29/0.09)	

CMYK percentages

%0
%24.46
%29.18
%8.63

Codes

Color #E9B0A5 in popluar color models

E9B0A5
RGB233176165
HSL10°60.71%78.04%
HSB/HSV10°29.18%91.37%
CMYK0.00%24.46%29.18%
8.63%

Color #E9B0A5 in popluar number systems.

HEXE9B0A5
Decimal233176165
Binary111010011011000010100101
Octal351260245

Shades and tints

Shades of #E9B0A5

#E9B0A5
(233,176,165)
#D4A096
(212,160,150)
#BF9087
(191,144,135)
#AA8078
(170,128,120)
#957069
(149,112,105)
#80605A
(128,96,90)
#6B504B
(107,80,75)
#56403C
(86,64,60)
#41302D
(65,48,45)
#2C201E
(44,32,30)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #E9B0A5

#E9B0A5
(233,176,165)
#EBB7AD
(235,183,173)
#EDBEB5
(237,190,181)
#EFC5BD
(239,197,189)
#F1CCC5
(241,204,197)
#F3D3CD
(243,211,205)
#F5DAD5
(245,218,213)
#F7E1DD
(247,225,221)
#F9E8E5
(249,232,229)
#FBEFED
(251,239,237)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B0A5 color. Also use rgb(233,176,165) instead hex code.

Text Font Color

.myTextColor { color: #E9B0A5; }

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

This text font color is #E9B0A5.


Background Color

.myBgColor { background-color: #E9B0A5; }

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

This div background color is #E9B0A5.


Border color

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

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

This div border color is #E9B0A5.


Opacity

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

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

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

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

This text has shadow with #E9B0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B0A5 on black background.


Color preview on white background

This text has color #E9B0A5 on white background.



Black color preview on #E9B0A5 background

This text has black color on #E9B0A5 background.


White color preview on #E9B0A5 background

This text has white color on #E9B0A5 background.