COLOR #E5FFEC

HEX: #E5FFEC
RGB: (229,255,236)

Color info

#E5FFEC contains red, green and blue colors in about the same proportion. Web safe color of #E5FFEC is #CCFFFF (or #CFF).

RGB color model

#E5FFEC color RGB value is (229,255,236).

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

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 236 of 255 = 93%

229
255
236

R + G + B ~ 94%. #E5FFEC is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 236 = 720 (100%)
R 229 of 720 ~ 31.81%
G 255 of 720 ~ 35.42%
B 236 of 720 ~ 32.78%

%31.81
%35.42
%32.78

CMYK color model

#E5FFEC color CMYK value is (10,0,7,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(10,0,7,0)
C10M0Y7K0 
(10%,0%,7%,0%)
(0.10/0.00/0.07/0.00)	

CMYK percentages

%10.2
%0
%7.45
%0

Codes

Color #E5FFEC in popluar color models

E5FFEC
RGB229255236
HSL136°100.00%94.90%
HSB/HSV136°10.20%100.00%
CMYK10.20%0.00%7.45%
0.00%

Color #E5FFEC in popluar number systems.

HEXE5FFEC
Decimal229255236
Binary111001011111111111101100
Octal345377354

Shades and tints

Shades of #E5FFEC

#E5FFEC
(229,255,236)
#D1E8D7
(209,232,215)
#BDD1C2
(189,209,194)
#A9BAAD
(169,186,173)
#95A398
(149,163,152)
#818C83
(129,140,131)
#6D756E
(109,117,110)
#595E59
(89,94,89)
#454744
(69,71,68)
#31302F
(49,48,47)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #E5FFEC

#E5FFEC
(229,255,236)
#E7FFED
(231,255,237)
#E9FFEE
(233,255,238)
#EBFFEF
(235,255,239)
#EDFFF0
(237,255,240)
#EFFFF1
(239,255,241)
#F1FFF2
(241,255,242)
#F3FFF3
(243,255,243)
#F5FFF4
(245,255,244)
#F7FFF5
(247,255,245)
#F9FFF6
(249,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FFEC; }

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

This text font color is #E5FFEC.


Background Color

.myBgColor { background-color: #E5FFEC; }

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

This div background color is #E5FFEC.


Border color

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

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

This div border color is #E5FFEC.


Opacity

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

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

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

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

This text has shadow with #E5FFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFEC on black background.


Color preview on white background

This text has color #E5FFEC on white background.



Black color preview on #E5FFEC background

This text has black color on #E5FFEC background.


White color preview on #E5FFEC background

This text has white color on #E5FFEC background.