COLOR #E2A99B

HEX: #E2A99B
RGB: (226,169,155)

Color info

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

RGB color model

#E2A99B color RGB value is (226,169,155).

  • red value is 226;
  • green value is 169;
  • blue value is 155.
RGB:
(226,169,155)
(89%,66%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 155 of 255 = 61%

226
169
155

R + G + B ~ 72%. #E2A99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 155 = 550 (100%)
R 226 of 550 ~ 41.09%
G 169 of 550 ~ 30.73%
B 155 of 550 ~ 28.18%

%41.09
%30.73
%28.18

CMYK color model

#E2A99B color CMYK value is (0,25,31,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 31.42%
  • key color value is 11.37%
CMYK:
(0,25,31,11)
C0M25Y31K11 
(0%,25%,31%,11%)
(0.00/0.25/0.31/0.11)	

CMYK percentages

%0
%25.22
%31.42
%11.37

Codes

Color #E2A99B in popluar color models

E2A99B
RGB226169155
HSL12°55.04%74.71%
HSB/HSV12°31.42%88.63%
CMYK0.00%25.22%31.42%
11.37%

Color #E2A99B in popluar number systems.

HEXE2A99B
Decimal226169155
Binary111000101010100110011011
Octal342251233

Shades and tints

Shades of #E2A99B

#E2A99B
(226,169,155)
#CE9A8D
(206,154,141)
#BA8B7F
(186,139,127)
#A67C71
(166,124,113)
#926D63
(146,109,99)
#7E5E55
(126,94,85)
#6A4F47
(106,79,71)
#564039
(86,64,57)
#42312B
(66,49,43)
#2E221D
(46,34,29)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #E2A99B

#E2A99B
(226,169,155)
#E4B0A4
(228,176,164)
#E6B7AD
(230,183,173)
#E8BEB6
(232,190,182)
#EAC5BF
(234,197,191)
#ECCCC8
(236,204,200)
#EED3D1
(238,211,209)
#F0DADA
(240,218,218)
#F2E1E3
(242,225,227)
#F4E8EC
(244,232,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A99B color. Also use rgb(226,169,155) instead hex code.

Text Font Color

.myTextColor { color: #E2A99B; }

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

This text font color is #E2A99B.


Background Color

.myBgColor { background-color: #E2A99B; }

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

This div background color is #E2A99B.


Border color

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

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

This div border color is #E2A99B.


Opacity

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

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

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

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

This text has shadow with #E2A99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A99B on black background.


Color preview on white background

This text has color #E2A99B on white background.



Black color preview on #E2A99B background

This text has black color on #E2A99B background.


White color preview on #E2A99B background

This text has white color on #E2A99B background.