COLOR #E9FBED

HEX: #E9FBED RGB: (233,251,237)

Color info

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

RGB color model

#E9FBED color RGB value is (233,251,237).

RGB: (233,251,237) (91%, 98%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 251 of 255 = 98%
B 237 of 255 = 93%

233
251
237

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

Portions of RGB colors in percentages

R + G + B = 233 + 251 + 237 = 721 (100%)
R 233 of 721 ~ 32.32%
G 251 of 721 ~ 34.81%
B 237 of 721 ~ 32.87'%

%32.32
%34.81
%32.87

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 1.57%

CMYK: (7,0,6,2)
C7M0Y6K2 (7%, 0%, 6%, 2%)
(0.07 / 0.00 / 0.06 / 0.02)

CMYK percentages

%7.17
%0
%5.58
%1.57

Codes

Color #E9FBED in popluar color models

E9 FB ED
RGB 233 251 237
HSL 133° 69.23% 94.90%
HSB/HSV 133° 7.17% 98.43%
CMYK 7.17% 0.00% 5.58%
1.57%

Color #E9FBED in popluar number systems.

HEX E9 FB ED
Decimal 233 251 237
Binary 11101001 11111011 11101101
Octal 351 373 355

Shades and tints

Shades of #E9FBED

#E9FBED
(233,251,237)
#D4E5D8
(212,229,216)
#BFCFC3
(191,207,195)
#AAB9AE
(170,185,174)
#95A399
(149,163,153)
#808D84
(128,141,132)
#6B776F
(107,119,111)
#56615A
(86,97,90)
#414B45
(65,75,69)
#2C3530
(44,53,48)
#171F1B
(23,31,27)
#000000
(0,0,0)

Tints of #E9FBED

#E9FBED
(233,251,237)
#EBFBEE
(235,251,238)
#EDFBEF
(237,251,239)
#EFFBF0
(239,251,240)
#F1FBF1
(241,251,241)
#F3FBF2
(243,251,242)
#F5FBF3
(245,251,243)
#F7FBF4
(247,251,244)
#F9FBF5
(249,251,245)
#FBFBF6
(251,251,246)
#FDFBF7
(253,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FBED; }

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

This text font color is #E9FBED.

Background Color

.myBgColor { background-color: #E9FBED; }

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

This div background color is #E9FBED.

Border color

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

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

This div border color is #E9FBED.

Opacity

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

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

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

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

This text has shadow with #E9FBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FBED.

Preview

Color preview on black background

This text has color #E9FBED on black background.


Color preview on white background

This text has color #E9FBED on white background.


Black color preview on #E9FBED background

This text has black color on #E9FBED background.


White color preview on #E9FBED background

This text has white color on #E9FBED background.


Related colors

Complementary color

Complementary color for #hex is #160412.


I love getcolorcode.com

Triadic colors

1 #EDE9FB and #FBEDE9 with #E9FBED are triadic colors.

2 #EDFBE9 and #FBE9ED with #E9FBED are triadic colors.