COLOR #E2FAFA

HEX: #E2FAFA
RGB: (226,250,250)

Color info

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

RGB color model

#E2FAFA color RGB value is (226,250,250).

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

RGB channels and saturation

R 226 of 255 = 89%
G 250 of 255 = 98%
B 250 of 255 = 98%

226
250
250

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

Portions of RGB colors in percentages

R + G + B =
226 + 250 + 250 = 726 (100%)
R 226 of 726 ~ 31.13%
G 250 of 726 ~ 34.44%
B 250 of 726 ~ 34.44%

%31.13
%34.44
%34.44

CMYK color model

#E2FAFA color CMYK value is (10,0,0,2).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,0,0,2)
C10M0Y0K2 
(10%,0%,0%,2%)
(0.10/0.00/0.00/0.02)	

CMYK percentages

%9.6
%0
%0
%1.96

Codes

Color #E2FAFA in popluar color models

E2FAFA
RGB226250250
HSL180°70.59%93.33%
HSB/HSV180°9.60%98.04%
CMYK9.60%0.00%0.00%
1.96%

Color #E2FAFA in popluar number systems.

HEXE2FAFA
Decimal226250250
Binary111000101111101011111010
Octal342372372

Shades and tints

Shades of #E2FAFA

#E2FAFA
(226,250,250)
#CEE4E4
(206,228,228)
#BACECE
(186,206,206)
#A6B8B8
(166,184,184)
#92A2A2
(146,162,162)
#7E8C8C
(126,140,140)
#6A7676
(106,118,118)
#566060
(86,96,96)
#424A4A
(66,74,74)
#2E3434
(46,52,52)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #E2FAFA

#E2FAFA
(226,250,250)
#E4FAFA
(228,250,250)
#E6FAFA
(230,250,250)
#E8FAFA
(232,250,250)
#EAFAFA
(234,250,250)
#ECFAFA
(236,250,250)
#EEFAFA
(238,250,250)
#F0FAFA
(240,250,250)
#F2FAFA
(242,250,250)
#F4FAFA
(244,250,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FAFA; }

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

This text font color is #E2FAFA.


Background Color

.myBgColor { background-color: #E2FAFA; }

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

This div background color is #E2FAFA.


Border color

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

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

This div border color is #E2FAFA.


Opacity

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

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

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

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

This text has shadow with #E2FAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FAFA on black background.


Color preview on white background

This text has color #E2FAFA on white background.



Black color preview on #E2FAFA background

This text has black color on #E2FAFA background.


White color preview on #E2FAFA background

This text has white color on #E2FAFA background.