COLOR #E3EBFA

HEX: #E3EBFA
RGB: (227,235,250)

Color info

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

RGB color model

#E3EBFA color RGB value is (227,235,250).

  • red value is 227;
  • green value is 235;
  • blue value is 250.
RGB:
(227,235,250)
(89%,92%,98%)

RGB channels and saturation

R 227 of 255 = 89%
G 235 of 255 = 92%
B 250 of 255 = 98%

227
235
250

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

Portions of RGB colors in percentages

R + G + B =
227 + 235 + 250 = 712 (100%)
R 227 of 712 ~ 31.88%
G 235 of 712 ~ 33.01%
B 250 of 712 ~ 35.11%

%31.88
%33.01
%35.11

CMYK color model

#E3EBFA color CMYK value is (9,6,0,2).

  • cyan value is 9.20%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,6,0,2)
C9M6Y0K2 
(9%,6%,0%,2%)
(0.09/0.06/0.00/0.02)	

CMYK percentages

%9.2
%6
%0
%1.96

Codes

Color #E3EBFA in popluar color models

E3EBFA
RGB227235250
HSL219°69.70%93.53%
HSB/HSV219°9.20%98.04%
CMYK9.20%6.00%0.00%
1.96%

Color #E3EBFA in popluar number systems.

HEXE3EBFA
Decimal227235250
Binary111000111110101111111010
Octal343353372

Shades and tints

Shades of #E3EBFA

#E3EBFA
(227,235,250)
#CFD6E4
(207,214,228)
#BBC1CE
(187,193,206)
#A7ACB8
(167,172,184)
#9397A2
(147,151,162)
#7F828C
(127,130,140)
#6B6D76
(107,109,118)
#575860
(87,88,96)
#43434A
(67,67,74)
#2F2E34
(47,46,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #E3EBFA

#E3EBFA
(227,235,250)
#E5ECFA
(229,236,250)
#E7EDFA
(231,237,250)
#E9EEFA
(233,238,250)
#EBEFFA
(235,239,250)
#EDF0FA
(237,240,250)
#EFF1FA
(239,241,250)
#F1F2FA
(241,242,250)
#F3F3FA
(243,243,250)
#F5F4FA
(245,244,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EBFA; }

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

This text font color is #E3EBFA.


Background Color

.myBgColor { background-color: #E3EBFA; }

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

This div background color is #E3EBFA.


Border color

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

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

This div border color is #E3EBFA.


Opacity

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

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

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

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

This text has shadow with #E3EBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EBFA on black background.


Color preview on white background

This text has color #E3EBFA on white background.



Black color preview on #E3EBFA background

This text has black color on #E3EBFA background.


White color preview on #E3EBFA background

This text has white color on #E3EBFA background.