COLOR #E9FFD0

HEX: #E9FFD0
RGB: (233,255,208)

Color info

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

RGB color model

#E9FFD0 color RGB value is (233,255,208).

  • red value is 233;
  • green value is 255;
  • blue value is 208.
RGB:
(233,255,208)
(91%,100%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 255 of 255 = 100%
B 208 of 255 = 82%

233
255
208

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

Portions of RGB colors in percentages

R + G + B =
233 + 255 + 208 = 696 (100%)
R 233 of 696 ~ 33.48%
G 255 of 696 ~ 36.64%
B 208 of 696 ~ 29.89%

%33.48
%36.64
%29.89

CMYK color model

#E9FFD0 color CMYK value is (9,0,18,0).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 0.00%
CMYK:
(9,0,18,0)
C9M0Y18K0 
(9%,0%,18%,0%)
(0.09/0.00/0.18/0.00)	

CMYK percentages

%8.63
%0
%18.43
%0

Codes

Color #E9FFD0 in popluar color models

E9FFD0
RGB233255208
HSL88°100.00%90.78%
HSB/HSV88°18.43%100.00%
CMYK8.63%0.00%18.43%
0.00%

Color #E9FFD0 in popluar number systems.

HEXE9FFD0
Decimal233255208
Binary111010011111111111010000
Octal351377320

Shades and tints

Shades of #E9FFD0

#E9FFD0
(233,255,208)
#D4E8BE
(212,232,190)
#BFD1AC
(191,209,172)
#AABA9A
(170,186,154)
#95A388
(149,163,136)
#808C76
(128,140,118)
#6B7564
(107,117,100)
#565E52
(86,94,82)
#414740
(65,71,64)
#2C302E
(44,48,46)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9FFD0

#E9FFD0
(233,255,208)
#EBFFD4
(235,255,212)
#EDFFD8
(237,255,216)
#EFFFDC
(239,255,220)
#F1FFE0
(241,255,224)
#F3FFE4
(243,255,228)
#F5FFE8
(245,255,232)
#F7FFEC
(247,255,236)
#F9FFF0
(249,255,240)
#FBFFF4
(251,255,244)
#FDFFF8
(253,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FFD0 color. Also use rgb(233,255,208) instead hex code.

Text Font Color

.myTextColor { color: #E9FFD0; }

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

This text font color is #E9FFD0.


Background Color

.myBgColor { background-color: #E9FFD0; }

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

This div background color is #E9FFD0.


Border color

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

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

This div border color is #E9FFD0.


Opacity

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

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

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

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

This text has shadow with #E9FFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FFD0 on black background.


Color preview on white background

This text has color #E9FFD0 on white background.



Black color preview on #E9FFD0 background

This text has black color on #E9FFD0 background.


White color preview on #E9FFD0 background

This text has white color on #E9FFD0 background.