COLOR #E7FCF9

HEX: #E7FCF9 RGB: (231,252,249)

Color info

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

RGB color model

#E7FCF9 color RGB value is (231,252,249).

RGB: (231,252,249) (91%, 99%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 252 of 255 = 99%
B 249 of 255 = 98%

231
252
249

R + G + B ~ 96%. #E7FCF9 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 252 + 249 = 732 (100%)
R 231 of 732 ~ 31.56%
G 252 of 732 ~ 34.43%
B 249 of 732 ~ 34.02'%

%31.56
%34.43
%34.02

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 1.18%
CMYK: (8,0,1,1) C8M0Y1K1 (8%,0%,1%,1%) (0.08/0.00/0.01/0.01) 

CMYK percentages

%8.33
%0
%1.19
%1.18

Codes

Color #E7FCF9 in popluar color models

E7 FC F9
RGB 231 252 249
HSL 171° 77.78% 94.71%
HSB/HSV 171° 8.33% 98.82%
CMYK 8.33% 0.00% 1.19%
1.18%

Color #E7FCF9 in popluar number systems.

HEX E7 FC F9
Decimal 231 252 249
Binary 11100111 11111100 11111001
Octal 347 374 371

Shades and tints

Shades of #E7FCF9

#E7FCF9
(231,252,249)
#D2E6E3
(210,230,227)
#BDD0CD
(189,208,205)
#A8BAB7
(168,186,183)
#93A4A1
(147,164,161)
#7E8E8B
(126,142,139)
#697875
(105,120,117)
#54625F
(84,98,95)
#3F4C49
(63,76,73)
#2A3633
(42,54,51)
#15201D
(21,32,29)
#000000
(0,0,0)

Tints of #E7FCF9

#E7FCF9
(231,252,249)
#E9FCF9
(233,252,249)
#EBFCF9
(235,252,249)
#EDFCF9
(237,252,249)
#EFFCF9
(239,252,249)
#F1FCF9
(241,252,249)
#F3FCF9
(243,252,249)
#F5FCF9
(245,252,249)
#F7FCF9
(247,252,249)
#F9FCF9
(249,252,249)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FCF9; }

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

This text font color is #E7FCF9.

Background Color

.myBgColor { background-color: #E7FCF9; }

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

This div background color is #E7FCF9.

Border color

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

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

This div border color is #E7FCF9.

Opacity

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

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

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

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

This text has shadow with #E7FCF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FCF9.

Preview

Color preview on black background

This text has color #E7FCF9 on black background.


Color preview on white background

This text has color #E7FCF9 on white background.


Black color preview on #E7FCF9 background

This text has black color on #E7FCF9 background.


White color preview on #E7FCF9 background

This text has white color on #E7FCF9 background.


Related colors

Complementary color

Complementary color for #hex is #180306.


I love getcolorcode.com

Triadic colors

1 #F9E7FC and #FCF9E7 with #E7FCF9 are triadic colors.

2 #F9FCE7 and #FCE7F9 with #E7FCF9 are triadic colors.