COLOR #E5FEC3

HEX: #E5FEC3
RGB: (229,254,195)

Color info

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

RGB color model

#E5FEC3 color RGB value is (229,254,195).

  • red value is 229;
  • green value is 254;
  • blue value is 195.
RGB:
(229,254,195)
(90%,100%,76%)

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 195 of 255 = 76%

229
254
195

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

Portions of RGB colors in percentages

R + G + B =
229 + 254 + 195 = 678 (100%)
R 229 of 678 ~ 33.78%
G 254 of 678 ~ 37.46%
B 195 of 678 ~ 28.76%

%33.78
%37.46
%28.76

CMYK color model

#E5FEC3 color CMYK value is (10,0,23,0).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 0.39%
CMYK:
(10,0,23,0)
C10M0Y23K0 
(10%,0%,23%,0%)
(0.10/0.00/0.23/0.00)	

CMYK percentages

%9.84
%0
%23.23
%0.39

Codes

Color #E5FEC3 in popluar color models

E5FEC3
RGB229254195
HSL85°96.72%88.04%
HSB/HSV85°23.23%99.61%
CMYK9.84%0.00%23.23%
0.39%

Color #E5FEC3 in popluar number systems.

HEXE5FEC3
Decimal229254195
Binary111001011111111011000011
Octal345376303

Shades and tints

Shades of #E5FEC3

#E5FEC3
(229,254,195)
#D1E7B2
(209,231,178)
#BDD0A1
(189,208,161)
#A9B990
(169,185,144)
#95A27F
(149,162,127)
#818B6E
(129,139,110)
#6D745D
(109,116,93)
#595D4C
(89,93,76)
#45463B
(69,70,59)
#312F2A
(49,47,42)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #E5FEC3

#E5FEC3
(229,254,195)
#E7FEC8
(231,254,200)
#E9FECD
(233,254,205)
#EBFED2
(235,254,210)
#EDFED7
(237,254,215)
#EFFEDC
(239,254,220)
#F1FEE1
(241,254,225)
#F3FEE6
(243,254,230)
#F5FEEB
(245,254,235)
#F7FEF0
(247,254,240)
#F9FEF5
(249,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FEC3 color. Also use rgb(229,254,195) instead hex code.

Text Font Color

.myTextColor { color: #E5FEC3; }

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

This text font color is #E5FEC3.


Background Color

.myBgColor { background-color: #E5FEC3; }

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

This div background color is #E5FEC3.


Border color

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

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

This div border color is #E5FEC3.


Opacity

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

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

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

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

This text has shadow with #E5FEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FEC3 on black background.


Color preview on white background

This text has color #E5FEC3 on white background.



Black color preview on #E5FEC3 background

This text has black color on #E5FEC3 background.


White color preview on #E5FEC3 background

This text has white color on #E5FEC3 background.