COLOR #E2BC9E

HEX: #E2BC9E
RGB: (226,188,158)

Color info

#E2BC9E contains mainly red and green colors. Web safe color of #E2BC9E is #CCCC99 (or #CC9).

RGB color model

#E2BC9E color RGB value is (226,188,158).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 158 of 255 = 62%

226
188
158

R + G + B ~ 75%. #E2BC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 158 = 572 (100%)
R 226 of 572 ~ 39.51%
G 188 of 572 ~ 32.87%
B 158 of 572 ~ 27.62%

%39.51
%32.87
%27.62

CMYK color model

#E2BC9E color CMYK value is (0,17,30,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(0,17,30,11)
C0M17Y30K11 
(0%,17%,30%,11%)
(0.00/0.17/0.30/0.11)	

CMYK percentages

%0
%16.81
%30.09
%11.37

Codes

Color #E2BC9E in popluar color models

E2BC9E
RGB226188158
HSL26°53.97%75.29%
HSB/HSV26°30.09%88.63%
CMYK0.00%16.81%30.09%
11.37%

Color #E2BC9E in popluar number systems.

HEXE2BC9E
Decimal226188158
Binary111000101011110010011110
Octal342274236

Shades and tints

Shades of #E2BC9E

#E2BC9E
(226,188,158)
#CEAB90
(206,171,144)
#BA9A82
(186,154,130)
#A68974
(166,137,116)
#927866
(146,120,102)
#7E6758
(126,103,88)
#6A564A
(106,86,74)
#56453C
(86,69,60)
#42342E
(66,52,46)
#2E2320
(46,35,32)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #E2BC9E

#E2BC9E
(226,188,158)
#E4C2A6
(228,194,166)
#E6C8AE
(230,200,174)
#E8CEB6
(232,206,182)
#EAD4BE
(234,212,190)
#ECDAC6
(236,218,198)
#EEE0CE
(238,224,206)
#F0E6D6
(240,230,214)
#F2ECDE
(242,236,222)
#F4F2E6
(244,242,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BC9E; }

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

This text font color is #E2BC9E.


Background Color

.myBgColor { background-color: #E2BC9E; }

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

This div background color is #E2BC9E.


Border color

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

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

This div border color is #E2BC9E.


Opacity

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

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

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

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

This text has shadow with #E2BC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BC9E on black background.


Color preview on white background

This text has color #E2BC9E on white background.



Black color preview on #E2BC9E background

This text has black color on #E2BC9E background.


White color preview on #E2BC9E background

This text has white color on #E2BC9E background.