COLOR #E2B3A1

HEX: #E2B3A1
RGB: (226,179,161)

Color info

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

RGB color model

#E2B3A1 color RGB value is (226,179,161).

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

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 161 of 255 = 63%

226
179
161

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

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 161 = 566 (100%)
R 226 of 566 ~ 39.93%
G 179 of 566 ~ 31.63%
B 161 of 566 ~ 28.45%

%39.93
%31.63
%28.45

CMYK color model

#E2B3A1 color CMYK value is (0,21,29,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 28.76%
  • key color value is 11.37%
CMYK:
(0,21,29,11)
C0M21Y29K11 
(0%,21%,29%,11%)
(0.00/0.21/0.29/0.11)	

CMYK percentages

%0
%20.8
%28.76
%11.37

Codes

Color #E2B3A1 in popluar color models

E2B3A1
RGB226179161
HSL17°52.85%75.88%
HSB/HSV17°28.76%88.63%
CMYK0.00%20.80%28.76%
11.37%

Color #E2B3A1 in popluar number systems.

HEXE2B3A1
Decimal226179161
Binary111000101011001110100001
Octal342263241

Shades and tints

Shades of #E2B3A1

#E2B3A1
(226,179,161)
#CEA393
(206,163,147)
#BA9385
(186,147,133)
#A68377
(166,131,119)
#927369
(146,115,105)
#7E635B
(126,99,91)
#6A534D
(106,83,77)
#56433F
(86,67,63)
#423331
(66,51,49)
#2E2323
(46,35,35)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #E2B3A1

#E2B3A1
(226,179,161)
#E4B9A9
(228,185,169)
#E6BFB1
(230,191,177)
#E8C5B9
(232,197,185)
#EACBC1
(234,203,193)
#ECD1C9
(236,209,201)
#EED7D1
(238,215,209)
#F0DDD9
(240,221,217)
#F2E3E1
(242,227,225)
#F4E9E9
(244,233,233)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B3A1; }

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

This text font color is #E2B3A1.


Background Color

.myBgColor { background-color: #E2B3A1; }

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

This div background color is #E2B3A1.


Border color

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

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

This div border color is #E2B3A1.


Opacity

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

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

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

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

This text has shadow with #E2B3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B3A1 on black background.


Color preview on white background

This text has color #E2B3A1 on white background.



Black color preview on #E2B3A1 background

This text has black color on #E2B3A1 background.


White color preview on #E2B3A1 background

This text has white color on #E2B3A1 background.