COLOR #E9FBDA

HEX: #E9FBDA
RGB: (233,251,218)

Color info

#E9FBDA contains red, green and blue colors in about the same proportion. Web safe color of #E9FBDA is #FFFFCC (or #FFC).

RGB color model

#E9FBDA color RGB value is (233,251,218).

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

RGB channels and saturation

R 233 of 255 = 91%
G 251 of 255 = 98%
B 218 of 255 = 85%

233
251
218

R + G + B ~ 91%. #E9FBDA is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 251 + 218 = 702 (100%)
R 233 of 702 ~ 33.19%
G 251 of 702 ~ 35.75%
B 218 of 702 ~ 31.05%

%33.19
%35.75
%31.05

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 13.15%
  • key color value is 1.57%
CMYK:
(7,0,13,2)
C7M0Y13K2 
(7%,0%,13%,2%)
(0.07/0.00/0.13/0.02)	

CMYK percentages

%7.17
%0
%13.15
%1.57

Codes

Color #E9FBDA in popluar color models

E9FBDA
RGB233251218
HSL93°80.49%91.96%
HSB/HSV93°13.15%98.43%
CMYK7.17%0.00%13.15%
1.57%

Color #E9FBDA in popluar number systems.

HEXE9FBDA
Decimal233251218
Binary111010011111101111011010
Octal351373332

Shades and tints

Shades of #E9FBDA

#E9FBDA
(233,251,218)
#D4E5C7
(212,229,199)
#BFCFB4
(191,207,180)
#AAB9A1
(170,185,161)
#95A38E
(149,163,142)
#808D7B
(128,141,123)
#6B7768
(107,119,104)
#566155
(86,97,85)
#414B42
(65,75,66)
#2C352F
(44,53,47)
#171F1C
(23,31,28)
#000000
(0,0,0)

Tints of #E9FBDA

#E9FBDA
(233,251,218)
#EBFBDD
(235,251,221)
#EDFBE0
(237,251,224)
#EFFBE3
(239,251,227)
#F1FBE6
(241,251,230)
#F3FBE9
(243,251,233)
#F5FBEC
(245,251,236)
#F7FBEF
(247,251,239)
#F9FBF2
(249,251,242)
#FBFBF5
(251,251,245)
#FDFBF8
(253,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FBDA; }

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

This text font color is #E9FBDA.


Background Color

.myBgColor { background-color: #E9FBDA; }

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

This div background color is #E9FBDA.


Border color

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

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

This div border color is #E9FBDA.


Opacity

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

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

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

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

This text has shadow with #E9FBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FBDA on black background.


Color preview on white background

This text has color #E9FBDA on white background.



Black color preview on #E9FBDA background

This text has black color on #E9FBDA background.


White color preview on #E9FBDA background

This text has white color on #E9FBDA background.