COLOR #E2B2AA

HEX: #E2B2AA
RGB: (226,178,170)

Color info

#E2B2AA contains red, green and blue colors in about the same proportion. Web safe color of #E2B2AA is #CC9999 (or #C99).

RGB color model

#E2B2AA color RGB value is (226,178,170).

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

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 170 of 255 = 67%

226
178
170

R + G + B ~ 75%. #E2B2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 178 + 170 = 574 (100%)
R 226 of 574 ~ 39.37%
G 178 of 574 ~ 31.01%
B 170 of 574 ~ 29.62%

%39.37
%31.01
%29.62

CMYK color model

#E2B2AA color CMYK value is (0,21,25,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 24.78%
  • key color value is 11.37%
CMYK:
(0,21,25,11)
C0M21Y25K11 
(0%,21%,25%,11%)
(0.00/0.21/0.25/0.11)	

CMYK percentages

%0
%21.24
%24.78
%11.37

Codes

Color #E2B2AA in popluar color models

E2B2AA
RGB226178170
HSL49.12%77.65%
HSB/HSV24.78%88.63%
CMYK0.00%21.24%24.78%
11.37%

Color #E2B2AA in popluar number systems.

HEXE2B2AA
Decimal226178170
Binary111000101011001010101010
Octal342262252

Shades and tints

Shades of #E2B2AA

#E2B2AA
(226,178,170)
#CEA29B
(206,162,155)
#BA928C
(186,146,140)
#A6827D
(166,130,125)
#92726E
(146,114,110)
#7E625F
(126,98,95)
#6A5250
(106,82,80)
#564241
(86,66,65)
#423232
(66,50,50)
#2E2223
(46,34,35)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #E2B2AA

#E2B2AA
(226,178,170)
#E4B9B1
(228,185,177)
#E6C0B8
(230,192,184)
#E8C7BF
(232,199,191)
#EACEC6
(234,206,198)
#ECD5CD
(236,213,205)
#EEDCD4
(238,220,212)
#F0E3DB
(240,227,219)
#F2EAE2
(242,234,226)
#F4F1E9
(244,241,233)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B2AA; }

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

This text font color is #E2B2AA.


Background Color

.myBgColor { background-color: #E2B2AA; }

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

This div background color is #E2B2AA.


Border color

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

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

This div border color is #E2B2AA.


Opacity

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

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

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

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

This text has shadow with #E2B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B2AA on black background.


Color preview on white background

This text has color #E2B2AA on white background.



Black color preview on #E2B2AA background

This text has black color on #E2B2AA background.


White color preview on #E2B2AA background

This text has white color on #E2B2AA background.