COLOR #E8F3F0

HEX: #E8F3F0 RGB: (232,243,240)

Color info

#E8F3F0 contains red, green and blue colors in about the same proportion. Web safe color of #E8F3F0 is #FFFFFF (or #FFF).

RGB color model

#E8F3F0 color RGB value is (232,243,240).

RGB: (232,243,240) (91%, 95%, 94%)

RGB channels and saturation

R 232 of 255 = 91%
G 243 of 255 = 95%
B 240 of 255 = 94%

232
243
240

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

Portions of RGB colors in percentages

R + G + B = 232 + 243 + 240 = 715 (100%)
R 232 of 715 ~ 32.45%
G 243 of 715 ~ 33.99%
B 240 of 715 ~ 33.57'%

%32.45
%33.99
%33.57

CMYK color model

#E8F3F0 color CMYK value is (5,0,1,5).

  • cyan value is 4.53%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK: (5,0,1,5) C5M0Y1K5 (5%,0%,1%,5%) (0.05/0.00/0.01/0.05) 

CMYK percentages

%4.53
%0
%1.23
%4.71

Codes

Color #E8F3F0 in popluar color models

E8 F3 F0
RGB 232 243 240
HSL 164° 31.43% 93.14%
HSB/HSV 164° 4.53% 95.29%
CMYK 4.53% 0.00% 1.23%
4.71%

Color #E8F3F0 in popluar number systems.

HEX E8 F3 F0
Decimal 232 243 240
Binary 11101000 11110011 11110000
Octal 350 363 360

Shades and tints

Shades of #E8F3F0

#E8F3F0
(232,243,240)
#D3DDDB
(211,221,219)
#BEC7C6
(190,199,198)
#A9B1B1
(169,177,177)
#949B9C
(148,155,156)
#7F8587
(127,133,135)
#6A6F72
(106,111,114)
#55595D
(85,89,93)
#404348
(64,67,72)
#2B2D33
(43,45,51)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #E8F3F0

#E8F3F0
(232,243,240)
#EAF4F1
(234,244,241)
#ECF5F2
(236,245,242)
#EEF6F3
(238,246,243)
#F0F7F4
(240,247,244)
#F2F8F5
(242,248,245)
#F4F9F6
(244,249,246)
#F6FAF7
(246,250,247)
#F8FBF8
(248,251,248)
#FAFCF9
(250,252,249)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F3F0 color. Also use rgb(232,243,240) instead hex code.

Text Font Color

.myTextColor { color: #E8F3F0; }

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

This text font color is #E8F3F0.

Background Color

.myBgColor { background-color: #E8F3F0; }

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

This div background color is #E8F3F0.

Border color

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

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

This div border color is #E8F3F0.

Opacity

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

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

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

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

This text has shadow with #E8F3F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F3F0.

Preview

Color preview on black background

This text has color #E8F3F0 on black background.


Color preview on white background

This text has color #E8F3F0 on white background.


Black color preview on #E8F3F0 background

This text has black color on #E8F3F0 background.


White color preview on #E8F3F0 background

This text has white color on #E8F3F0 background.


Related colors

Complementary color

Complementary color for #hex is #170C0F.


I love getcolorcode.com

Triadic colors

1 #F0E8F3 and #F3F0E8 with #E8F3F0 are triadic colors.

2 #F0F3E8 and #F3E8F0 with #E8F3F0 are triadic colors.