COLOR #E0FBE2

HEX: #E0FBE2
RGB: (224,251,226)

Color info

#E0FBE2 contains red, green and blue colors in about the same proportion. Web safe color of #E0FBE2 is #CCFFCC (or #CFC).

RGB color model

#E0FBE2 color RGB value is (224,251,226).

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

RGB channels and saturation

R 224 of 255 = 88%
G 251 of 255 = 98%
B 226 of 255 = 89%

224
251
226

R + G + B ~ 92%. #E0FBE2 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 226 = 701 (100%)
R 224 of 701 ~ 31.95%
G 251 of 701 ~ 35.81%
B 226 of 701 ~ 32.24%

%31.95
%35.81
%32.24

CMYK color model

#E0FBE2 color CMYK value is (11,0,10,2).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(11,0,10,2)
C11M0Y10K2 
(11%,0%,10%,2%)
(0.11/0.00/0.10/0.02)	

CMYK percentages

%10.76
%0
%9.96
%1.57

Codes

Color #E0FBE2 in popluar color models

E0FBE2
RGB224251226
HSL124°77.14%93.14%
HSB/HSV124°10.76%98.43%
CMYK10.76%0.00%9.96%
1.57%

Color #E0FBE2 in popluar number systems.

HEXE0FBE2
Decimal224251226
Binary111000001111101111100010
Octal340373342

Shades and tints

Shades of #E0FBE2

#E0FBE2
(224,251,226)
#CCE5CE
(204,229,206)
#B8CFBA
(184,207,186)
#A4B9A6
(164,185,166)
#90A392
(144,163,146)
#7C8D7E
(124,141,126)
#68776A
(104,119,106)
#546156
(84,97,86)
#404B42
(64,75,66)
#2C352E
(44,53,46)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #E0FBE2

#E0FBE2
(224,251,226)
#E2FBE4
(226,251,228)
#E4FBE6
(228,251,230)
#E6FBE8
(230,251,232)
#E8FBEA
(232,251,234)
#EAFBEC
(234,251,236)
#ECFBEE
(236,251,238)
#EEFBF0
(238,251,240)
#F0FBF2
(240,251,242)
#F2FBF4
(242,251,244)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FBE2; }

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

This text font color is #E0FBE2.


Background Color

.myBgColor { background-color: #E0FBE2; }

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

This div background color is #E0FBE2.


Border color

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

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

This div border color is #E0FBE2.


Opacity

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

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

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

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

This text has shadow with #E0FBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBE2 on black background.


Color preview on white background

This text has color #E0FBE2 on white background.



Black color preview on #E0FBE2 background

This text has black color on #E0FBE2 background.


White color preview on #E0FBE2 background

This text has white color on #E0FBE2 background.