COLOR #E6FBF1

HEX: #E6FBF1
RGB: (230,251,241)

Color info

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

RGB color model

#E6FBF1 color RGB value is (230,251,241).

  • red value is 230;
  • green value is 251;
  • blue value is 241.
RGB:
(230,251,241)
(90%,98%,95%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 241 of 255 = 95%

230
251
241

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

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 241 = 722 (100%)
R 230 of 722 ~ 31.86%
G 251 of 722 ~ 34.76%
B 241 of 722 ~ 33.38%

%31.86
%34.76
%33.38

CMYK color model

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

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

CMYK percentages

%8.37
%0
%3.98
%1.57

Codes

Color #E6FBF1 in popluar color models

E6FBF1
RGB230251241
HSL151°72.41%94.31%
HSB/HSV151°8.37%98.43%
CMYK8.37%0.00%3.98%
1.57%

Color #E6FBF1 in popluar number systems.

HEXE6FBF1
Decimal230251241
Binary111001101111101111110001
Octal346373361

Shades and tints

Shades of #E6FBF1

#E6FBF1
(230,251,241)
#D2E5DC
(210,229,220)
#BECFC7
(190,207,199)
#AAB9B2
(170,185,178)
#96A39D
(150,163,157)
#828D88
(130,141,136)
#6E7773
(110,119,115)
#5A615E
(90,97,94)
#464B49
(70,75,73)
#323534
(50,53,52)
#1E1F1F
(30,31,31)
#000000
(0,0,0)

Tints of #E6FBF1

#E6FBF1
(230,251,241)
#E8FBF2
(232,251,242)
#EAFBF3
(234,251,243)
#ECFBF4
(236,251,244)
#EEFBF5
(238,251,245)
#F0FBF6
(240,251,246)
#F2FBF7
(242,251,247)
#F4FBF8
(244,251,248)
#F6FBF9
(246,251,249)
#F8FBFA
(248,251,250)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FBF1 color. Also use rgb(230,251,241) instead hex code.

Text Font Color

.myTextColor { color: #E6FBF1; }

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

This text font color is #E6FBF1.


Background Color

.myBgColor { background-color: #E6FBF1; }

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

This div background color is #E6FBF1.


Border color

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

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

This div border color is #E6FBF1.


Opacity

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

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

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

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

This text has shadow with #E6FBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBF1 on black background.


Color preview on white background

This text has color #E6FBF1 on white background.



Black color preview on #E6FBF1 background

This text has black color on #E6FBF1 background.


White color preview on #E6FBF1 background

This text has white color on #E6FBF1 background.