COLOR #E4EFFA

HEX: #E4EFFA RGB: (228,239,250)

Color info

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

RGB color model

#E4EFFA color RGB value is (228,239,250).

RGB: (228,239,250) (89%, 94%, 98%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 250 of 255 = 98%

228
239
250

R + G + B ~ 94%. #E4EFFA is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 239 + 250 = 717 (100%)
R 228 of 717 ~ 31.8%
G 239 of 717 ~ 33.33%
B 250 of 717 ~ 34.87'%

%31.8
%33.33
%34.87

CMYK color model

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

  • cyan value is 8.80%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (9,4,0,2)
C9M4Y0K2 (9%, 4%, 0%, 2%)
(0.09 / 0.04 / 0.00 / 0.02)

CMYK percentages

%8.8
%4.4
%0
%1.96

Codes

Color #E4EFFA in popluar color models

E4 EF FA
RGB 228 239 250
HSL 210° 68.75% 93.73%
HSB/HSV 210° 8.80% 98.04%
CMYK 8.80% 4.40% 0.00%
1.96%

Color #E4EFFA in popluar number systems.

HEX E4 EF FA
Decimal 228 239 250
Binary 11100100 11101111 11111010
Octal 344 357 372

Shades and tints

Shades of #E4EFFA

#E4EFFA
(228,239,250)
#D0DAE4
(208,218,228)
#BCC5CE
(188,197,206)
#A8B0B8
(168,176,184)
#949BA2
(148,155,162)
#80868C
(128,134,140)
#6C7176
(108,113,118)
#585C60
(88,92,96)
#44474A
(68,71,74)
#303234
(48,50,52)
#1C1D1E
(28,29,30)
#000000
(0,0,0)

Tints of #E4EFFA

#E4EFFA
(228,239,250)
#E6F0FA
(230,240,250)
#E8F1FA
(232,241,250)
#EAF2FA
(234,242,250)
#ECF3FA
(236,243,250)
#EEF4FA
(238,244,250)
#F0F5FA
(240,245,250)
#F2F6FA
(242,246,250)
#F4F7FA
(244,247,250)
#F6F8FA
(246,248,250)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFFA; }

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

This text font color is #E4EFFA.

Background Color

.myBgColor { background-color: #E4EFFA; }

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

This div background color is #E4EFFA.

Border color

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

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

This div border color is #E4EFFA.

Opacity

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

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

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

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

This text has shadow with #E4EFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EFFA.

Preview

Color preview on black background

This text has color #E4EFFA on black background.


Color preview on white background

This text has color #E4EFFA on white background.


Black color preview on #E4EFFA background

This text has black color on #E4EFFA background.


White color preview on #E4EFFA background

This text has white color on #E4EFFA background.


Related colors

Complementary color

Complementary color for #hex is #1B1005.


I love getcolorcode.com

Triadic colors

1 #FAE4EF and #EFFAE4 with #E4EFFA are triadic colors.

2 #FAEFE4 and #EFE4FA with #E4EFFA are triadic colors.