COLOR #E9FBD3

HEX: #E9FBD3
RGB: (233,251,211)

Color info

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

RGB color model

#E9FBD3 color RGB value is (233,251,211).

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

RGB channels and saturation

R 233 of 255 = 91%
G 251 of 255 = 98%
B 211 of 255 = 83%

233
251
211

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

Portions of RGB colors in percentages

R + G + B =
233 + 251 + 211 = 695 (100%)
R 233 of 695 ~ 33.53%
G 251 of 695 ~ 36.12%
B 211 of 695 ~ 30.36%

%33.53
%36.12
%30.36

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 1.57%
CMYK:
(7,0,16,2)
C7M0Y16K2 
(7%,0%,16%,2%)
(0.07/0.00/0.16/0.02)	

CMYK percentages

%7.17
%0
%15.94
%1.57

Codes

Color #E9FBD3 in popluar color models

E9FBD3
RGB233251211
HSL87°83.33%90.59%
HSB/HSV87°15.94%98.43%
CMYK7.17%0.00%15.94%
1.57%

Color #E9FBD3 in popluar number systems.

HEXE9FBD3
Decimal233251211
Binary111010011111101111010011
Octal351373323

Shades and tints

Shades of #E9FBD3

#E9FBD3
(233,251,211)
#D4E5C0
(212,229,192)
#BFCFAD
(191,207,173)
#AAB99A
(170,185,154)
#95A387
(149,163,135)
#808D74
(128,141,116)
#6B7761
(107,119,97)
#56614E
(86,97,78)
#414B3B
(65,75,59)
#2C3528
(44,53,40)
#171F15
(23,31,21)
#000000
(0,0,0)

Tints of #E9FBD3

#E9FBD3
(233,251,211)
#EBFBD7
(235,251,215)
#EDFBDB
(237,251,219)
#EFFBDF
(239,251,223)
#F1FBE3
(241,251,227)
#F3FBE7
(243,251,231)
#F5FBEB
(245,251,235)
#F7FBEF
(247,251,239)
#F9FBF3
(249,251,243)
#FBFBF7
(251,251,247)
#FDFBFB
(253,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FBD3; }

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

This text font color is #E9FBD3.


Background Color

.myBgColor { background-color: #E9FBD3; }

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

This div background color is #E9FBD3.


Border color

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

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

This div border color is #E9FBD3.


Opacity

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

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

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

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

This text has shadow with #E9FBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FBD3 on black background.


Color preview on white background

This text has color #E9FBD3 on white background.



Black color preview on #E9FBD3 background

This text has black color on #E9FBD3 background.


White color preview on #E9FBD3 background

This text has white color on #E9FBD3 background.