COLOR #E2B09E

HEX: #E2B09E
RGB: (226,176,158)

Color info

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

RGB color model

#E2B09E color RGB value is (226,176,158).

  • red value is 226;
  • green value is 176;
  • blue value is 158.
RGB:
(226,176,158)
(89%,69%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 176 of 255 = 69%
B 158 of 255 = 62%

226
176
158

R + G + B ~ 73%. #E2B09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 176 + 158 = 560 (100%)
R 226 of 560 ~ 40.36%
G 176 of 560 ~ 31.43%
B 158 of 560 ~ 28.21%

%40.36
%31.43
%28.21

CMYK color model

#E2B09E color CMYK value is (0,22,30,11).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(0,22,30,11)
C0M22Y30K11 
(0%,22%,30%,11%)
(0.00/0.22/0.30/0.11)	

CMYK percentages

%0
%22.12
%30.09
%11.37

Codes

Color #E2B09E in popluar color models

E2B09E
RGB226176158
HSL16°53.97%75.29%
HSB/HSV16°30.09%88.63%
CMYK0.00%22.12%30.09%
11.37%

Color #E2B09E in popluar number systems.

HEXE2B09E
Decimal226176158
Binary111000101011000010011110
Octal342260236

Shades and tints

Shades of #E2B09E

#E2B09E
(226,176,158)
#CEA090
(206,160,144)
#BA9082
(186,144,130)
#A68074
(166,128,116)
#927066
(146,112,102)
#7E6058
(126,96,88)
#6A504A
(106,80,74)
#56403C
(86,64,60)
#42302E
(66,48,46)
#2E2020
(46,32,32)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #E2B09E

#E2B09E
(226,176,158)
#E4B7A6
(228,183,166)
#E6BEAE
(230,190,174)
#E8C5B6
(232,197,182)
#EACCBE
(234,204,190)
#ECD3C6
(236,211,198)
#EEDACE
(238,218,206)
#F0E1D6
(240,225,214)
#F2E8DE
(242,232,222)
#F4EFE6
(244,239,230)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B09E color. Also use rgb(226,176,158) instead hex code.

Text Font Color

.myTextColor { color: #E2B09E; }

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

This text font color is #E2B09E.


Background Color

.myBgColor { background-color: #E2B09E; }

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

This div background color is #E2B09E.


Border color

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

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

This div border color is #E2B09E.


Opacity

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

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

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

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

This text has shadow with #E2B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B09E on black background.


Color preview on white background

This text has color #E2B09E on white background.



Black color preview on #E2B09E background

This text has black color on #E2B09E background.


White color preview on #E2B09E background

This text has white color on #E2B09E background.