COLOR #E6FCF3

HEX: #E6FCF3
RGB: (230,252,243)

Color info

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

RGB color model

#E6FCF3 color RGB value is (230,252,243).

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

RGB channels and saturation

R 230 of 255 = 90%
G 252 of 255 = 99%
B 243 of 255 = 95%

230
252
243

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

Portions of RGB colors in percentages

R + G + B =
230 + 252 + 243 = 725 (100%)
R 230 of 725 ~ 31.72%
G 252 of 725 ~ 34.76%
B 243 of 725 ~ 33.52%

%31.72
%34.76
%33.52

CMYK color model

#E6FCF3 color CMYK value is (9,0,4,1).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 1.18%
CMYK:
(9,0,4,1)
C9M0Y4K1 
(9%,0%,4%,1%)
(0.09/0.00/0.04/0.01)	

CMYK percentages

%8.73
%0
%3.57
%1.18

Codes

Color #E6FCF3 in popluar color models

E6FCF3
RGB230252243
HSL155°78.57%94.51%
HSB/HSV155°8.73%98.82%
CMYK8.73%0.00%3.57%
1.18%

Color #E6FCF3 in popluar number systems.

HEXE6FCF3
Decimal230252243
Binary111001101111110011110011
Octal346374363

Shades and tints

Shades of #E6FCF3

#E6FCF3
(230,252,243)
#D2E6DD
(210,230,221)
#BED0C7
(190,208,199)
#AABAB1
(170,186,177)
#96A49B
(150,164,155)
#828E85
(130,142,133)
#6E786F
(110,120,111)
#5A6259
(90,98,89)
#464C43
(70,76,67)
#32362D
(50,54,45)
#1E2017
(30,32,23)
#000000
(0,0,0)

Tints of #E6FCF3

#E6FCF3
(230,252,243)
#E8FCF4
(232,252,244)
#EAFCF5
(234,252,245)
#ECFCF6
(236,252,246)
#EEFCF7
(238,252,247)
#F0FCF8
(240,252,248)
#F2FCF9
(242,252,249)
#F4FCFA
(244,252,250)
#F6FCFB
(246,252,251)
#F8FCFC
(248,252,252)
#FAFCFD
(250,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCF3; }

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

This text font color is #E6FCF3.


Background Color

.myBgColor { background-color: #E6FCF3; }

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

This div background color is #E6FCF3.


Border color

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

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

This div border color is #E6FCF3.


Opacity

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

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

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

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

This text has shadow with #E6FCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCF3 on black background.


Color preview on white background

This text has color #E6FCF3 on white background.



Black color preview on #E6FCF3 background

This text has black color on #E6FCF3 background.


White color preview on #E6FCF3 background

This text has white color on #E6FCF3 background.