COLOR #E6FAF0

HEX: #E6FAF0
RGB: (230,250,240)

Color info

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

RGB color model

#E6FAF0 color RGB value is (230,250,240).

  • red value is 230;
  • green value is 250;
  • blue value is 240.
RGB:
(230,250,240)
(90%,98%,94%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 240 of 255 = 94%

230
250
240

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

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 240 = 720 (100%)
R 230 of 720 ~ 31.94%
G 250 of 720 ~ 34.72%
B 240 of 720 ~ 33.33%

%31.94
%34.72
%33.33

CMYK color model

#E6FAF0 color CMYK value is (8,0,4,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(8,0,4,2)
C8M0Y4K2 
(8%,0%,4%,2%)
(0.08/0.00/0.04/0.02)	

CMYK percentages

%8
%0
%4
%1.96

Codes

Color #E6FAF0 in popluar color models

E6FAF0
RGB230250240
HSL150°66.67%94.12%
HSB/HSV150°8.00%98.04%
CMYK8.00%0.00%4.00%
1.96%

Color #E6FAF0 in popluar number systems.

HEXE6FAF0
Decimal230250240
Binary111001101111101011110000
Octal346372360

Shades and tints

Shades of #E6FAF0

#E6FAF0
(230,250,240)
#D2E4DB
(210,228,219)
#BECEC6
(190,206,198)
#AAB8B1
(170,184,177)
#96A29C
(150,162,156)
#828C87
(130,140,135)
#6E7672
(110,118,114)
#5A605D
(90,96,93)
#464A48
(70,74,72)
#323433
(50,52,51)
#1E1E1E
(30,30,30)
#000000
(0,0,0)

Tints of #E6FAF0

#E6FAF0
(230,250,240)
#E8FAF1
(232,250,241)
#EAFAF2
(234,250,242)
#ECFAF3
(236,250,243)
#EEFAF4
(238,250,244)
#F0FAF5
(240,250,245)
#F2FAF6
(242,250,246)
#F4FAF7
(244,250,247)
#F6FAF8
(246,250,248)
#F8FAF9
(248,250,249)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAF0; }

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

This text font color is #E6FAF0.


Background Color

.myBgColor { background-color: #E6FAF0; }

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

This div background color is #E6FAF0.


Border color

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

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

This div border color is #E6FAF0.


Opacity

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

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

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

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

This text has shadow with #E6FAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAF0 on black background.


Color preview on white background

This text has color #E6FAF0 on white background.



Black color preview on #E6FAF0 background

This text has black color on #E6FAF0 background.


White color preview on #E6FAF0 background

This text has white color on #E6FAF0 background.