COLOR #E0EFFA

HEX: #E0EFFA
RGB: (224,239,250)

Color info

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

RGB color model

#E0EFFA color RGB value is (224,239,250).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 250 of 255 = 98%

224
239
250

R + G + B ~ 93%. #E0EFFA is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 250 = 713 (100%)
R 224 of 713 ~ 31.42%
G 239 of 713 ~ 33.52%
B 250 of 713 ~ 35.06%

%31.42
%33.52
%35.06

CMYK color model

#E0EFFA color CMYK value is (10,4,0,2).

  • cyan value is 10.40%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,4,0,2)
C10M4Y0K2 
(10%,4%,0%,2%)
(0.10/0.04/0.00/0.02)	

CMYK percentages

%10.4
%4.4
%0
%1.96

Codes

Color #E0EFFA in popluar color models

E0EFFA
RGB224239250
HSL205°72.22%92.94%
HSB/HSV205°10.40%98.04%
CMYK10.40%4.40%0.00%
1.96%

Color #E0EFFA in popluar number systems.

HEXE0EFFA
Decimal224239250
Binary111000001110111111111010
Octal340357372

Shades and tints

Shades of #E0EFFA

#E0EFFA
(224,239,250)
#CCDAE4
(204,218,228)
#B8C5CE
(184,197,206)
#A4B0B8
(164,176,184)
#909BA2
(144,155,162)
#7C868C
(124,134,140)
#687176
(104,113,118)
#545C60
(84,92,96)
#40474A
(64,71,74)
#2C3234
(44,50,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #E0EFFA

#E0EFFA
(224,239,250)
#E2F0FA
(226,240,250)
#E4F1FA
(228,241,250)
#E6F2FA
(230,242,250)
#E8F3FA
(232,243,250)
#EAF4FA
(234,244,250)
#ECF5FA
(236,245,250)
#EEF6FA
(238,246,250)
#F0F7FA
(240,247,250)
#F2F8FA
(242,248,250)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFFA; }

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

This text font color is #E0EFFA.


Background Color

.myBgColor { background-color: #E0EFFA; }

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

This div background color is #E0EFFA.


Border color

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

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

This div border color is #E0EFFA.


Opacity

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

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

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

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

This text has shadow with #E0EFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFFA on black background.


Color preview on white background

This text has color #E0EFFA on white background.



Black color preview on #E0EFFA background

This text has black color on #E0EFFA background.


White color preview on #E0EFFA background

This text has white color on #E0EFFA background.