COLOR #E2EBE5

HEX: #E2EBE5
RGB: (226,235,229)

Color info

#E2EBE5 contains red, green and blue colors in about the same proportion. Web safe color of #E2EBE5 is #CCFFCC (or #CFC).

RGB color model

#E2EBE5 color RGB value is (226,235,229).

  • red value is 226;
  • green value is 235;
  • blue value is 229.
RGB:
(226,235,229)
(89%,92%,90%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 229 of 255 = 90%

226
235
229

R + G + B ~ 90%. #E2EBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 229 = 690 (100%)
R 226 of 690 ~ 32.75%
G 235 of 690 ~ 34.06%
B 229 of 690 ~ 33.19%

%32.75
%34.06
%33.19

CMYK color model

#E2EBE5 color CMYK value is (4,0,3,8).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(4,0,3,8)
C4M0Y3K8 
(4%,0%,3%,8%)
(0.04/0.00/0.03/0.08)	

CMYK percentages

%3.83
%0
%2.55
%7.84

Codes

Color #E2EBE5 in popluar color models

E2EBE5
RGB226235229
HSL140°18.37%90.39%
HSB/HSV140°3.83%92.16%
CMYK3.83%0.00%2.55%
7.84%

Color #E2EBE5 in popluar number systems.

HEXE2EBE5
Decimal226235229
Binary111000101110101111100101
Octal342353345

Shades and tints

Shades of #E2EBE5

#E2EBE5
(226,235,229)
#CED6D1
(206,214,209)
#BAC1BD
(186,193,189)
#A6ACA9
(166,172,169)
#929795
(146,151,149)
#7E8281
(126,130,129)
#6A6D6D
(106,109,109)
#565859
(86,88,89)
#424345
(66,67,69)
#2E2E31
(46,46,49)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #E2EBE5

#E2EBE5
(226,235,229)
#E4ECE7
(228,236,231)
#E6EDE9
(230,237,233)
#E8EEEB
(232,238,235)
#EAEFED
(234,239,237)
#ECF0EF
(236,240,239)
#EEF1F1
(238,241,241)
#F0F2F3
(240,242,243)
#F2F3F5
(242,243,245)
#F4F4F7
(244,244,247)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBE5; }

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

This text font color is #E2EBE5.


Background Color

.myBgColor { background-color: #E2EBE5; }

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

This div background color is #E2EBE5.


Border color

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

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

This div border color is #E2EBE5.


Opacity

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

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

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

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

This text has shadow with #E2EBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBE5 on black background.


Color preview on white background

This text has color #E2EBE5 on white background.



Black color preview on #E2EBE5 background

This text has black color on #E2EBE5 background.


White color preview on #E2EBE5 background

This text has white color on #E2EBE5 background.