COLOR #E2E3BA

HEX: #E2E3BA
RGB: (226,227,186)

Color info

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

RGB color model

#E2E3BA color RGB value is (226,227,186).

  • red value is 226;
  • green value is 227;
  • blue value is 186.
RGB:
(226,227,186)
(89%,89%,73%)

RGB channels and saturation

R 226 of 255 = 89%
G 227 of 255 = 89%
B 186 of 255 = 73%

226
227
186

R + G + B ~ 84%. #E2E3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 227 + 186 = 639 (100%)
R 226 of 639 ~ 35.37%
G 227 of 639 ~ 35.52%
B 186 of 639 ~ 29.11%

%35.37
%35.52
%29.11

CMYK color model

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

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(0,0,18,11)
C0M0Y18K11 
(0%,0%,18%,11%)
(0.00/0.00/0.18/0.11)	

CMYK percentages

%0.44
%0
%18.06
%10.98

Codes

Color #E2E3BA in popluar color models

E2E3BA
RGB226227186
HSL61°42.27%80.98%
HSB/HSV61°18.06%89.02%
CMYK0.44%0.00%18.06%
10.98%

Color #E2E3BA in popluar number systems.

HEXE2E3BA
Decimal226227186
Binary111000101110001110111010
Octal342343272

Shades and tints

Shades of #E2E3BA

#E2E3BA
(226,227,186)
#CECFAA
(206,207,170)
#BABB9A
(186,187,154)
#A6A78A
(166,167,138)
#92937A
(146,147,122)
#7E7F6A
(126,127,106)
#6A6B5A
(106,107,90)
#56574A
(86,87,74)
#42433A
(66,67,58)
#2E2F2A
(46,47,42)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #E2E3BA

#E2E3BA
(226,227,186)
#E4E5C0
(228,229,192)
#E6E7C6
(230,231,198)
#E8E9CC
(232,233,204)
#EAEBD2
(234,235,210)
#ECEDD8
(236,237,216)
#EEEFDE
(238,239,222)
#F0F1E4
(240,241,228)
#F2F3EA
(242,243,234)
#F4F5F0
(244,245,240)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E3BA color. Also use rgb(226,227,186) instead hex code.

Text Font Color

.myTextColor { color: #E2E3BA; }

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

This text font color is #E2E3BA.


Background Color

.myBgColor { background-color: #E2E3BA; }

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

This div background color is #E2E3BA.


Border color

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

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

This div border color is #E2E3BA.


Opacity

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

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

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

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

This text has shadow with #E2E3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E3BA on black background.


Color preview on white background

This text has color #E2E3BA on white background.



Black color preview on #E2E3BA background

This text has black color on #E2E3BA background.


White color preview on #E2E3BA background

This text has white color on #E2E3BA background.