COLOR #E0EBEF

HEX: #E0EBEF
RGB: (224,235,239)

Color info

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

RGB color model

#E0EBEF color RGB value is (224,235,239).

  • red value is 224;
  • green value is 235;
  • blue value is 239.
RGB:
(224,235,239)
(88%,92%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 239 of 255 = 94%

224
235
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 239 = 698 (100%)
R 224 of 698 ~ 32.09%
G 235 of 698 ~ 33.67%
B 239 of 698 ~ 34.24%

%32.09
%33.67
%34.24

CMYK color model

#E0EBEF color CMYK value is (6,2,0,6).

  • cyan value is 6.28%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,2,0,6)
C6M2Y0K6 
(6%,2%,0%,6%)
(0.06/0.02/0.00/0.06)	

CMYK percentages

%6.28
%1.67
%0
%6.27

Codes

Color #E0EBEF in popluar color models

E0EBEF
RGB224235239
HSL196°31.91%90.78%
HSB/HSV196°6.28%93.73%
CMYK6.28%1.67%0.00%
6.27%

Color #E0EBEF in popluar number systems.

HEXE0EBEF
Decimal224235239
Binary111000001110101111101111
Octal340353357

Shades and tints

Shades of #E0EBEF

#E0EBEF
(224,235,239)
#CCD6DA
(204,214,218)
#B8C1C5
(184,193,197)
#A4ACB0
(164,172,176)
#90979B
(144,151,155)
#7C8286
(124,130,134)
#686D71
(104,109,113)
#54585C
(84,88,92)
#404347
(64,67,71)
#2C2E32
(44,46,50)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #E0EBEF

#E0EBEF
(224,235,239)
#E2ECF0
(226,236,240)
#E4EDF1
(228,237,241)
#E6EEF2
(230,238,242)
#E8EFF3
(232,239,243)
#EAF0F4
(234,240,244)
#ECF1F5
(236,241,245)
#EEF2F6
(238,242,246)
#F0F3F7
(240,243,247)
#F2F4F8
(242,244,248)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBEF; }

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

This text font color is #E0EBEF.


Background Color

.myBgColor { background-color: #E0EBEF; }

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

This div background color is #E0EBEF.


Border color

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

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

This div border color is #E0EBEF.


Opacity

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

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

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

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

This text has shadow with #E0EBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBEF on black background.


Color preview on white background

This text has color #E0EBEF on white background.



Black color preview on #E0EBEF background

This text has black color on #E0EBEF background.


White color preview on #E0EBEF background

This text has white color on #E0EBEF background.