COLOR #E2B1B0

HEX: #E2B1B0
RGB: (226,177,176)

Color info

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

RGB color model

#E2B1B0 color RGB value is (226,177,176).

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

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 176 of 255 = 69%

226
177
176

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

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 176 = 579 (100%)
R 226 of 579 ~ 39.03%
G 177 of 579 ~ 30.57%
B 176 of 579 ~ 30.4%

%39.03
%30.57
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 22.12%
  • key color value is 11.37%
CMYK:
(0,22,22,11)
C0M22Y22K11 
(0%,22%,22%,11%)
(0.00/0.22/0.22/0.11)	

CMYK percentages

%0
%21.68
%22.12
%11.37

Codes

Color #E2B1B0 in popluar color models

E2B1B0
RGB226177176
HSL46.30%78.82%
HSB/HSV22.12%88.63%
CMYK0.00%21.68%22.12%
11.37%

Color #E2B1B0 in popluar number systems.

HEXE2B1B0
Decimal226177176
Binary111000101011000110110000
Octal342261260

Shades and tints

Shades of #E2B1B0

#E2B1B0
(226,177,176)
#CEA1A0
(206,161,160)
#BA9190
(186,145,144)
#A68180
(166,129,128)
#927170
(146,113,112)
#7E6160
(126,97,96)
#6A5150
(106,81,80)
#564140
(86,65,64)
#423130
(66,49,48)
#2E2120
(46,33,32)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #E2B1B0

#E2B1B0
(226,177,176)
#E4B8B7
(228,184,183)
#E6BFBE
(230,191,190)
#E8C6C5
(232,198,197)
#EACDCC
(234,205,204)
#ECD4D3
(236,212,211)
#EEDBDA
(238,219,218)
#F0E2E1
(240,226,225)
#F2E9E8
(242,233,232)
#F4F0EF
(244,240,239)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B1B0; }

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

This text font color is #E2B1B0.


Background Color

.myBgColor { background-color: #E2B1B0; }

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

This div background color is #E2B1B0.


Border color

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

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

This div border color is #E2B1B0.


Opacity

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

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

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

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

This text has shadow with #E2B1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B1B0 on black background.


Color preview on white background

This text has color #E2B1B0 on white background.



Black color preview on #E2B1B0 background

This text has black color on #E2B1B0 background.


White color preview on #E2B1B0 background

This text has white color on #E2B1B0 background.