COLOR #E3EFF7

HEX: #E3EFF7 RGB: (227,239,247)

Color info

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

RGB color model

#E3EFF7 color RGB value is (227,239,247).

RGB: (227,239,247) (89%, 94%, 97%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 247 of 255 = 97%

227
239
247

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

Portions of RGB colors in percentages

R + G + B = 227 + 239 + 247 = 713 (100%)
R 227 of 713 ~ 31.84%
G 239 of 713 ~ 33.52%
B 247 of 713 ~ 34.64'%

%31.84
%33.52
%34.64

CMYK color model

#E3EFF7 color CMYK value is (8,3,0,3).

  • cyan value is 8.10%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (8,3,0,3)
C8M3Y0K3 (8%, 3%, 0%, 3%)
(0.08 / 0.03 / 0.00 / 0.03)

CMYK percentages

%8.1
%3.24
%0
%3.14

Codes

Color #E3EFF7 in popluar color models

E3 EF F7
RGB 227 239 247
HSL 204° 55.56% 92.94%
HSB/HSV 204° 8.10% 96.86%
CMYK 8.10% 3.24% 0.00%
3.14%

Color #E3EFF7 in popluar number systems.

HEX E3 EF F7
Decimal 227 239 247
Binary 11100011 11101111 11110111
Octal 343 357 367

Shades and tints

Shades of #E3EFF7

#E3EFF7
(227,239,247)
#CFDAE1
(207,218,225)
#BBC5CB
(187,197,203)
#A7B0B5
(167,176,181)
#939B9F
(147,155,159)
#7F8689
(127,134,137)
#6B7173
(107,113,115)
#575C5D
(87,92,93)
#434747
(67,71,71)
#2F3231
(47,50,49)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #E3EFF7

#E3EFF7
(227,239,247)
#E5F0F7
(229,240,247)
#E7F1F7
(231,241,247)
#E9F2F7
(233,242,247)
#EBF3F7
(235,243,247)
#EDF4F7
(237,244,247)
#EFF5F7
(239,245,247)
#F1F6F7
(241,246,247)
#F3F7F7
(243,247,247)
#F5F8F7
(245,248,247)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EFF7; }

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

This text font color is #E3EFF7.

Background Color

.myBgColor { background-color: #E3EFF7; }

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

This div background color is #E3EFF7.

Border color

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

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

This div border color is #E3EFF7.

Opacity

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

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

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

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

This text has shadow with #E3EFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EFF7.

Preview

Color preview on black background

This text has color #E3EFF7 on black background.


Color preview on white background

This text has color #E3EFF7 on white background.


Black color preview on #E3EFF7 background

This text has black color on #E3EFF7 background.


White color preview on #E3EFF7 background

This text has white color on #E3EFF7 background.


Related colors

Complementary color

Complementary color for #hex is #1C1008.


I love getcolorcode.com

Triadic colors

1 #F7E3EF and #EFF7E3 with #E3EFF7 are triadic colors.

2 #F7EFE3 and #EFE3F7 with #E3EFF7 are triadic colors.