COLOR #E2E5BC

HEX: #E2E5BC RGB: (226,229,188)

Color info

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

RGB color model

#E2E5BC color RGB value is (226,229,188).

RGB: (226,229,188) (89%, 90%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 229 of 255 = 90%
B 188 of 255 = 74%

226
229
188

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

Portions of RGB colors in percentages

R + G + B = 226 + 229 + 188 = 643 (100%)
R 226 of 643 ~ 35.15%
G 229 of 643 ~ 35.61%
B 188 of 643 ~ 29.24'%

%35.15
%35.61
%29.24

CMYK color model

#E2E5BC color CMYK value is (1,0,18,10).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK: (1,0,18,10) C1M0Y18K10 (1%,0%,18%,10%) (0.01/0.00/0.18/0.10) 

CMYK percentages

%1.31
%0
%17.9
%10.2

Codes

Color #E2E5BC in popluar color models

E2 E5 BC
RGB 226 229 188
HSL 64° 44.09% 81.76%
HSB/HSV 64° 17.90% 89.80%
CMYK 1.31% 0.00% 17.90%
10.20%

Color #E2E5BC in popluar number systems.

HEX E2 E5 BC
Decimal 226 229 188
Binary 11100010 11100101 10111100
Octal 342 345 274

Shades and tints

Shades of #E2E5BC

#E2E5BC
(226,229,188)
#CED1AB
(206,209,171)
#BABD9A
(186,189,154)
#A6A989
(166,169,137)
#929578
(146,149,120)
#7E8167
(126,129,103)
#6A6D56
(106,109,86)
#565945
(86,89,69)
#424534
(66,69,52)
#2E3123
(46,49,35)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #E2E5BC

#E2E5BC
(226,229,188)
#E4E7C2
(228,231,194)
#E6E9C8
(230,233,200)
#E8EBCE
(232,235,206)
#EAEDD4
(234,237,212)
#ECEFDA
(236,239,218)
#EEF1E0
(238,241,224)
#F0F3E6
(240,243,230)
#F2F5EC
(242,245,236)
#F4F7F2
(244,247,242)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E5BC; }

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

This text font color is #E2E5BC.

Background Color

.myBgColor { background-color: #E2E5BC; }

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

This div background color is #E2E5BC.

Border color

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

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

This div border color is #E2E5BC.

Opacity

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

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

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

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

This text has shadow with #E2E5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E5BC.

Preview

Color preview on black background

This text has color #E2E5BC on black background.


Color preview on white background

This text has color #E2E5BC on white background.


Black color preview on #E2E5BC background

This text has black color on #E2E5BC background.


White color preview on #E2E5BC background

This text has white color on #E2E5BC background.


Related colors

Complementary color

Complementary color for #hex is #1D1A43.


I love getcolorcode.com

Triadic colors

1 #BCE2E5 and #E5BCE2 with #E2E5BC are triadic colors.

2 #BCE5E2 and #E5E2BC with #E2E5BC are triadic colors.