COLOR #E2BEB7

HEX: #E2BEB7
RGB: (226,190,183)

Color info

#E2BEB7 contains red, green and blue colors in about the same proportion. Web safe color of #E2BEB7 is #CCCCCC (or #CCC).

RGB color model

#E2BEB7 color RGB value is (226,190,183).

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

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 183 of 255 = 72%

226
190
183

R + G + B ~ 79%. #E2BEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 183 = 599 (100%)
R 226 of 599 ~ 37.73%
G 190 of 599 ~ 31.72%
B 183 of 599 ~ 30.55%

%37.73
%31.72
%30.55

CMYK color model

#E2BEB7 color CMYK value is (0,16,19,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 19.03%
  • key color value is 11.37%
CMYK:
(0,16,19,11)
C0M16Y19K11 
(0%,16%,19%,11%)
(0.00/0.16/0.19/0.11)	

CMYK percentages

%0
%15.93
%19.03
%11.37

Codes

Color #E2BEB7 in popluar color models

E2BEB7
RGB226190183
HSL10°42.57%80.20%
HSB/HSV10°19.03%88.63%
CMYK0.00%15.93%19.03%
11.37%

Color #E2BEB7 in popluar number systems.

HEXE2BEB7
Decimal226190183
Binary111000101011111010110111
Octal342276267

Shades and tints

Shades of #E2BEB7

#E2BEB7
(226,190,183)
#CEADA7
(206,173,167)
#BA9C97
(186,156,151)
#A68B87
(166,139,135)
#927A77
(146,122,119)
#7E6967
(126,105,103)
#6A5857
(106,88,87)
#564747
(86,71,71)
#423637
(66,54,55)
#2E2527
(46,37,39)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2BEB7

#E2BEB7
(226,190,183)
#E4C3BD
(228,195,189)
#E6C8C3
(230,200,195)
#E8CDC9
(232,205,201)
#EAD2CF
(234,210,207)
#ECD7D5
(236,215,213)
#EEDCDB
(238,220,219)
#F0E1E1
(240,225,225)
#F2E6E7
(242,230,231)
#F4EBED
(244,235,237)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BEB7; }

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

This text font color is #E2BEB7.


Background Color

.myBgColor { background-color: #E2BEB7; }

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

This div background color is #E2BEB7.


Border color

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

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

This div border color is #E2BEB7.


Opacity

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

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

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

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

This text has shadow with #E2BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BEB7 on black background.


Color preview on white background

This text has color #E2BEB7 on white background.



Black color preview on #E2BEB7 background

This text has black color on #E2BEB7 background.


White color preview on #E2BEB7 background

This text has white color on #E2BEB7 background.