COLOR #E2B1A5

HEX: #E2B1A5
RGB: (226,177,165)

Color info

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

RGB color model

#E2B1A5 color RGB value is (226,177,165).

  • red value is 226;
  • green value is 177;
  • blue value is 165.
RGB:
(226,177,165)
(89%,69%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 165 of 255 = 65%

226
177
165

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

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 165 = 568 (100%)
R 226 of 568 ~ 39.79%
G 177 of 568 ~ 31.16%
B 165 of 568 ~ 29.05%

%39.79
%31.16
%29.05

CMYK color model

#E2B1A5 color CMYK value is (0,22,27,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 26.99%
  • key color value is 11.37%
CMYK:
(0,22,27,11)
C0M22Y27K11 
(0%,22%,27%,11%)
(0.00/0.22/0.27/0.11)	

CMYK percentages

%0
%21.68
%26.99
%11.37

Codes

Color #E2B1A5 in popluar color models

E2B1A5
RGB226177165
HSL12°51.26%76.67%
HSB/HSV12°26.99%88.63%
CMYK0.00%21.68%26.99%
11.37%

Color #E2B1A5 in popluar number systems.

HEXE2B1A5
Decimal226177165
Binary111000101011000110100101
Octal342261245

Shades and tints

Shades of #E2B1A5

#E2B1A5
(226,177,165)
#CEA196
(206,161,150)
#BA9187
(186,145,135)
#A68178
(166,129,120)
#927169
(146,113,105)
#7E615A
(126,97,90)
#6A514B
(106,81,75)
#56413C
(86,65,60)
#42312D
(66,49,45)
#2E211E
(46,33,30)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #E2B1A5

#E2B1A5
(226,177,165)
#E4B8AD
(228,184,173)
#E6BFB5
(230,191,181)
#E8C6BD
(232,198,189)
#EACDC5
(234,205,197)
#ECD4CD
(236,212,205)
#EEDBD5
(238,219,213)
#F0E2DD
(240,226,221)
#F2E9E5
(242,233,229)
#F4F0ED
(244,240,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B1A5 color. Also use rgb(226,177,165) instead hex code.

Text Font Color

.myTextColor { color: #E2B1A5; }

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

This text font color is #E2B1A5.


Background Color

.myBgColor { background-color: #E2B1A5; }

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

This div background color is #E2B1A5.


Border color

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

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

This div border color is #E2B1A5.


Opacity

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

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

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

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

This text has shadow with #E2B1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B1A5 on black background.


Color preview on white background

This text has color #E2B1A5 on white background.



Black color preview on #E2B1A5 background

This text has black color on #E2B1A5 background.


White color preview on #E2B1A5 background

This text has white color on #E2B1A5 background.