COLOR #E3EDFE

HEX: #E3EDFE RGB: (227,237,254)

Color info

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

RGB color model

#E3EDFE color RGB value is (227,237,254).

RGB: (227,237,254) (89%, 93%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 254 of 255 = 100%

227
237
254

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

Portions of RGB colors in percentages

R + G + B = 227 + 237 + 254 = 718 (100%)
R 227 of 718 ~ 31.62%
G 237 of 718 ~ 33.01%
B 254 of 718 ~ 35.38'%

%31.62
%33.01
%35.38

CMYK color model

#E3EDFE color CMYK value is (11,7,0,0).

  • cyan value is 10.63%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (11,7,0,0)
C11M7Y0K0 (11%, 7%, 0%, 0%)
(0.11 / 0.07 / 0.00 / 0.00)

CMYK percentages

%10.63
%6.69
%0
%0.39

Codes

Color #E3EDFE in popluar color models

E3 ED FE
RGB 227 237 254
HSL 218° 93.10% 94.31%
HSB/HSV 218° 10.63% 99.61%
CMYK 10.63% 6.69% 0.00%
0.39%

Color #E3EDFE in popluar number systems.

HEX E3 ED FE
Decimal 227 237 254
Binary 11100011 11101101 11111110
Octal 343 355 376

Shades and tints

Shades of #E3EDFE

#E3EDFE
(227,237,254)
#CFD8E7
(207,216,231)
#BBC3D0
(187,195,208)
#A7AEB9
(167,174,185)
#9399A2
(147,153,162)
#7F848B
(127,132,139)
#6B6F74
(107,111,116)
#575A5D
(87,90,93)
#434546
(67,69,70)
#2F302F
(47,48,47)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #E3EDFE

#E3EDFE
(227,237,254)
#E5EEFE
(229,238,254)
#E7EFFE
(231,239,254)
#E9F0FE
(233,240,254)
#EBF1FE
(235,241,254)
#EDF2FE
(237,242,254)
#EFF3FE
(239,243,254)
#F1F4FE
(241,244,254)
#F3F5FE
(243,245,254)
#F5F6FE
(245,246,254)
#F7F7FE
(247,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EDFE color. Also use rgb(227,237,254) instead hex code.

Text Font Color

.myTextColor { color: #E3EDFE; }

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

This text font color is #E3EDFE.

Background Color

.myBgColor { background-color: #E3EDFE; }

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

This div background color is #E3EDFE.

Border color

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

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

This div border color is #E3EDFE.

Opacity

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

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

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

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

This text has shadow with #E3EDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EDFE.

Preview

Color preview on black background

This text has color #E3EDFE on black background.


Color preview on white background

This text has color #E3EDFE on white background.


Black color preview on #E3EDFE background

This text has black color on #E3EDFE background.


White color preview on #E3EDFE background

This text has white color on #E3EDFE background.


Related colors

Complementary color

Complementary color for #hex is #1C1201.


I love getcolorcode.com

Triadic colors

1 #FEE3ED and #EDFEE3 with #E3EDFE are triadic colors.

2 #FEEDE3 and #EDE3FE with #E3EDFE are triadic colors.