COLOR #E2BCAF

HEX: #E2BCAF
RGB: (226,188,175)

Color info

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

RGB color model

#E2BCAF color RGB value is (226,188,175).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 175 of 255 = 69%

226
188
175

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

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 175 = 589 (100%)
R 226 of 589 ~ 38.37%
G 188 of 589 ~ 31.92%
B 175 of 589 ~ 29.71%

%38.37
%31.92
%29.71

CMYK color model

#E2BCAF color CMYK value is (0,17,23,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 22.57%
  • key color value is 11.37%
CMYK:
(0,17,23,11)
C0M17Y23K11 
(0%,17%,23%,11%)
(0.00/0.17/0.23/0.11)	

CMYK percentages

%0
%16.81
%22.57
%11.37

Codes

Color #E2BCAF in popluar color models

E2BCAF
RGB226188175
HSL15°46.79%78.63%
HSB/HSV15°22.57%88.63%
CMYK0.00%16.81%22.57%
11.37%

Color #E2BCAF in popluar number systems.

HEXE2BCAF
Decimal226188175
Binary111000101011110010101111
Octal342274257

Shades and tints

Shades of #E2BCAF

#E2BCAF
(226,188,175)
#CEABA0
(206,171,160)
#BA9A91
(186,154,145)
#A68982
(166,137,130)
#927873
(146,120,115)
#7E6764
(126,103,100)
#6A5655
(106,86,85)
#564546
(86,69,70)
#423437
(66,52,55)
#2E2328
(46,35,40)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #E2BCAF

#E2BCAF
(226,188,175)
#E4C2B6
(228,194,182)
#E6C8BD
(230,200,189)
#E8CEC4
(232,206,196)
#EAD4CB
(234,212,203)
#ECDAD2
(236,218,210)
#EEE0D9
(238,224,217)
#F0E6E0
(240,230,224)
#F2ECE7
(242,236,231)
#F4F2EE
(244,242,238)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCAF; }

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

This text font color is #E2BCAF.


Background Color

.myBgColor { background-color: #E2BCAF; }

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

This div background color is #E2BCAF.


Border color

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

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

This div border color is #E2BCAF.


Opacity

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

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

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

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

This text has shadow with #E2BCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCAF on black background.


Color preview on white background

This text has color #E2BCAF on white background.



Black color preview on #E2BCAF background

This text has black color on #E2BCAF background.


White color preview on #E2BCAF background

This text has white color on #E2BCAF background.