COLOR #E3EFFF

HEX: #E3EFFF RGB: (227,239,255)

Color info

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

RGB color model

#E3EFFF color RGB value is (227,239,255).

RGB: (227,239,255) (89%, 94%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 255 of 255 = 100%

227
239
255

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

Portions of RGB colors in percentages

R + G + B = 227 + 239 + 255 = 721 (100%)
R 227 of 721 ~ 31.48%
G 239 of 721 ~ 33.15%
B 255 of 721 ~ 35.37'%

%31.48
%33.15
%35.37

CMYK color model

#E3EFFF color CMYK value is (11,6,0,0).

  • cyan value is 10.98%
  • magenta value is 6.27%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,6,0,0)
C11M6Y0K0 (11%, 6%, 0%, 0%)
(0.11 / 0.06 / 0.00 / 0.00)

CMYK percentages

%10.98
%6.27
%0
%0

Codes

Color #E3EFFF in popluar color models

E3 EF FF
RGB 227 239 255
HSL 214° 100.00% 94.51%
HSB/HSV 214° 10.98% 100.00%
CMYK 10.98% 6.27% 0.00%
0.00%

Color #E3EFFF in popluar number systems.

HEX E3 EF FF
Decimal 227 239 255
Binary 11100011 11101111 11111111
Octal 343 357 377

Shades and tints

Shades of #E3EFFF

#E3EFFF
(227,239,255)
#CFDAE8
(207,218,232)
#BBC5D1
(187,197,209)
#A7B0BA
(167,176,186)
#939BA3
(147,155,163)
#7F868C
(127,134,140)
#6B7175
(107,113,117)
#575C5E
(87,92,94)
#434747
(67,71,71)
#2F3230
(47,50,48)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #E3EFFF

#E3EFFF
(227,239,255)
#E5F0FF
(229,240,255)
#E7F1FF
(231,241,255)
#E9F2FF
(233,242,255)
#EBF3FF
(235,243,255)
#EDF4FF
(237,244,255)
#EFF5FF
(239,245,255)
#F1F6FF
(241,246,255)
#F3F7FF
(243,247,255)
#F5F8FF
(245,248,255)
#F7F9FF
(247,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EFFF color. Also use rgb(227,239,255) instead hex code.

Text Font Color

.myTextColor { color: #E3EFFF; }

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

This text font color is #E3EFFF.

Background Color

.myBgColor { background-color: #E3EFFF; }

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

This div background color is #E3EFFF.

Border color

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

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

This div border color is #E3EFFF.

Opacity

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

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

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

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

This text has shadow with #E3EFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EFFF.

Preview

Color preview on black background

This text has color #E3EFFF on black background.


Color preview on white background

This text has color #E3EFFF on white background.


Black color preview on #E3EFFF background

This text has black color on #E3EFFF background.


White color preview on #E3EFFF background

This text has white color on #E3EFFF background.


Related colors

Complementary color

Complementary color for #hex is #1C1000.


I love getcolorcode.com

Triadic colors

1 #FFE3EF and #EFFFE3 with #E3EFFF are triadic colors.

2 #FFEFE3 and #EFE3FF with #E3EFFF are triadic colors.