COLOR #E3F0EF

HEX: #E3F0EF RGB: (227,240,239)

Color info

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

RGB color model

#E3F0EF color RGB value is (227,240,239).

RGB: (227,240,239) (89%, 94%, 94%)

RGB channels and saturation

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

227
240
239

R + G + B ~ 92%. #E3F0EF is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 240 + 239 = 706 (100%)
R 227 of 706 ~ 32.15%
G 240 of 706 ~ 33.99%
B 239 of 706 ~ 33.85'%

%32.15
%33.99
%33.85

CMYK color model

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

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%

CMYK: (5,0,0,6)
C5M0Y0K6 (5%, 0%, 0%, 6%)
(0.05 / 0.00 / 0.00 / 0.06)

CMYK percentages

%5.42
%0
%0.42
%5.88

Codes

Color #E3F0EF in popluar color models

E3 F0 EF
RGB 227 240 239
HSL 175° 30.23% 91.57%
HSB/HSV 175° 5.42% 94.12%
CMYK 5.42% 0.00% 0.42%
5.88%

Color #E3F0EF in popluar number systems.

HEX E3 F0 EF
Decimal 227 240 239
Binary 11100011 11110000 11101111
Octal 343 360 357

Shades and tints

Shades of #E3F0EF

#E3F0EF
(227,240,239)
#CFDBDA
(207,219,218)
#BBC6C5
(187,198,197)
#A7B1B0
(167,177,176)
#939C9B
(147,156,155)
#7F8786
(127,135,134)
#6B7271
(107,114,113)
#575D5C
(87,93,92)
#434847
(67,72,71)
#2F3332
(47,51,50)
#1B1E1D
(27,30,29)
#000000
(0,0,0)

Tints of #E3F0EF

#E3F0EF
(227,240,239)
#E5F1F0
(229,241,240)
#E7F2F1
(231,242,241)
#E9F3F2
(233,243,242)
#EBF4F3
(235,244,243)
#EDF5F4
(237,245,244)
#EFF6F5
(239,246,245)
#F1F7F6
(241,247,246)
#F3F8F7
(243,248,247)
#F5F9F8
(245,249,248)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F0EF; }

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

This text font color is #E3F0EF.

Background Color

.myBgColor { background-color: #E3F0EF; }

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

This div background color is #E3F0EF.

Border color

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

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

This div border color is #E3F0EF.

Opacity

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

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

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

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

This text has shadow with #E3F0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F0EF.

Preview

Color preview on black background

This text has color #E3F0EF on black background.


Color preview on white background

This text has color #E3F0EF on white background.


Black color preview on #E3F0EF background

This text has black color on #E3F0EF background.


White color preview on #E3F0EF background

This text has white color on #E3F0EF background.


Related colors

Complementary color

Complementary color for #hex is #1C0F10.


I love getcolorcode.com

Triadic colors

1 #EFE3F0 and #F0EFE3 with #E3F0EF are triadic colors.

2 #EFF0E3 and #F0E3EF with #E3F0EF are triadic colors.