COLOR #E8F3EF

HEX: #E8F3EF RGB: (232,243,239)

Color info

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

RGB color model

#E8F3EF color RGB value is (232,243,239).

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

RGB channels and saturation

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

232
243
239

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

Portions of RGB colors in percentages

R + G + B = 232 + 243 + 239 = 714 (100%)
R 232 of 714 ~ 32.49%
G 243 of 714 ~ 34.03%
B 239 of 714 ~ 33.47'%

%32.49
%34.03
%33.47

CMYK color model

#E8F3EF color CMYK value is (5,0,2,5).

  • cyan value is 4.53%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%

CMYK: (5,0,2,5)
C5M0Y2K5 (5%, 0%, 2%, 5%)
(0.05 / 0.00 / 0.02 / 0.05)

CMYK percentages

%4.53
%0
%1.65
%4.71

Codes

Color #E8F3EF in popluar color models

E8 F3 EF
RGB 232 243 239
HSL 158° 31.43% 93.14%
HSB/HSV 158° 4.53% 95.29%
CMYK 4.53% 0.00% 1.65%
4.71%

Color #E8F3EF in popluar number systems.

HEX E8 F3 EF
Decimal 232 243 239
Binary 11101000 11110011 11101111
Octal 350 363 357

Shades and tints

Shades of #E8F3EF

#E8F3EF
(232,243,239)
#D3DDDA
(211,221,218)
#BEC7C5
(190,199,197)
#A9B1B0
(169,177,176)
#949B9B
(148,155,155)
#7F8586
(127,133,134)
#6A6F71
(106,111,113)
#55595C
(85,89,92)
#404347
(64,67,71)
#2B2D32
(43,45,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #E8F3EF

#E8F3EF
(232,243,239)
#EAF4F0
(234,244,240)
#ECF5F1
(236,245,241)
#EEF6F2
(238,246,242)
#F0F7F3
(240,247,243)
#F2F8F4
(242,248,244)
#F4F9F5
(244,249,245)
#F6FAF6
(246,250,246)
#F8FBF7
(248,251,247)
#FAFCF8
(250,252,248)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F3EF; }

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

This text font color is #E8F3EF.

Background Color

.myBgColor { background-color: #E8F3EF; }

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

This div background color is #E8F3EF.

Border color

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

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

This div border color is #E8F3EF.

Opacity

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

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

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

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

This text has shadow with #E8F3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F3EF.

Preview

Color preview on black background

This text has color #E8F3EF on black background.


Color preview on white background

This text has color #E8F3EF on white background.


Black color preview on #E8F3EF background

This text has black color on #E8F3EF background.


White color preview on #E8F3EF background

This text has white color on #E8F3EF background.


Related colors

Complementary color

Complementary color for #hex is #170C10.


I love getcolorcode.com

Triadic colors

1 #EFE8F3 and #F3EFE8 with #E8F3EF are triadic colors.

2 #EFF3E8 and #F3E8EF with #E8F3EF are triadic colors.