COLOR #E0FBED

HEX: #E0FBED
RGB: (224,251,237)

Color info

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

RGB color model

#E0FBED color RGB value is (224,251,237).

  • red value is 224;
  • green value is 251;
  • blue value is 237.
RGB:
(224,251,237)
(88%,98%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 251 of 255 = 98%
B 237 of 255 = 93%

224
251
237

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

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 237 = 712 (100%)
R 224 of 712 ~ 31.46%
G 251 of 712 ~ 35.25%
B 237 of 712 ~ 33.29%

%31.46
%35.25
%33.29

CMYK color model

#E0FBED color CMYK value is (11,0,6,2).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK:
(11,0,6,2)
C11M0Y6K2 
(11%,0%,6%,2%)
(0.11/0.00/0.06/0.02)	

CMYK percentages

%10.76
%0
%5.58
%1.57

Codes

Color #E0FBED in popluar color models

E0FBED
RGB224251237
HSL149°77.14%93.14%
HSB/HSV149°10.76%98.43%
CMYK10.76%0.00%5.58%
1.57%

Color #E0FBED in popluar number systems.

HEXE0FBED
Decimal224251237
Binary111000001111101111101101
Octal340373355

Shades and tints

Shades of #E0FBED

#E0FBED
(224,251,237)
#CCE5D8
(204,229,216)
#B8CFC3
(184,207,195)
#A4B9AE
(164,185,174)
#90A399
(144,163,153)
#7C8D84
(124,141,132)
#68776F
(104,119,111)
#54615A
(84,97,90)
#404B45
(64,75,69)
#2C3530
(44,53,48)
#181F1B
(24,31,27)
#000000
(0,0,0)

Tints of #E0FBED

#E0FBED
(224,251,237)
#E2FBEE
(226,251,238)
#E4FBEF
(228,251,239)
#E6FBF0
(230,251,240)
#E8FBF1
(232,251,241)
#EAFBF2
(234,251,242)
#ECFBF3
(236,251,243)
#EEFBF4
(238,251,244)
#F0FBF5
(240,251,245)
#F2FBF6
(242,251,246)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FBED color. Also use rgb(224,251,237) instead hex code.

Text Font Color

.myTextColor { color: #E0FBED; }

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

This text font color is #E0FBED.


Background Color

.myBgColor { background-color: #E0FBED; }

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

This div background color is #E0FBED.


Border color

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

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

This div border color is #E0FBED.


Opacity

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

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

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

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

This text has shadow with #E0FBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBED on black background.


Color preview on white background

This text has color #E0FBED on white background.



Black color preview on #E0FBED background

This text has black color on #E0FBED background.


White color preview on #E0FBED background

This text has white color on #E0FBED background.