COLOR #E5F3FF

HEX: #E5F3FF RGB: (229,243,255)

Color info

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

RGB color model

#E5F3FF color RGB value is (229,243,255).

RGB: (229,243,255) (90%, 95%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 243 of 255 = 95%
B 255 of 255 = 100%

229
243
255

R + G + B ~ 95%. #E5F3FF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 243 + 255 = 727 (100%)
R 229 of 727 ~ 31.5%
G 243 of 727 ~ 33.43%
B 255 of 727 ~ 35.08'%

%31.5
%33.43
%35.08

CMYK color model

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

  • cyan value is 10.20%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (10,5,0,0)
C10M5Y0K0 (10%, 5%, 0%, 0%)
(0.10 / 0.05 / 0.00 / 0.00)

CMYK percentages

%10.2
%4.71
%0
%0

Codes

Color #E5F3FF in popluar color models

E5 F3 FF
RGB 229 243 255
HSL 208° 100.00% 94.90%
HSB/HSV 208° 10.20% 100.00%
CMYK 10.20% 4.71% 0.00%
0.00%

Color #E5F3FF in popluar number systems.

HEX E5 F3 FF
Decimal 229 243 255
Binary 11100101 11110011 11111111
Octal 345 363 377

Shades and tints

Shades of #E5F3FF

#E5F3FF
(229,243,255)
#D1DDE8
(209,221,232)
#BDC7D1
(189,199,209)
#A9B1BA
(169,177,186)
#959BA3
(149,155,163)
#81858C
(129,133,140)
#6D6F75
(109,111,117)
#59595E
(89,89,94)
#454347
(69,67,71)
#312D30
(49,45,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5F3FF

#E5F3FF
(229,243,255)
#E7F4FF
(231,244,255)
#E9F5FF
(233,245,255)
#EBF6FF
(235,246,255)
#EDF7FF
(237,247,255)
#EFF8FF
(239,248,255)
#F1F9FF
(241,249,255)
#F3FAFF
(243,250,255)
#F5FBFF
(245,251,255)
#F7FCFF
(247,252,255)
#F9FDFF
(249,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3FF color. Also use rgb(229,243,255) instead hex code.

Text Font Color

.myTextColor { color: #E5F3FF; }

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

This text font color is #E5F3FF.

Background Color

.myBgColor { background-color: #E5F3FF; }

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

This div background color is #E5F3FF.

Border color

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

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

This div border color is #E5F3FF.

Opacity

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

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

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

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

This text has shadow with #E5F3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F3FF.

Preview

Color preview on black background

This text has color #E5F3FF on black background.


Color preview on white background

This text has color #E5F3FF on white background.


Black color preview on #E5F3FF background

This text has black color on #E5F3FF background.


White color preview on #E5F3FF background

This text has white color on #E5F3FF background.


Related colors

Complementary color

Complementary color for #hex is #1A0C00.


I love getcolorcode.com

Triadic colors

1 #FFE5F3 and #F3FFE5 with #E5F3FF are triadic colors.

2 #FFF3E5 and #F3E5FF with #E5F3FF are triadic colors.