COLOR #E3F0E7

HEX: #E3F0E7 RGB: (227,240,231)

Color info

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

RGB color model

#E3F0E7 color RGB value is (227,240,231).

RGB: (227,240,231) (89%, 94%, 91%)

RGB channels and saturation

R 227 of 255 = 89%
G 240 of 255 = 94%
B 231 of 255 = 91%

227
240
231

R + G + B ~ 91%. #E3F0E7 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 240 + 231 = 698 (100%)
R 227 of 698 ~ 32.52%
G 240 of 698 ~ 34.38%
B 231 of 698 ~ 33.09'%

%32.52
%34.38
%33.09

CMYK color model

#E3F0E7 color CMYK value is (5,0,4,6).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK: (5,0,4,6) C5M0Y4K6 (5%,0%,4%,6%) (0.05/0.00/0.04/0.06) 

CMYK percentages

%5.42
%0
%3.75
%5.88

Codes

Color #E3F0E7 in popluar color models

E3 F0 E7
RGB 227 240 231
HSL 138° 30.23% 91.57%
HSB/HSV 138° 5.42% 94.12%
CMYK 5.42% 0.00% 3.75%
5.88%

Color #E3F0E7 in popluar number systems.

HEX E3 F0 E7
Decimal 227 240 231
Binary 11100011 11110000 11100111
Octal 343 360 347

Shades and tints

Shades of #E3F0E7

#E3F0E7
(227,240,231)
#CFDBD2
(207,219,210)
#BBC6BD
(187,198,189)
#A7B1A8
(167,177,168)
#939C93
(147,156,147)
#7F877E
(127,135,126)
#6B7269
(107,114,105)
#575D54
(87,93,84)
#43483F
(67,72,63)
#2F332A
(47,51,42)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #E3F0E7

#E3F0E7
(227,240,231)
#E5F1E9
(229,241,233)
#E7F2EB
(231,242,235)
#E9F3ED
(233,243,237)
#EBF4EF
(235,244,239)
#EDF5F1
(237,245,241)
#EFF6F3
(239,246,243)
#F1F7F5
(241,247,245)
#F3F8F7
(243,248,247)
#F5F9F9
(245,249,249)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F0E7 color. Also use rgb(227,240,231) instead hex code.

Text Font Color

.myTextColor { color: #E3F0E7; }

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

This text font color is #E3F0E7.

Background Color

.myBgColor { background-color: #E3F0E7; }

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

This div background color is #E3F0E7.

Border color

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

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

This div border color is #E3F0E7.

Opacity

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

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

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

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

This text has shadow with #E3F0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F0E7.

Preview

Color preview on black background

This text has color #E3F0E7 on black background.


Color preview on white background

This text has color #E3F0E7 on white background.


Black color preview on #E3F0E7 background

This text has black color on #E3F0E7 background.


White color preview on #E3F0E7 background

This text has white color on #E3F0E7 background.


Related colors

Complementary color

Complementary color for #hex is #1C0F18.


I love getcolorcode.com

Triadic colors

1 #E7E3F0 and #F0E7E3 with #E3F0E7 are triadic colors.

2 #E7F0E3 and #F0E3E7 with #E3F0E7 are triadic colors.