COLOR #E3FAF4

HEX: #E3FAF4
RGB: (227,250,244)

Color info

#E3FAF4 contains red, green and blue colors in about the same proportion. Web safe color of #E3FAF4 is #CCFFFF (or #CFF).

RGB color model

#E3FAF4 color RGB value is (227,250,244).

  • red value is 227;
  • green value is 250;
  • blue value is 244.
RGB:
(227,250,244)
(89%,98%,96%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 244 of 255 = 96%

227
250
244

R + G + B ~ 94%. #E3FAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 250 + 244 = 721 (100%)
R 227 of 721 ~ 31.48%
G 250 of 721 ~ 34.67%
B 244 of 721 ~ 33.84%

%31.48
%34.67
%33.84

CMYK color model

#E3FAF4 color CMYK value is (9,0,2,2).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 1.96%
CMYK:
(9,0,2,2)
C9M0Y2K2 
(9%,0%,2%,2%)
(0.09/0.00/0.02/0.02)	

CMYK percentages

%9.2
%0
%2.4
%1.96

Codes

Color #E3FAF4 in popluar color models

E3FAF4
RGB227250244
HSL164°69.70%93.53%
HSB/HSV164°9.20%98.04%
CMYK9.20%0.00%2.40%
1.96%

Color #E3FAF4 in popluar number systems.

HEXE3FAF4
Decimal227250244
Binary111000111111101011110100
Octal343372364

Shades and tints

Shades of #E3FAF4

#E3FAF4
(227,250,244)
#CFE4DE
(207,228,222)
#BBCEC8
(187,206,200)
#A7B8B2
(167,184,178)
#93A29C
(147,162,156)
#7F8C86
(127,140,134)
#6B7670
(107,118,112)
#57605A
(87,96,90)
#434A44
(67,74,68)
#2F342E
(47,52,46)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #E3FAF4

#E3FAF4
(227,250,244)
#E5FAF5
(229,250,245)
#E7FAF6
(231,250,246)
#E9FAF7
(233,250,247)
#EBFAF8
(235,250,248)
#EDFAF9
(237,250,249)
#EFFAFA
(239,250,250)
#F1FAFB
(241,250,251)
#F3FAFC
(243,250,252)
#F5FAFD
(245,250,253)
#F7FAFE
(247,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FAF4 color. Also use rgb(227,250,244) instead hex code.

Text Font Color

.myTextColor { color: #E3FAF4; }

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

This text font color is #E3FAF4.


Background Color

.myBgColor { background-color: #E3FAF4; }

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

This div background color is #E3FAF4.


Border color

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

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

This div border color is #E3FAF4.


Opacity

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

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

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

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

This text has shadow with #E3FAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FAF4 on black background.


Color preview on white background

This text has color #E3FAF4 on white background.



Black color preview on #E3FAF4 background

This text has black color on #E3FAF4 background.


White color preview on #E3FAF4 background

This text has white color on #E3FAF4 background.