COLOR #E2B9B0

HEX: #E2B9B0
RGB: (226,185,176)

Color info

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

RGB color model

#E2B9B0 color RGB value is (226,185,176).

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

RGB channels and saturation

R 226 of 255 = 89%
G 185 of 255 = 73%
B 176 of 255 = 69%

226
185
176

R + G + B ~ 77%. #E2B9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 185 + 176 = 587 (100%)
R 226 of 587 ~ 38.5%
G 185 of 587 ~ 31.52%
B 176 of 587 ~ 29.98%

%38.5
%31.52
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 22.12%
  • key color value is 11.37%
CMYK:
(0,18,22,11)
C0M18Y22K11 
(0%,18%,22%,11%)
(0.00/0.18/0.22/0.11)	

CMYK percentages

%0
%18.14
%22.12
%11.37

Codes

Color #E2B9B0 in popluar color models

E2B9B0
RGB226185176
HSL11°46.30%78.82%
HSB/HSV11°22.12%88.63%
CMYK0.00%18.14%22.12%
11.37%

Color #E2B9B0 in popluar number systems.

HEXE2B9B0
Decimal226185176
Binary111000101011100110110000
Octal342271260

Shades and tints

Shades of #E2B9B0

#E2B9B0
(226,185,176)
#CEA9A0
(206,169,160)
#BA9990
(186,153,144)
#A68980
(166,137,128)
#927970
(146,121,112)
#7E6960
(126,105,96)
#6A5950
(106,89,80)
#564940
(86,73,64)
#423930
(66,57,48)
#2E2920
(46,41,32)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #E2B9B0

#E2B9B0
(226,185,176)
#E4BFB7
(228,191,183)
#E6C5BE
(230,197,190)
#E8CBC5
(232,203,197)
#EAD1CC
(234,209,204)
#ECD7D3
(236,215,211)
#EEDDDA
(238,221,218)
#F0E3E1
(240,227,225)
#F2E9E8
(242,233,232)
#F4EFEF
(244,239,239)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B9B0; }

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

This text font color is #E2B9B0.


Background Color

.myBgColor { background-color: #E2B9B0; }

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

This div background color is #E2B9B0.


Border color

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

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

This div border color is #E2B9B0.


Opacity

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

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

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

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

This text has shadow with #E2B9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B9B0 on black background.


Color preview on white background

This text has color #E2B9B0 on white background.



Black color preview on #E2B9B0 background

This text has black color on #E2B9B0 background.


White color preview on #E2B9B0 background

This text has white color on #E2B9B0 background.