COLOR #E2B0A1

HEX: #E2B0A1
RGB: (226,176,161)

Color info

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

RGB color model

#E2B0A1 color RGB value is (226,176,161).

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

RGB channels and saturation

R 226 of 255 = 89%
G 176 of 255 = 69%
B 161 of 255 = 63%

226
176
161

R + G + B ~ 74%. #E2B0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 176 + 161 = 563 (100%)
R 226 of 563 ~ 40.14%
G 176 of 563 ~ 31.26%
B 161 of 563 ~ 28.6%

%40.14
%31.26
%28.6

CMYK color model

#E2B0A1 color CMYK value is (0,22,29,11).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 28.76%
  • key color value is 11.37%
CMYK:
(0,22,29,11)
C0M22Y29K11 
(0%,22%,29%,11%)
(0.00/0.22/0.29/0.11)	

CMYK percentages

%0
%22.12
%28.76
%11.37

Codes

Color #E2B0A1 in popluar color models

E2B0A1
RGB226176161
HSL14°52.85%75.88%
HSB/HSV14°28.76%88.63%
CMYK0.00%22.12%28.76%
11.37%

Color #E2B0A1 in popluar number systems.

HEXE2B0A1
Decimal226176161
Binary111000101011000010100001
Octal342260241

Shades and tints

Shades of #E2B0A1

#E2B0A1
(226,176,161)
#CEA093
(206,160,147)
#BA9085
(186,144,133)
#A68077
(166,128,119)
#927069
(146,112,105)
#7E605B
(126,96,91)
#6A504D
(106,80,77)
#56403F
(86,64,63)
#423031
(66,48,49)
#2E2023
(46,32,35)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #E2B0A1

#E2B0A1
(226,176,161)
#E4B7A9
(228,183,169)
#E6BEB1
(230,190,177)
#E8C5B9
(232,197,185)
#EACCC1
(234,204,193)
#ECD3C9
(236,211,201)
#EEDAD1
(238,218,209)
#F0E1D9
(240,225,217)
#F2E8E1
(242,232,225)
#F4EFE9
(244,239,233)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B0A1; }

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

This text font color is #E2B0A1.


Background Color

.myBgColor { background-color: #E2B0A1; }

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

This div background color is #E2B0A1.


Border color

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

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

This div border color is #E2B0A1.


Opacity

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

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

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

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

This text has shadow with #E2B0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B0A1 on black background.


Color preview on white background

This text has color #E2B0A1 on white background.



Black color preview on #E2B0A1 background

This text has black color on #E2B0A1 background.


White color preview on #E2B0A1 background

This text has white color on #E2B0A1 background.