COLOR #E9FDEA

HEX: #E9FDEA RGB: (233,253,234)

Color info

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

RGB color model

#E9FDEA color RGB value is (233,253,234).

RGB: (233,253,234) (91%, 99%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 234 of 255 = 92%

233
253
234

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

Portions of RGB colors in percentages

R + G + B = 233 + 253 + 234 = 720 (100%)
R 233 of 720 ~ 32.36%
G 253 of 720 ~ 35.14%
B 234 of 720 ~ 32.5'%

%32.36
%35.14
%32.5

CMYK color model

#E9FDEA color CMYK value is (8,0,8,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK: (8,0,8,1) C8M0Y8K1 (8%,0%,8%,1%) (0.08/0.00/0.08/0.01) 

CMYK percentages

%7.91
%0
%7.51
%0.78

Codes

Color #E9FDEA in popluar color models

E9 FD EA
RGB 233 253 234
HSL 123° 83.33% 95.29%
HSB/HSV 123° 7.91% 99.22%
CMYK 7.91% 0.00% 7.51%
0.78%

Color #E9FDEA in popluar number systems.

HEX E9 FD EA
Decimal 233 253 234
Binary 11101001 11111101 11101010
Octal 351 375 352

Shades and tints

Shades of #E9FDEA

#E9FDEA
(233,253,234)
#D4E6D5
(212,230,213)
#BFCFC0
(191,207,192)
#AAB8AB
(170,184,171)
#95A196
(149,161,150)
#808A81
(128,138,129)
#6B736C
(107,115,108)
#565C57
(86,92,87)
#414542
(65,69,66)
#2C2E2D
(44,46,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #E9FDEA

#E9FDEA
(233,253,234)
#EBFDEB
(235,253,235)
#EDFDEC
(237,253,236)
#EFFDED
(239,253,237)
#F1FDEE
(241,253,238)
#F3FDEF
(243,253,239)
#F5FDF0
(245,253,240)
#F7FDF1
(247,253,241)
#F9FDF2
(249,253,242)
#FBFDF3
(251,253,243)
#FDFDF4
(253,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FDEA color. Also use rgb(233,253,234) instead hex code.

Text Font Color

.myTextColor { color: #E9FDEA; }

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

This text font color is #E9FDEA.

Background Color

.myBgColor { background-color: #E9FDEA; }

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

This div background color is #E9FDEA.

Border color

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

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

This div border color is #E9FDEA.

Opacity

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

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

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

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

This text has shadow with #E9FDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FDEA.

Preview

Color preview on black background

This text has color #E9FDEA on black background.


Color preview on white background

This text has color #E9FDEA on white background.


Black color preview on #E9FDEA background

This text has black color on #E9FDEA background.


White color preview on #E9FDEA background

This text has white color on #E9FDEA background.


Related colors

Complementary color

Complementary color for #hex is #160215.


I love getcolorcode.com

Triadic colors

1 #EAE9FD and #FDEAE9 with #E9FDEA are triadic colors.

2 #EAFDE9 and #FDE9EA with #E9FDEA are triadic colors.