COLOR #E0FDEB

HEX: #E0FDEB RGB: (224,253,235)

Color info

#E0FDEB contains red, green and blue colors in about the same proportion. Web safe color of #E0FDEB is #CCFFFF (or #CFF).

RGB color model

#E0FDEB color RGB value is (224,253,235).

RGB: (224,253,235) (88%, 99%, 92%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 235 of 255 = 92%

224
253
235

R + G + B ~ 93%. #E0FDEB is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 253 + 235 = 712 (100%)
R 224 of 712 ~ 31.46%
G 253 of 712 ~ 35.53%
B 235 of 712 ~ 33.01'%

%31.46
%35.53
%33.01

CMYK color model

#E0FDEB color CMYK value is (11,0,7,1).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 0.78%

CMYK: (11,0,7,1)
C11M0Y7K1 (11%, 0%, 7%, 1%)
(0.11 / 0.00 / 0.07 / 0.01)

CMYK percentages

%11.46
%0
%7.11
%0.78

Codes

Color #E0FDEB in popluar color models

E0 FD EB
RGB 224 253 235
HSL 143° 87.88% 93.53%
HSB/HSV 143° 11.46% 99.22%
CMYK 11.46% 0.00% 7.11%
0.78%

Color #E0FDEB in popluar number systems.

HEX E0 FD EB
Decimal 224 253 235
Binary 11100000 11111101 11101011
Octal 340 375 353

Shades and tints

Shades of #E0FDEB

#E0FDEB
(224,253,235)
#CCE6D6
(204,230,214)
#B8CFC1
(184,207,193)
#A4B8AC
(164,184,172)
#90A197
(144,161,151)
#7C8A82
(124,138,130)
#68736D
(104,115,109)
#545C58
(84,92,88)
#404543
(64,69,67)
#2C2E2E
(44,46,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0FDEB

#E0FDEB
(224,253,235)
#E2FDEC
(226,253,236)
#E4FDED
(228,253,237)
#E6FDEE
(230,253,238)
#E8FDEF
(232,253,239)
#EAFDF0
(234,253,240)
#ECFDF1
(236,253,241)
#EEFDF2
(238,253,242)
#F0FDF3
(240,253,243)
#F2FDF4
(242,253,244)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FDEB color. Also use rgb(224,253,235) instead hex code.

Text Font Color

.myTextColor { color: #E0FDEB; }

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

This text font color is #E0FDEB.

Background Color

.myBgColor { background-color: #E0FDEB; }

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

This div background color is #E0FDEB.

Border color

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

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

This div border color is #E0FDEB.

Opacity

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

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

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

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

This text has shadow with #E0FDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FDEB.

Preview

Color preview on black background

This text has color #E0FDEB on black background.


Color preview on white background

This text has color #E0FDEB on white background.


Black color preview on #E0FDEB background

This text has black color on #E0FDEB background.


White color preview on #E0FDEB background

This text has white color on #E0FDEB background.


Related colors

Complementary color

Complementary color for #hex is #1F0214.


I love getcolorcode.com

Triadic colors

1 #EBE0FD and #FDEBE0 with #E0FDEB are triadic colors.

2 #EBFDE0 and #FDE0EB with #E0FDEB are triadic colors.