COLOR #E5FFCE

HEX: #E5FFCE RGB: (229,255,206)

Color info

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

RGB color model

#E5FFCE color RGB value is (229,255,206).

RGB: (229,255,206) (90%, 100%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 206 of 255 = 81%

229
255
206

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

Portions of RGB colors in percentages

R + G + B = 229 + 255 + 206 = 690 (100%)
R 229 of 690 ~ 33.19%
G 255 of 690 ~ 36.96%
B 206 of 690 ~ 29.86'%

%33.19
%36.96
%29.86

CMYK color model

#E5FFCE color CMYK value is (10,0,19,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK: (10,0,19,0) C10M0Y19K0 (10%,0%,19%,0%) (0.10/0.00/0.19/0.00) 

CMYK percentages

%10.2
%0
%19.22
%0

Codes

Color #E5FFCE in popluar color models

E5 FF CE
RGB 229 255 206
HSL 92° 100.00% 90.39%
HSB/HSV 92° 19.22% 100.00%
CMYK 10.20% 0.00% 19.22%
0.00%

Color #E5FFCE in popluar number systems.

HEX E5 FF CE
Decimal 229 255 206
Binary 11100101 11111111 11001110
Octal 345 377 316

Shades and tints

Shades of #E5FFCE

#E5FFCE
(229,255,206)
#D1E8BC
(209,232,188)
#BDD1AA
(189,209,170)
#A9BA98
(169,186,152)
#95A386
(149,163,134)
#818C74
(129,140,116)
#6D7562
(109,117,98)
#595E50
(89,94,80)
#45473E
(69,71,62)
#31302C
(49,48,44)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #E5FFCE

#E5FFCE
(229,255,206)
#E7FFD2
(231,255,210)
#E9FFD6
(233,255,214)
#EBFFDA
(235,255,218)
#EDFFDE
(237,255,222)
#EFFFE2
(239,255,226)
#F1FFE6
(241,255,230)
#F3FFEA
(243,255,234)
#F5FFEE
(245,255,238)
#F7FFF2
(247,255,242)
#F9FFF6
(249,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FFCE; }

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

This text font color is #E5FFCE.

Background Color

.myBgColor { background-color: #E5FFCE; }

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

This div background color is #E5FFCE.

Border color

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

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

This div border color is #E5FFCE.

Opacity

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

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

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

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

This text has shadow with #E5FFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FFCE.

Preview

Color preview on black background

This text has color #E5FFCE on black background.


Color preview on white background

This text has color #E5FFCE on white background.


Black color preview on #E5FFCE background

This text has black color on #E5FFCE background.


White color preview on #E5FFCE background

This text has white color on #E5FFCE background.


Related colors

Complementary color

Complementary color for #hex is #1A0031.


I love getcolorcode.com

Triadic colors

1 #CEE5FF and #FFCEE5 with #E5FFCE are triadic colors.

2 #CEFFE5 and #FFE5CE with #E5FFCE are triadic colors.