COLOR #E4EFFC

HEX: #E4EFFC RGB: (228,239,252)

Color info

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

RGB color model

#E4EFFC color RGB value is (228,239,252).

RGB: (228,239,252) (89%, 94%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 252 of 255 = 99%

228
239
252

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

Portions of RGB colors in percentages

R + G + B = 228 + 239 + 252 = 719 (100%)
R 228 of 719 ~ 31.71%
G 239 of 719 ~ 33.24%
B 252 of 719 ~ 35.05'%

%31.71
%33.24
%35.05

CMYK color model

#E4EFFC color CMYK value is (10,5,0,1).

  • cyan value is 9.52%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (10,5,0,1)
C10M5Y0K1 (10%, 5%, 0%, 1%)
(0.10 / 0.05 / 0.00 / 0.01)

CMYK percentages

%9.52
%5.16
%0
%1.18

Codes

Color #E4EFFC in popluar color models

E4 EF FC
RGB 228 239 252
HSL 213° 80.00% 94.12%
HSB/HSV 213° 9.52% 98.82%
CMYK 9.52% 5.16% 0.00%
1.18%

Color #E4EFFC in popluar number systems.

HEX E4 EF FC
Decimal 228 239 252
Binary 11100100 11101111 11111100
Octal 344 357 374

Shades and tints

Shades of #E4EFFC

#E4EFFC
(228,239,252)
#D0DAE6
(208,218,230)
#BCC5D0
(188,197,208)
#A8B0BA
(168,176,186)
#949BA4
(148,155,164)
#80868E
(128,134,142)
#6C7178
(108,113,120)
#585C62
(88,92,98)
#44474C
(68,71,76)
#303236
(48,50,54)
#1C1D20
(28,29,32)
#000000
(0,0,0)

Tints of #E4EFFC

#E4EFFC
(228,239,252)
#E6F0FC
(230,240,252)
#E8F1FC
(232,241,252)
#EAF2FC
(234,242,252)
#ECF3FC
(236,243,252)
#EEF4FC
(238,244,252)
#F0F5FC
(240,245,252)
#F2F6FC
(242,246,252)
#F4F7FC
(244,247,252)
#F6F8FC
(246,248,252)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFFC; }

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

This text font color is #E4EFFC.

Background Color

.myBgColor { background-color: #E4EFFC; }

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

This div background color is #E4EFFC.

Border color

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

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

This div border color is #E4EFFC.

Opacity

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

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

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

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

This text has shadow with #E4EFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EFFC.

Preview

Color preview on black background

This text has color #E4EFFC on black background.


Color preview on white background

This text has color #E4EFFC on white background.


Black color preview on #E4EFFC background

This text has black color on #E4EFFC background.


White color preview on #E4EFFC background

This text has white color on #E4EFFC background.


Related colors

Complementary color

Complementary color for #hex is #1B1003.


I love getcolorcode.com

Triadic colors

1 #FCE4EF and #EFFCE4 with #E4EFFC are triadic colors.

2 #FCEFE4 and #EFE4FC with #E4EFFC are triadic colors.