COLOR #E2EBEC

HEX: #E2EBEC
RGB: (226,235,236)

Color info

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

RGB color model

#E2EBEC color RGB value is (226,235,236).

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

RGB channels and saturation

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

226
235
236

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

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 236 = 697 (100%)
R 226 of 697 ~ 32.42%
G 235 of 697 ~ 33.72%
B 236 of 697 ~ 33.86%

%32.42
%33.72
%33.86

CMYK color model

#E2EBEC color CMYK value is (4,0,0,7).

  • cyan value is 4.24%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,0,0,7)
C4M0Y0K7 
(4%,0%,0%,7%)
(0.04/0.00/0.00/0.07)	

CMYK percentages

%4.24
%0.42
%0
%7.45

Codes

Color #E2EBEC in popluar color models

E2EBEC
RGB226235236
HSL186°20.83%90.59%
HSB/HSV186°4.24%92.55%
CMYK4.24%0.42%0.00%
7.45%

Color #E2EBEC in popluar number systems.

HEXE2EBEC
Decimal226235236
Binary111000101110101111101100
Octal342353354

Shades and tints

Shades of #E2EBEC

#E2EBEC
(226,235,236)
#CED6D7
(206,214,215)
#BAC1C2
(186,193,194)
#A6ACAD
(166,172,173)
#929798
(146,151,152)
#7E8283
(126,130,131)
#6A6D6E
(106,109,110)
#565859
(86,88,89)
#424344
(66,67,68)
#2E2E2F
(46,46,47)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #E2EBEC

#E2EBEC
(226,235,236)
#E4ECED
(228,236,237)
#E6EDEE
(230,237,238)
#E8EEEF
(232,238,239)
#EAEFF0
(234,239,240)
#ECF0F1
(236,240,241)
#EEF1F2
(238,241,242)
#F0F2F3
(240,242,243)
#F2F3F4
(242,243,244)
#F4F4F5
(244,244,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBEC; }

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

This text font color is #E2EBEC.


Background Color

.myBgColor { background-color: #E2EBEC; }

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

This div background color is #E2EBEC.


Border color

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

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

This div border color is #E2EBEC.


Opacity

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

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

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

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

This text has shadow with #E2EBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBEC on black background.


Color preview on white background

This text has color #E2EBEC on white background.



Black color preview on #E2EBEC background

This text has black color on #E2EBEC background.


White color preview on #E2EBEC background

This text has white color on #E2EBEC background.