COLOR #E0FBD1

HEX: #E0FBD1
RGB: (224,251,209)

Color info

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

RGB color model

#E0FBD1 color RGB value is (224,251,209).

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

RGB channels and saturation

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

224
251
209

R + G + B ~ 89%. #E0FBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 209 = 684 (100%)
R 224 of 684 ~ 32.75%
G 251 of 684 ~ 36.7%
B 209 of 684 ~ 30.56%

%32.75
%36.7
%30.56

CMYK color model

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

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

CMYK percentages

%10.76
%0
%16.73
%1.57

Codes

Color #E0FBD1 in popluar color models

E0FBD1
RGB224251209
HSL99°84.00%90.20%
HSB/HSV99°16.73%98.43%
CMYK10.76%0.00%16.73%
1.57%

Color #E0FBD1 in popluar number systems.

HEXE0FBD1
Decimal224251209
Binary111000001111101111010001
Octal340373321

Shades and tints

Shades of #E0FBD1

#E0FBD1
(224,251,209)
#CCE5BE
(204,229,190)
#B8CFAB
(184,207,171)
#A4B998
(164,185,152)
#90A385
(144,163,133)
#7C8D72
(124,141,114)
#68775F
(104,119,95)
#54614C
(84,97,76)
#404B39
(64,75,57)
#2C3526
(44,53,38)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #E0FBD1

#E0FBD1
(224,251,209)
#E2FBD5
(226,251,213)
#E4FBD9
(228,251,217)
#E6FBDD
(230,251,221)
#E8FBE1
(232,251,225)
#EAFBE5
(234,251,229)
#ECFBE9
(236,251,233)
#EEFBED
(238,251,237)
#F0FBF1
(240,251,241)
#F2FBF5
(242,251,245)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FBD1; }

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

This text font color is #E0FBD1.


Background Color

.myBgColor { background-color: #E0FBD1; }

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

This div background color is #E0FBD1.


Border color

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

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

This div border color is #E0FBD1.


Opacity

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

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

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

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

This text has shadow with #E0FBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBD1 on black background.


Color preview on white background

This text has color #E0FBD1 on white background.



Black color preview on #E0FBD1 background

This text has black color on #E0FBD1 background.


White color preview on #E0FBD1 background

This text has white color on #E0FBD1 background.