COLOR #E5F2C0

HEX: #E5F2C0
RGB: (229,242,192)

Color info

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

RGB color model

#E5F2C0 color RGB value is (229,242,192).

  • red value is 229;
  • green value is 242;
  • blue value is 192.
RGB:
(229,242,192)
(90%,95%,75%)

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 192 of 255 = 75%

229
242
192

R + G + B ~ 87%. #E5F2C0 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 192 = 663 (100%)
R 229 of 663 ~ 34.54%
G 242 of 663 ~ 36.5%
B 192 of 663 ~ 28.96%

%34.54
%36.5
%28.96

CMYK color model

#E5F2C0 color CMYK value is (5,0,21,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(5,0,21,5)
C5M0Y21K5 
(5%,0%,21%,5%)
(0.05/0.00/0.21/0.05)	

CMYK percentages

%5.37
%0
%20.66
%5.1

Codes

Color #E5F2C0 in popluar color models

E5F2C0
RGB229242192
HSL76°65.79%85.10%
HSB/HSV76°20.66%94.90%
CMYK5.37%0.00%20.66%
5.10%

Color #E5F2C0 in popluar number systems.

HEXE5F2C0
Decimal229242192
Binary111001011111001011000000
Octal345362300

Shades and tints

Shades of #E5F2C0

#E5F2C0
(229,242,192)
#D1DCAF
(209,220,175)
#BDC69E
(189,198,158)
#A9B08D
(169,176,141)
#959A7C
(149,154,124)
#81846B
(129,132,107)
#6D6E5A
(109,110,90)
#595849
(89,88,73)
#454238
(69,66,56)
#312C27
(49,44,39)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5F2C0

#E5F2C0
(229,242,192)
#E7F3C5
(231,243,197)
#E9F4CA
(233,244,202)
#EBF5CF
(235,245,207)
#EDF6D4
(237,246,212)
#EFF7D9
(239,247,217)
#F1F8DE
(241,248,222)
#F3F9E3
(243,249,227)
#F5FAE8
(245,250,232)
#F7FBED
(247,251,237)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F2C0 color. Also use rgb(229,242,192) instead hex code.

Text Font Color

.myTextColor { color: #E5F2C0; }

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

This text font color is #E5F2C0.


Background Color

.myBgColor { background-color: #E5F2C0; }

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

This div background color is #E5F2C0.


Border color

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

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

This div border color is #E5F2C0.


Opacity

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

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

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

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

This text has shadow with #E5F2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2C0 on black background.


Color preview on white background

This text has color #E5F2C0 on white background.



Black color preview on #E5F2C0 background

This text has black color on #E5F2C0 background.


White color preview on #E5F2C0 background

This text has white color on #E5F2C0 background.