COLOR #E0FBE0

HEX: #E0FBE0
RGB: (224,251,224)

Color info

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

RGB color model

#E0FBE0 color RGB value is (224,251,224).

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

RGB channels and saturation

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

224
251
224

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

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 224 = 699 (100%)
R 224 of 699 ~ 32.05%
G 251 of 699 ~ 35.91%
B 224 of 699 ~ 32.05%

%32.05
%35.91
%32.05

CMYK color model

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

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

CMYK percentages

%10.76
%0
%10.76
%1.57

Codes

Color #E0FBE0 in popluar color models

E0FBE0
RGB224251224
HSL120°77.14%93.14%
HSB/HSV120°10.76%98.43%
CMYK10.76%0.00%10.76%
1.57%

Color #E0FBE0 in popluar number systems.

HEXE0FBE0
Decimal224251224
Binary111000001111101111100000
Octal340373340

Shades and tints

Shades of #E0FBE0

#E0FBE0
(224,251,224)
#CCE5CC
(204,229,204)
#B8CFB8
(184,207,184)
#A4B9A4
(164,185,164)
#90A390
(144,163,144)
#7C8D7C
(124,141,124)
#687768
(104,119,104)
#546154
(84,97,84)
#404B40
(64,75,64)
#2C352C
(44,53,44)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #E0FBE0

#E0FBE0
(224,251,224)
#E2FBE2
(226,251,226)
#E4FBE4
(228,251,228)
#E6FBE6
(230,251,230)
#E8FBE8
(232,251,232)
#EAFBEA
(234,251,234)
#ECFBEC
(236,251,236)
#EEFBEE
(238,251,238)
#F0FBF0
(240,251,240)
#F2FBF2
(242,251,242)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FBE0; }

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

This text font color is #E0FBE0.


Background Color

.myBgColor { background-color: #E0FBE0; }

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

This div background color is #E0FBE0.


Border color

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

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

This div border color is #E0FBE0.


Opacity

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

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

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

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

This text has shadow with #E0FBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBE0 on black background.


Color preview on white background

This text has color #E0FBE0 on white background.



Black color preview on #E0FBE0 background

This text has black color on #E0FBE0 background.


White color preview on #E0FBE0 background

This text has white color on #E0FBE0 background.