COLOR #E6F5F3

HEX: #E6F5F3
RGB: (230,245,243)

Color info

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

RGB color model

#E6F5F3 color RGB value is (230,245,243).

  • red value is 230;
  • green value is 245;
  • blue value is 243.
RGB:
(230,245,243)
(90%,96%,95%)

RGB channels and saturation

R 230 of 255 = 90%
G 245 of 255 = 96%
B 243 of 255 = 95%

230
245
243

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

Portions of RGB colors in percentages

R + G + B =
230 + 245 + 243 = 718 (100%)
R 230 of 718 ~ 32.03%
G 245 of 718 ~ 34.12%
B 243 of 718 ~ 33.84%

%32.03
%34.12
%33.84

CMYK color model

#E6F5F3 color CMYK value is (6,0,1,4).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 3.92%
CMYK:
(6,0,1,4)
C6M0Y1K4 
(6%,0%,1%,4%)
(0.06/0.00/0.01/0.04)	

CMYK percentages

%6.12
%0
%0.82
%3.92

Codes

Color #E6F5F3 in popluar color models

E6F5F3
RGB230245243
HSL172°42.86%93.14%
HSB/HSV172°6.12%96.08%
CMYK6.12%0.00%0.82%
3.92%

Color #E6F5F3 in popluar number systems.

HEXE6F5F3
Decimal230245243
Binary111001101111010111110011
Octal346365363

Shades and tints

Shades of #E6F5F3

#E6F5F3
(230,245,243)
#D2DFDD
(210,223,221)
#BEC9C7
(190,201,199)
#AAB3B1
(170,179,177)
#969D9B
(150,157,155)
#828785
(130,135,133)
#6E716F
(110,113,111)
#5A5B59
(90,91,89)
#464543
(70,69,67)
#322F2D
(50,47,45)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6F5F3

#E6F5F3
(230,245,243)
#E8F5F4
(232,245,244)
#EAF5F5
(234,245,245)
#ECF5F6
(236,245,246)
#EEF5F7
(238,245,247)
#F0F5F8
(240,245,248)
#F2F5F9
(242,245,249)
#F4F5FA
(244,245,250)
#F6F5FB
(246,245,251)
#F8F5FC
(248,245,252)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F5F3 color. Also use rgb(230,245,243) instead hex code.

Text Font Color

.myTextColor { color: #E6F5F3; }

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

This text font color is #E6F5F3.


Background Color

.myBgColor { background-color: #E6F5F3; }

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

This div background color is #E6F5F3.


Border color

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

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

This div border color is #E6F5F3.


Opacity

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

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

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

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

This text has shadow with #E6F5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5F3 on black background.


Color preview on white background

This text has color #E6F5F3 on white background.



Black color preview on #E6F5F3 background

This text has black color on #E6F5F3 background.


White color preview on #E6F5F3 background

This text has white color on #E6F5F3 background.