COLOR #E0EBF6

HEX: #E0EBF6
RGB: (224,235,246)

Color info

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

RGB color model

#E0EBF6 color RGB value is (224,235,246).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 246 of 255 = 96%

224
235
246

R + G + B ~ 92%. #E0EBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 246 = 705 (100%)
R 224 of 705 ~ 31.77%
G 235 of 705 ~ 33.33%
B 246 of 705 ~ 34.89%

%31.77
%33.33
%34.89

CMYK color model

#E0EBF6 color CMYK value is (9,4,0,4).

  • cyan value is 8.94%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,4,0,4)
C9M4Y0K4 
(9%,4%,0%,4%)
(0.09/0.04/0.00/0.04)	

CMYK percentages

%8.94
%4.47
%0
%3.53

Codes

Color #E0EBF6 in popluar color models

E0EBF6
RGB224235246
HSL210°55.00%92.16%
HSB/HSV210°8.94%96.47%
CMYK8.94%4.47%0.00%
3.53%

Color #E0EBF6 in popluar number systems.

HEXE0EBF6
Decimal224235246
Binary111000001110101111110110
Octal340353366

Shades and tints

Shades of #E0EBF6

#E0EBF6
(224,235,246)
#CCD6E0
(204,214,224)
#B8C1CA
(184,193,202)
#A4ACB4
(164,172,180)
#90979E
(144,151,158)
#7C8288
(124,130,136)
#686D72
(104,109,114)
#54585C
(84,88,92)
#404346
(64,67,70)
#2C2E30
(44,46,48)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #E0EBF6

#E0EBF6
(224,235,246)
#E2ECF6
(226,236,246)
#E4EDF6
(228,237,246)
#E6EEF6
(230,238,246)
#E8EFF6
(232,239,246)
#EAF0F6
(234,240,246)
#ECF1F6
(236,241,246)
#EEF2F6
(238,242,246)
#F0F3F6
(240,243,246)
#F2F4F6
(242,244,246)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBF6; }

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

This text font color is #E0EBF6.


Background Color

.myBgColor { background-color: #E0EBF6; }

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

This div background color is #E0EBF6.


Border color

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

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

This div border color is #E0EBF6.


Opacity

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

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

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

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

This text has shadow with #E0EBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBF6 on black background.


Color preview on white background

This text has color #E0EBF6 on white background.



Black color preview on #E0EBF6 background

This text has black color on #E0EBF6 background.


White color preview on #E0EBF6 background

This text has white color on #E0EBF6 background.