COLOR #E2B7AA

HEX: #E2B7AA
RGB: (226,183,170)

Color info

#E2B7AA contains red, green and blue colors in about the same proportion. Web safe color of #E2B7AA is #CCCC99 (or #CC9).

RGB color model

#E2B7AA color RGB value is (226,183,170).

  • red value is 226;
  • green value is 183;
  • blue value is 170.
RGB:
(226,183,170)
(89%,72%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 183 of 255 = 72%
B 170 of 255 = 67%

226
183
170

R + G + B ~ 76%. #E2B7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 183 + 170 = 579 (100%)
R 226 of 579 ~ 39.03%
G 183 of 579 ~ 31.61%
B 170 of 579 ~ 29.36%

%39.03
%31.61
%29.36

CMYK color model

#E2B7AA color CMYK value is (0,19,25,11).

  • cyan value is 0.00%
  • magenta value is 19.03%
  • yellow value is 24.78%
  • key color value is 11.37%
CMYK:
(0,19,25,11)
C0M19Y25K11 
(0%,19%,25%,11%)
(0.00/0.19/0.25/0.11)	

CMYK percentages

%0
%19.03
%24.78
%11.37

Codes

Color #E2B7AA in popluar color models

E2B7AA
RGB226183170
HSL14°49.12%77.65%
HSB/HSV14°24.78%88.63%
CMYK0.00%19.03%24.78%
11.37%

Color #E2B7AA in popluar number systems.

HEXE2B7AA
Decimal226183170
Binary111000101011011110101010
Octal342267252

Shades and tints

Shades of #E2B7AA

#E2B7AA
(226,183,170)
#CEA79B
(206,167,155)
#BA978C
(186,151,140)
#A6877D
(166,135,125)
#92776E
(146,119,110)
#7E675F
(126,103,95)
#6A5750
(106,87,80)
#564741
(86,71,65)
#423732
(66,55,50)
#2E2723
(46,39,35)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #E2B7AA

#E2B7AA
(226,183,170)
#E4BDB1
(228,189,177)
#E6C3B8
(230,195,184)
#E8C9BF
(232,201,191)
#EACFC6
(234,207,198)
#ECD5CD
(236,213,205)
#EEDBD4
(238,219,212)
#F0E1DB
(240,225,219)
#F2E7E2
(242,231,226)
#F4EDE9
(244,237,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B7AA color. Also use rgb(226,183,170) instead hex code.

Text Font Color

.myTextColor { color: #E2B7AA; }

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

This text font color is #E2B7AA.


Background Color

.myBgColor { background-color: #E2B7AA; }

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

This div background color is #E2B7AA.


Border color

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

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

This div border color is #E2B7AA.


Opacity

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

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

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

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

This text has shadow with #E2B7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B7AA on black background.


Color preview on white background

This text has color #E2B7AA on white background.



Black color preview on #E2B7AA background

This text has black color on #E2B7AA background.


White color preview on #E2B7AA background

This text has white color on #E2B7AA background.