COLOR #E5EBFA

HEX: #E5EBFA RGB: (229,235,250)

Color info

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

RGB color model

#E5EBFA color RGB value is (229,235,250).

RGB: (229,235,250) (90%, 92%, 98%)

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 250 of 255 = 98%

229
235
250

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

Portions of RGB colors in percentages

R + G + B = 229 + 235 + 250 = 714 (100%)
R 229 of 714 ~ 32.07%
G 235 of 714 ~ 32.91%
B 250 of 714 ~ 35.01'%

%32.07
%32.91
%35.01

CMYK color model

#E5EBFA color CMYK value is (8,6,0,2).

  • cyan value is 8.40%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,6,0,2)
C8M6Y0K2 (8%, 6%, 0%, 2%)
(0.08 / 0.06 / 0.00 / 0.02)

CMYK percentages

%8.4
%6
%0
%1.96

Codes

Color #E5EBFA in popluar color models

E5 EB FA
RGB 229 235 250
HSL 223° 67.74% 93.92%
HSB/HSV 223° 8.40% 98.04%
CMYK 8.40% 6.00% 0.00%
1.96%

Color #E5EBFA in popluar number systems.

HEX E5 EB FA
Decimal 229 235 250
Binary 11100101 11101011 11111010
Octal 345 353 372

Shades and tints

Shades of #E5EBFA

#E5EBFA
(229,235,250)
#D1D6E4
(209,214,228)
#BDC1CE
(189,193,206)
#A9ACB8
(169,172,184)
#9597A2
(149,151,162)
#81828C
(129,130,140)
#6D6D76
(109,109,118)
#595860
(89,88,96)
#45434A
(69,67,74)
#312E34
(49,46,52)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #E5EBFA

#E5EBFA
(229,235,250)
#E7ECFA
(231,236,250)
#E9EDFA
(233,237,250)
#EBEEFA
(235,238,250)
#EDEFFA
(237,239,250)
#EFF0FA
(239,240,250)
#F1F1FA
(241,241,250)
#F3F2FA
(243,242,250)
#F5F3FA
(245,243,250)
#F7F4FA
(247,244,250)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EBFA color. Also use rgb(229,235,250) instead hex code.

Text Font Color

.myTextColor { color: #E5EBFA; }

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

This text font color is #E5EBFA.

Background Color

.myBgColor { background-color: #E5EBFA; }

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

This div background color is #E5EBFA.

Border color

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

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

This div border color is #E5EBFA.

Opacity

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

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

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

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

This text has shadow with #E5EBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EBFA.

Preview

Color preview on black background

This text has color #E5EBFA on black background.


Color preview on white background

This text has color #E5EBFA on white background.


Black color preview on #E5EBFA background

This text has black color on #E5EBFA background.


White color preview on #E5EBFA background

This text has white color on #E5EBFA background.


Related colors

Complementary color

Complementary color for #hex is #1A1405.


I love getcolorcode.com

Triadic colors

1 #FAE5EB and #EBFAE5 with #E5EBFA are triadic colors.

2 #FAEBE5 and #EBE5FA with #E5EBFA are triadic colors.