COLOR #E5FFD6

HEX: #E5FFD6
RGB: (229,255,214)

Color info

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

RGB color model

#E5FFD6 color RGB value is (229,255,214).

  • red value is 229;
  • green value is 255;
  • blue value is 214.
RGB:
(229,255,214)
(90%,100%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 214 of 255 = 84%

229
255
214

R + G + B ~ 91%. #E5FFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 214 = 698 (100%)
R 229 of 698 ~ 32.81%
G 255 of 698 ~ 36.53%
B 214 of 698 ~ 30.66%

%32.81
%36.53
%30.66

CMYK color model

#E5FFD6 color CMYK value is (10,0,16,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 0.00%
CMYK:
(10,0,16,0)
C10M0Y16K0 
(10%,0%,16%,0%)
(0.10/0.00/0.16/0.00)	

CMYK percentages

%10.2
%0
%16.08
%0

Codes

Color #E5FFD6 in popluar color models

E5FFD6
RGB229255214
HSL98°100.00%91.96%
HSB/HSV98°16.08%100.00%
CMYK10.20%0.00%16.08%
0.00%

Color #E5FFD6 in popluar number systems.

HEXE5FFD6
Decimal229255214
Binary111001011111111111010110
Octal345377326

Shades and tints

Shades of #E5FFD6

#E5FFD6
(229,255,214)
#D1E8C3
(209,232,195)
#BDD1B0
(189,209,176)
#A9BA9D
(169,186,157)
#95A38A
(149,163,138)
#818C77
(129,140,119)
#6D7564
(109,117,100)
#595E51
(89,94,81)
#45473E
(69,71,62)
#31302B
(49,48,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5FFD6

#E5FFD6
(229,255,214)
#E7FFD9
(231,255,217)
#E9FFDC
(233,255,220)
#EBFFDF
(235,255,223)
#EDFFE2
(237,255,226)
#EFFFE5
(239,255,229)
#F1FFE8
(241,255,232)
#F3FFEB
(243,255,235)
#F5FFEE
(245,255,238)
#F7FFF1
(247,255,241)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FFD6; }

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

This text font color is #E5FFD6.


Background Color

.myBgColor { background-color: #E5FFD6; }

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

This div background color is #E5FFD6.


Border color

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

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

This div border color is #E5FFD6.


Opacity

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

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

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

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

This text has shadow with #E5FFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFD6 on black background.


Color preview on white background

This text has color #E5FFD6 on white background.



Black color preview on #E5FFD6 background

This text has black color on #E5FFD6 background.


White color preview on #E5FFD6 background

This text has white color on #E5FFD6 background.