COLOR #E4F2C2

HEX: #E4F2C2 RGB: (228,242,194)

Color info

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

RGB color model

#E4F2C2 color RGB value is (228,242,194).

RGB: (228,242,194) (89%, 95%, 76%)

RGB channels and saturation

R 228 of 255 = 89%
G 242 of 255 = 95%
B 194 of 255 = 76%

228
242
194

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

Portions of RGB colors in percentages

R + G + B = 228 + 242 + 194 = 664 (100%)
R 228 of 664 ~ 34.34%
G 242 of 664 ~ 36.45%
B 194 of 664 ~ 29.22'%

%34.34
%36.45
%29.22

CMYK color model

#E4F2C2 color CMYK value is (6,0,20,5).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 5.10%

CMYK: (6,0,20,5)
C6M0Y20K5 (6%, 0%, 20%, 5%)
(0.06 / 0.00 / 0.20 / 0.05)

CMYK percentages

%5.79
%0
%19.83
%5.1

Codes

Color #E4F2C2 in popluar color models

E4 F2 C2
RGB 228 242 194
HSL 78° 64.86% 85.49%
HSB/HSV 78° 19.83% 94.90%
CMYK 5.79% 0.00% 19.83%
5.10%

Color #E4F2C2 in popluar number systems.

HEX E4 F2 C2
Decimal 228 242 194
Binary 11100100 11110010 11000010
Octal 344 362 302

Shades and tints

Shades of #E4F2C2

#E4F2C2
(228,242,194)
#D0DCB1
(208,220,177)
#BCC6A0
(188,198,160)
#A8B08F
(168,176,143)
#949A7E
(148,154,126)
#80846D
(128,132,109)
#6C6E5C
(108,110,92)
#58584B
(88,88,75)
#44423A
(68,66,58)
#302C29
(48,44,41)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4F2C2

#E4F2C2
(228,242,194)
#E6F3C7
(230,243,199)
#E8F4CC
(232,244,204)
#EAF5D1
(234,245,209)
#ECF6D6
(236,246,214)
#EEF7DB
(238,247,219)
#F0F8E0
(240,248,224)
#F2F9E5
(242,249,229)
#F4FAEA
(244,250,234)
#F6FBEF
(246,251,239)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F2C2 color. Also use rgb(228,242,194) instead hex code.

Text Font Color

.myTextColor { color: #E4F2C2; }

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

This text font color is #E4F2C2.

Background Color

.myBgColor { background-color: #E4F2C2; }

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

This div background color is #E4F2C2.

Border color

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

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

This div border color is #E4F2C2.

Opacity

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

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

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

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

This text has shadow with #E4F2C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F2C2.

Preview

Color preview on black background

This text has color #E4F2C2 on black background.


Color preview on white background

This text has color #E4F2C2 on white background.


Black color preview on #E4F2C2 background

This text has black color on #E4F2C2 background.


White color preview on #E4F2C2 background

This text has white color on #E4F2C2 background.


Related colors

Complementary color

Complementary color for #hex is #1B0D3D.


I love getcolorcode.com

Triadic colors

1 #C2E4F2 and #F2C2E4 with #E4F2C2 are triadic colors.

2 #C2F2E4 and #F2E4C2 with #E4F2C2 are triadic colors.