COLOR #E0FBD4

HEX: #E0FBD4
RGB: (224,251,212)

Color info

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

RGB color model

#E0FBD4 color RGB value is (224,251,212).

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

RGB channels and saturation

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

224
251
212

R + G + B ~ 90%. #E0FBD4 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 212 = 687 (100%)
R 224 of 687 ~ 32.61%
G 251 of 687 ~ 36.54%
B 212 of 687 ~ 30.86%

%32.61
%36.54
%30.86

CMYK color model

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

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

CMYK percentages

%10.76
%0
%15.54
%1.57

Codes

Color #E0FBD4 in popluar color models

E0FBD4
RGB224251212
HSL102°82.98%90.78%
HSB/HSV102°15.54%98.43%
CMYK10.76%0.00%15.54%
1.57%

Color #E0FBD4 in popluar number systems.

HEXE0FBD4
Decimal224251212
Binary111000001111101111010100
Octal340373324

Shades and tints

Shades of #E0FBD4

#E0FBD4
(224,251,212)
#CCE5C1
(204,229,193)
#B8CFAE
(184,207,174)
#A4B99B
(164,185,155)
#90A388
(144,163,136)
#7C8D75
(124,141,117)
#687762
(104,119,98)
#54614F
(84,97,79)
#404B3C
(64,75,60)
#2C3529
(44,53,41)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #E0FBD4

#E0FBD4
(224,251,212)
#E2FBD7
(226,251,215)
#E4FBDA
(228,251,218)
#E6FBDD
(230,251,221)
#E8FBE0
(232,251,224)
#EAFBE3
(234,251,227)
#ECFBE6
(236,251,230)
#EEFBE9
(238,251,233)
#F0FBEC
(240,251,236)
#F2FBEF
(242,251,239)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FBD4; }

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

This text font color is #E0FBD4.


Background Color

.myBgColor { background-color: #E0FBD4; }

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

This div background color is #E0FBD4.


Border color

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

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

This div border color is #E0FBD4.


Opacity

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

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

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

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

This text has shadow with #E0FBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBD4 on black background.


Color preview on white background

This text has color #E0FBD4 on white background.



Black color preview on #E0FBD4 background

This text has black color on #E0FBD4 background.


White color preview on #E0FBD4 background

This text has white color on #E0FBD4 background.