COLOR #E3FAF3

HEX: #E3FAF3
RGB: (227,250,243)

Color info

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

RGB color model

#E3FAF3 color RGB value is (227,250,243).

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

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 243 of 255 = 95%

227
250
243

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

Portions of RGB colors in percentages

R + G + B =
227 + 250 + 243 = 720 (100%)
R 227 of 720 ~ 31.53%
G 250 of 720 ~ 34.72%
B 243 of 720 ~ 33.75%

%31.53
%34.72
%33.75

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(9,0,3,2)
C9M0Y3K2 
(9%,0%,3%,2%)
(0.09/0.00/0.03/0.02)	

CMYK percentages

%9.2
%0
%2.8
%1.96

Codes

Color #E3FAF3 in popluar color models

E3FAF3
RGB227250243
HSL162°69.70%93.53%
HSB/HSV162°9.20%98.04%
CMYK9.20%0.00%2.80%
1.96%

Color #E3FAF3 in popluar number systems.

HEXE3FAF3
Decimal227250243
Binary111000111111101011110011
Octal343372363

Shades and tints

Shades of #E3FAF3

#E3FAF3
(227,250,243)
#CFE4DD
(207,228,221)
#BBCEC7
(187,206,199)
#A7B8B1
(167,184,177)
#93A29B
(147,162,155)
#7F8C85
(127,140,133)
#6B766F
(107,118,111)
#576059
(87,96,89)
#434A43
(67,74,67)
#2F342D
(47,52,45)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #E3FAF3

#E3FAF3
(227,250,243)
#E5FAF4
(229,250,244)
#E7FAF5
(231,250,245)
#E9FAF6
(233,250,246)
#EBFAF7
(235,250,247)
#EDFAF8
(237,250,248)
#EFFAF9
(239,250,249)
#F1FAFA
(241,250,250)
#F3FAFB
(243,250,251)
#F5FAFC
(245,250,252)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FAF3; }

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

This text font color is #E3FAF3.


Background Color

.myBgColor { background-color: #E3FAF3; }

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

This div background color is #E3FAF3.


Border color

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

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

This div border color is #E3FAF3.


Opacity

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

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

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

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

This text has shadow with #E3FAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FAF3 on black background.


Color preview on white background

This text has color #E3FAF3 on white background.



Black color preview on #E3FAF3 background

This text has black color on #E3FAF3 background.


White color preview on #E3FAF3 background

This text has white color on #E3FAF3 background.