COLOR #E7FAF3

HEX: #E7FAF3
RGB: (231,250,243)

Color info

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

RGB color model

#E7FAF3 color RGB value is (231,250,243).

  • red value is 231;
  • green value is 250;
  • blue value is 243.
RGB:
(231,250,243)
(91%,98%,95%)

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 243 of 255 = 95%

231
250
243

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

Portions of RGB colors in percentages

R + G + B =
231 + 250 + 243 = 724 (100%)
R 231 of 724 ~ 31.91%
G 250 of 724 ~ 34.53%
B 243 of 724 ~ 33.56%

%31.91
%34.53
%33.56

CMYK color model

#E7FAF3 color CMYK value is (8,0,3,2).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(8,0,3,2)
C8M0Y3K2 
(8%,0%,3%,2%)
(0.08/0.00/0.03/0.02)	

CMYK percentages

%7.6
%0
%2.8
%1.96

Codes

Color #E7FAF3 in popluar color models

E7FAF3
RGB231250243
HSL158°65.52%94.31%
HSB/HSV158°7.60%98.04%
CMYK7.60%0.00%2.80%
1.96%

Color #E7FAF3 in popluar number systems.

HEXE7FAF3
Decimal231250243
Binary111001111111101011110011
Octal347372363

Shades and tints

Shades of #E7FAF3

#E7FAF3
(231,250,243)
#D2E4DD
(210,228,221)
#BDCEC7
(189,206,199)
#A8B8B1
(168,184,177)
#93A29B
(147,162,155)
#7E8C85
(126,140,133)
#69766F
(105,118,111)
#546059
(84,96,89)
#3F4A43
(63,74,67)
#2A342D
(42,52,45)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #E7FAF3

#E7FAF3
(231,250,243)
#E9FAF4
(233,250,244)
#EBFAF5
(235,250,245)
#EDFAF6
(237,250,246)
#EFFAF7
(239,250,247)
#F1FAF8
(241,250,248)
#F3FAF9
(243,250,249)
#F5FAFA
(245,250,250)
#F7FAFB
(247,250,251)
#F9FAFC
(249,250,252)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FAF3 color. Also use rgb(231,250,243) instead hex code.

Text Font Color

.myTextColor { color: #E7FAF3; }

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

This text font color is #E7FAF3.


Background Color

.myBgColor { background-color: #E7FAF3; }

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

This div background color is #E7FAF3.


Border color

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

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

This div border color is #E7FAF3.


Opacity

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

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

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

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

This text has shadow with #E7FAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FAF3 on black background.


Color preview on white background

This text has color #E7FAF3 on white background.



Black color preview on #E7FAF3 background

This text has black color on #E7FAF3 background.


White color preview on #E7FAF3 background

This text has white color on #E7FAF3 background.