COLOR #E7FCEF

HEX: #E7FCEF RGB: (231,252,239)

Color info

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

RGB color model

#E7FCEF color RGB value is (231,252,239).

RGB: (231,252,239) (91%, 99%, 94%)

RGB channels and saturation

R 231 of 255 = 91%
G 252 of 255 = 99%
B 239 of 255 = 94%

231
252
239

R + G + B ~ 95%. #E7FCEF is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 252 + 239 = 722 (100%)
R 231 of 722 ~ 31.99%
G 252 of 722 ~ 34.9%
B 239 of 722 ~ 33.1'%

%31.99
%34.9
%33.1

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (8,0,5,1)
C8M0Y5K1 (8%, 0%, 5%, 1%)
(0.08 / 0.00 / 0.05 / 0.01)

CMYK percentages

%8.33
%0
%5.16
%1.18

Codes

Color #E7FCEF in popluar color models

E7 FC EF
RGB 231 252 239
HSL 143° 77.78% 94.71%
HSB/HSV 143° 8.33% 98.82%
CMYK 8.33% 0.00% 5.16%
1.18%

Color #E7FCEF in popluar number systems.

HEX E7 FC EF
Decimal 231 252 239
Binary 11100111 11111100 11101111
Octal 347 374 357

Shades and tints

Shades of #E7FCEF

#E7FCEF
(231,252,239)
#D2E6DA
(210,230,218)
#BDD0C5
(189,208,197)
#A8BAB0
(168,186,176)
#93A49B
(147,164,155)
#7E8E86
(126,142,134)
#697871
(105,120,113)
#54625C
(84,98,92)
#3F4C47
(63,76,71)
#2A3632
(42,54,50)
#15201D
(21,32,29)
#000000
(0,0,0)

Tints of #E7FCEF

#E7FCEF
(231,252,239)
#E9FCF0
(233,252,240)
#EBFCF1
(235,252,241)
#EDFCF2
(237,252,242)
#EFFCF3
(239,252,243)
#F1FCF4
(241,252,244)
#F3FCF5
(243,252,245)
#F5FCF6
(245,252,246)
#F7FCF7
(247,252,247)
#F9FCF8
(249,252,248)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FCEF color. Also use rgb(231,252,239) instead hex code.

Text Font Color

.myTextColor { color: #E7FCEF; }

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

This text font color is #E7FCEF.

Background Color

.myBgColor { background-color: #E7FCEF; }

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

This div background color is #E7FCEF.

Border color

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

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

This div border color is #E7FCEF.

Opacity

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

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

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

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

This text has shadow with #E7FCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FCEF.

Preview

Color preview on black background

This text has color #E7FCEF on black background.


Color preview on white background

This text has color #E7FCEF on white background.


Black color preview on #E7FCEF background

This text has black color on #E7FCEF background.


White color preview on #E7FCEF background

This text has white color on #E7FCEF background.


Related colors

Complementary color

Complementary color for #hex is #180310.


I love getcolorcode.com

Triadic colors

1 #EFE7FC and #FCEFE7 with #E7FCEF are triadic colors.

2 #EFFCE7 and #FCE7EF with #E7FCEF are triadic colors.