COLOR #E2EBEE

HEX: #E2EBEE RGB: (226,235,238)

Color info

#E2EBEE contains red, green and blue colors in about the same proportion. Web safe color of #E2EBEE is #CCFFFF (or #CFF).

RGB color model

#E2EBEE color RGB value is (226,235,238).

RGB: (226,235,238) (89%, 92%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 238 of 255 = 93%

226
235
238

R + G + B ~ 91%. #E2EBEE is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 235 + 238 = 699 (100%)
R 226 of 699 ~ 32.33%
G 235 of 699 ~ 33.62%
B 238 of 699 ~ 34.05'%

%32.33
%33.62
%34.05

CMYK color model

#E2EBEE color CMYK value is (5,1,0,7).

  • cyan value is 5.04%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (5,1,0,7)
C5M1Y0K7 (5%, 1%, 0%, 7%)
(0.05 / 0.01 / 0.00 / 0.07)

CMYK percentages

%5.04
%1.26
%0
%6.67

Codes

Color #E2EBEE in popluar color models

E2 EB EE
RGB 226 235 238
HSL 195° 26.09% 90.98%
HSB/HSV 195° 5.04% 93.33%
CMYK 5.04% 1.26% 0.00%
6.67%

Color #E2EBEE in popluar number systems.

HEX E2 EB EE
Decimal 226 235 238
Binary 11100010 11101011 11101110
Octal 342 353 356

Shades and tints

Shades of #E2EBEE

#E2EBEE
(226,235,238)
#CED6D9
(206,214,217)
#BAC1C4
(186,193,196)
#A6ACAF
(166,172,175)
#92979A
(146,151,154)
#7E8285
(126,130,133)
#6A6D70
(106,109,112)
#56585B
(86,88,91)
#424346
(66,67,70)
#2E2E31
(46,46,49)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #E2EBEE

#E2EBEE
(226,235,238)
#E4ECEF
(228,236,239)
#E6EDF0
(230,237,240)
#E8EEF1
(232,238,241)
#EAEFF2
(234,239,242)
#ECF0F3
(236,240,243)
#EEF1F4
(238,241,244)
#F0F2F5
(240,242,245)
#F2F3F6
(242,243,246)
#F4F4F7
(244,244,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBEE; }

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

This text font color is #E2EBEE.

Background Color

.myBgColor { background-color: #E2EBEE; }

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

This div background color is #E2EBEE.

Border color

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

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

This div border color is #E2EBEE.

Opacity

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

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

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

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

This text has shadow with #E2EBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EBEE.

Preview

Color preview on black background

This text has color #E2EBEE on black background.


Color preview on white background

This text has color #E2EBEE on white background.


Black color preview on #E2EBEE background

This text has black color on #E2EBEE background.


White color preview on #E2EBEE background

This text has white color on #E2EBEE background.


Related colors

Complementary color

Complementary color for #hex is #1D1411.


I love getcolorcode.com

Triadic colors

1 #EEE2EB and #EBEEE2 with #E2EBEE are triadic colors.

2 #EEEBE2 and #EBE2EE with #E2EBEE are triadic colors.