COLOR #E9FBF6

HEX: #E9FBF6
RGB: (233,251,246)

Color info

#E9FBF6 contains red, green and blue colors in about the same proportion. Web safe color of #E9FBF6 is #FFFFFF (or #FFF).

RGB color model

#E9FBF6 color RGB value is (233,251,246).

  • red value is 233;
  • green value is 251;
  • blue value is 246.
RGB:
(233,251,246)
(91%,98%,96%)

RGB channels and saturation

R 233 of 255 = 91%
G 251 of 255 = 98%
B 246 of 255 = 96%

233
251
246

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

Portions of RGB colors in percentages

R + G + B =
233 + 251 + 246 = 730 (100%)
R 233 of 730 ~ 31.92%
G 251 of 730 ~ 34.38%
B 246 of 730 ~ 33.7%

%31.92
%34.38
%33.7

CMYK color model

#E9FBF6 color CMYK value is (7,0,2,2).

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK:
(7,0,2,2)
C7M0Y2K2 
(7%,0%,2%,2%)
(0.07/0.00/0.02/0.02)	

CMYK percentages

%7.17
%0
%1.99
%1.57

Codes

Color #E9FBF6 in popluar color models

E9FBF6
RGB233251246
HSL163°69.23%94.90%
HSB/HSV163°7.17%98.43%
CMYK7.17%0.00%1.99%
1.57%

Color #E9FBF6 in popluar number systems.

HEXE9FBF6
Decimal233251246
Binary111010011111101111110110
Octal351373366

Shades and tints

Shades of #E9FBF6

#E9FBF6
(233,251,246)
#D4E5E0
(212,229,224)
#BFCFCA
(191,207,202)
#AAB9B4
(170,185,180)
#95A39E
(149,163,158)
#808D88
(128,141,136)
#6B7772
(107,119,114)
#56615C
(86,97,92)
#414B46
(65,75,70)
#2C3530
(44,53,48)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #E9FBF6

#E9FBF6
(233,251,246)
#EBFBF6
(235,251,246)
#EDFBF6
(237,251,246)
#EFFBF6
(239,251,246)
#F1FBF6
(241,251,246)
#F3FBF6
(243,251,246)
#F5FBF6
(245,251,246)
#F7FBF6
(247,251,246)
#F9FBF6
(249,251,246)
#FBFBF6
(251,251,246)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FBF6 color. Also use rgb(233,251,246) instead hex code.

Text Font Color

.myTextColor { color: #E9FBF6; }

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

This text font color is #E9FBF6.


Background Color

.myBgColor { background-color: #E9FBF6; }

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

This div background color is #E9FBF6.


Border color

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

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

This div border color is #E9FBF6.


Opacity

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

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

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

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

This text has shadow with #E9FBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FBF6 on black background.


Color preview on white background

This text has color #E9FBF6 on white background.



Black color preview on #E9FBF6 background

This text has black color on #E9FBF6 background.


White color preview on #E9FBF6 background

This text has white color on #E9FBF6 background.