COLOR #E2BEAF

HEX: #E2BEAF
RGB: (226,190,175)

Color info

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

RGB color model

#E2BEAF color RGB value is (226,190,175).

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

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 175 of 255 = 69%

226
190
175

R + G + B ~ 78%. #E2BEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 175 = 591 (100%)
R 226 of 591 ~ 38.24%
G 190 of 591 ~ 32.15%
B 175 of 591 ~ 29.61%

%38.24
%32.15
%29.61

CMYK color model

#E2BEAF color CMYK value is (0,16,23,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 22.57%
  • key color value is 11.37%
CMYK:
(0,16,23,11)
C0M16Y23K11 
(0%,16%,23%,11%)
(0.00/0.16/0.23/0.11)	

CMYK percentages

%0
%15.93
%22.57
%11.37

Codes

Color #E2BEAF in popluar color models

E2BEAF
RGB226190175
HSL18°46.79%78.63%
HSB/HSV18°22.57%88.63%
CMYK0.00%15.93%22.57%
11.37%

Color #E2BEAF in popluar number systems.

HEXE2BEAF
Decimal226190175
Binary111000101011111010101111
Octal342276257

Shades and tints

Shades of #E2BEAF

#E2BEAF
(226,190,175)
#CEADA0
(206,173,160)
#BA9C91
(186,156,145)
#A68B82
(166,139,130)
#927A73
(146,122,115)
#7E6964
(126,105,100)
#6A5855
(106,88,85)
#564746
(86,71,70)
#423637
(66,54,55)
#2E2528
(46,37,40)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #E2BEAF

#E2BEAF
(226,190,175)
#E4C3B6
(228,195,182)
#E6C8BD
(230,200,189)
#E8CDC4
(232,205,196)
#EAD2CB
(234,210,203)
#ECD7D2
(236,215,210)
#EEDCD9
(238,220,217)
#F0E1E0
(240,225,224)
#F2E6E7
(242,230,231)
#F4EBEE
(244,235,238)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BEAF; }

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

This text font color is #E2BEAF.


Background Color

.myBgColor { background-color: #E2BEAF; }

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

This div background color is #E2BEAF.


Border color

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

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

This div border color is #E2BEAF.


Opacity

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

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

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

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

This text has shadow with #E2BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BEAF on black background.


Color preview on white background

This text has color #E2BEAF on white background.



Black color preview on #E2BEAF background

This text has black color on #E2BEAF background.


White color preview on #E2BEAF background

This text has white color on #E2BEAF background.