COLOR #E2EBEB

HEX: #E2EBEB
RGB: (226,235,235)

Color info

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

RGB color model

#E2EBEB color RGB value is (226,235,235).

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

RGB channels and saturation

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

226
235
235

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

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 235 = 696 (100%)
R 226 of 696 ~ 32.47%
G 235 of 696 ~ 33.76%
B 235 of 696 ~ 33.76%

%32.47
%33.76
%33.76

CMYK color model

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

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

CMYK percentages

%3.83
%0
%0
%7.84

Codes

Color #E2EBEB in popluar color models

E2EBEB
RGB226235235
HSL180°18.37%90.39%
HSB/HSV180°3.83%92.16%
CMYK3.83%0.00%0.00%
7.84%

Color #E2EBEB in popluar number systems.

HEXE2EBEB
Decimal226235235
Binary111000101110101111101011
Octal342353353

Shades and tints

Shades of #E2EBEB

#E2EBEB
(226,235,235)
#CED6D6
(206,214,214)
#BAC1C1
(186,193,193)
#A6ACAC
(166,172,172)
#929797
(146,151,151)
#7E8282
(126,130,130)
#6A6D6D
(106,109,109)
#565858
(86,88,88)
#424343
(66,67,67)
#2E2E2E
(46,46,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #E2EBEB

#E2EBEB
(226,235,235)
#E4ECEC
(228,236,236)
#E6EDED
(230,237,237)
#E8EEEE
(232,238,238)
#EAEFEF
(234,239,239)
#ECF0F0
(236,240,240)
#EEF1F1
(238,241,241)
#F0F2F2
(240,242,242)
#F2F3F3
(242,243,243)
#F4F4F4
(244,244,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBEB; }

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

This text font color is #E2EBEB.


Background Color

.myBgColor { background-color: #E2EBEB; }

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

This div background color is #E2EBEB.


Border color

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

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

This div border color is #E2EBEB.


Opacity

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

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

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

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

This text has shadow with #E2EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBEB on black background.


Color preview on white background

This text has color #E2EBEB on white background.



Black color preview on #E2EBEB background

This text has black color on #E2EBEB background.


White color preview on #E2EBEB background

This text has white color on #E2EBEB background.