COLOR #E0FFCE

HEX: #E0FFCE RGB: (224,255,206)

Color info

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

RGB color model

#E0FFCE color RGB value is (224,255,206).

RGB: (224,255,206) (88%, 100%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 255 of 255 = 100%
B 206 of 255 = 81%

224
255
206

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

Portions of RGB colors in percentages

R + G + B = 224 + 255 + 206 = 685 (100%)
R 224 of 685 ~ 32.7%
G 255 of 685 ~ 37.23%
B 206 of 685 ~ 30.07'%

%32.7
%37.23
%30.07

CMYK color model

#E0FFCE color CMYK value is (12,0,19,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%

CMYK: (12,0,19,0)
C12M0Y19K0 (12%, 0%, 19%, 0%)
(0.12 / 0.00 / 0.19 / 0.00)

CMYK percentages

%12.16
%0
%19.22
%0

Codes

Color #E0FFCE in popluar color models

E0 FF CE
RGB 224 255 206
HSL 98° 100.00% 90.39%
HSB/HSV 98° 19.22% 100.00%
CMYK 12.16% 0.00% 19.22%
0.00%

Color #E0FFCE in popluar number systems.

HEX E0 FF CE
Decimal 224 255 206
Binary 11100000 11111111 11001110
Octal 340 377 316

Shades and tints

Shades of #E0FFCE

#E0FFCE
(224,255,206)
#CCE8BC
(204,232,188)
#B8D1AA
(184,209,170)
#A4BA98
(164,186,152)
#90A386
(144,163,134)
#7C8C74
(124,140,116)
#687562
(104,117,98)
#545E50
(84,94,80)
#40473E
(64,71,62)
#2C302C
(44,48,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #E0FFCE

#E0FFCE
(224,255,206)
#E2FFD2
(226,255,210)
#E4FFD6
(228,255,214)
#E6FFDA
(230,255,218)
#E8FFDE
(232,255,222)
#EAFFE2
(234,255,226)
#ECFFE6
(236,255,230)
#EEFFEA
(238,255,234)
#F0FFEE
(240,255,238)
#F2FFF2
(242,255,242)
#F4FFF6
(244,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FFCE; }

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

This text font color is #E0FFCE.

Background Color

.myBgColor { background-color: #E0FFCE; }

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

This div background color is #E0FFCE.

Border color

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

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

This div border color is #E0FFCE.

Opacity

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

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

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

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

This text has shadow with #E0FFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FFCE.

Preview

Color preview on black background

This text has color #E0FFCE on black background.


Color preview on white background

This text has color #E0FFCE on white background.


Black color preview on #E0FFCE background

This text has black color on #E0FFCE background.


White color preview on #E0FFCE background

This text has white color on #E0FFCE background.


Related colors

Complementary color

Complementary color for #hex is #1F0031.


I love getcolorcode.com

Triadic colors

1 #CEE0FF and #FFCEE0 with #E0FFCE are triadic colors.

2 #CEFFE0 and #FFE0CE with #E0FFCE are triadic colors.