COLOR #E0FBCD

HEX: #E0FBCD
RGB: (224,251,205)

Color info

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

RGB color model

#E0FBCD color RGB value is (224,251,205).

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

RGB channels and saturation

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

224
251
205

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

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 205 = 680 (100%)
R 224 of 680 ~ 32.94%
G 251 of 680 ~ 36.91%
B 205 of 680 ~ 30.15%

%32.94
%36.91
%30.15

CMYK color model

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

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

CMYK percentages

%10.76
%0
%18.33
%1.57

Codes

Color #E0FBCD in popluar color models

E0FBCD
RGB224251205
HSL95°85.19%89.41%
HSB/HSV95°18.33%98.43%
CMYK10.76%0.00%18.33%
1.57%

Color #E0FBCD in popluar number systems.

HEXE0FBCD
Decimal224251205
Binary111000001111101111001101
Octal340373315

Shades and tints

Shades of #E0FBCD

#E0FBCD
(224,251,205)
#CCE5BB
(204,229,187)
#B8CFA9
(184,207,169)
#A4B997
(164,185,151)
#90A385
(144,163,133)
#7C8D73
(124,141,115)
#687761
(104,119,97)
#54614F
(84,97,79)
#404B3D
(64,75,61)
#2C352B
(44,53,43)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #E0FBCD

#E0FBCD
(224,251,205)
#E2FBD1
(226,251,209)
#E4FBD5
(228,251,213)
#E6FBD9
(230,251,217)
#E8FBDD
(232,251,221)
#EAFBE1
(234,251,225)
#ECFBE5
(236,251,229)
#EEFBE9
(238,251,233)
#F0FBED
(240,251,237)
#F2FBF1
(242,251,241)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FBCD; }

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

This text font color is #E0FBCD.


Background Color

.myBgColor { background-color: #E0FBCD; }

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

This div background color is #E0FBCD.


Border color

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

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

This div border color is #E0FBCD.


Opacity

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

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

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

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

This text has shadow with #E0FBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBCD on black background.


Color preview on white background

This text has color #E0FBCD on white background.



Black color preview on #E0FBCD background

This text has black color on #E0FBCD background.


White color preview on #E0FBCD background

This text has white color on #E0FBCD background.