COLOR #E9FBDB

HEX: #E9FBDB
RGB: (233,251,219)

Color info

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

RGB color model

#E9FBDB color RGB value is (233,251,219).

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

RGB channels and saturation

R 233 of 255 = 91%
G 251 of 255 = 98%
B 219 of 255 = 86%

233
251
219

R + G + B ~ 92%. #E9FBDB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 251 + 219 = 703 (100%)
R 233 of 703 ~ 33.14%
G 251 of 703 ~ 35.7%
B 219 of 703 ~ 31.15%

%33.14
%35.7
%31.15

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • 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
%12.75
%1.57

Codes

Color #E9FBDB in popluar color models

E9FBDB
RGB233251219
HSL94°80.00%92.16%
HSB/HSV94°12.75%98.43%
CMYK7.17%0.00%12.75%
1.57%

Color #E9FBDB in popluar number systems.

HEXE9FBDB
Decimal233251219
Binary111010011111101111011011
Octal351373333

Shades and tints

Shades of #E9FBDB

#E9FBDB
(233,251,219)
#D4E5C8
(212,229,200)
#BFCFB5
(191,207,181)
#AAB9A2
(170,185,162)
#95A38F
(149,163,143)
#808D7C
(128,141,124)
#6B7769
(107,119,105)
#566156
(86,97,86)
#414B43
(65,75,67)
#2C3530
(44,53,48)
#171F1D
(23,31,29)
#000000
(0,0,0)

Tints of #E9FBDB

#E9FBDB
(233,251,219)
#EBFBDE
(235,251,222)
#EDFBE1
(237,251,225)
#EFFBE4
(239,251,228)
#F1FBE7
(241,251,231)
#F3FBEA
(243,251,234)
#F5FBED
(245,251,237)
#F7FBF0
(247,251,240)
#F9FBF3
(249,251,243)
#FBFBF6
(251,251,246)
#FDFBF9
(253,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FBDB; }

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

This text font color is #E9FBDB.


Background Color

.myBgColor { background-color: #E9FBDB; }

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

This div background color is #E9FBDB.


Border color

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

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

This div border color is #E9FBDB.


Opacity

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

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

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

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

This text has shadow with #E9FBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FBDB on black background.


Color preview on white background

This text has color #E9FBDB on white background.



Black color preview on #E9FBDB background

This text has black color on #E9FBDB background.


White color preview on #E9FBDB background

This text has white color on #E9FBDB background.