COLOR #E2F4BC

HEX: #E2F4BC RGB: (226,244,188)

Color info

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

RGB color model

#E2F4BC color RGB value is (226,244,188).

RGB: (226,244,188) (89%, 96%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 244 of 255 = 96%
B 188 of 255 = 74%

226
244
188

R + G + B ~ 86%. #E2F4BC is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 244 + 188 = 658 (100%)
R 226 of 658 ~ 34.35%
G 244 of 658 ~ 37.08%
B 188 of 658 ~ 28.57'%

%34.35
%37.08
%28.57

CMYK color model

#E2F4BC color CMYK value is (7,0,23,4).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 4.31%

CMYK: (7,0,23,4)
C7M0Y23K4 (7%, 0%, 23%, 4%)
(0.07 / 0.00 / 0.23 / 0.04)

CMYK percentages

%7.38
%0
%22.95
%4.31

Codes

Color #E2F4BC in popluar color models

E2 F4 BC
RGB 226 244 188
HSL 79° 71.79% 84.71%
HSB/HSV 79° 22.95% 95.69%
CMYK 7.38% 0.00% 22.95%
4.31%

Color #E2F4BC in popluar number systems.

HEX E2 F4 BC
Decimal 226 244 188
Binary 11100010 11110100 10111100
Octal 342 364 274

Shades and tints

Shades of #E2F4BC

#E2F4BC
(226,244,188)
#CEDEAB
(206,222,171)
#BAC89A
(186,200,154)
#A6B289
(166,178,137)
#929C78
(146,156,120)
#7E8667
(126,134,103)
#6A7056
(106,112,86)
#565A45
(86,90,69)
#424434
(66,68,52)
#2E2E23
(46,46,35)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #E2F4BC

#E2F4BC
(226,244,188)
#E4F5C2
(228,245,194)
#E6F6C8
(230,246,200)
#E8F7CE
(232,247,206)
#EAF8D4
(234,248,212)
#ECF9DA
(236,249,218)
#EEFAE0
(238,250,224)
#F0FBE6
(240,251,230)
#F2FCEC
(242,252,236)
#F4FDF2
(244,253,242)
#F6FEF8
(246,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F4BC color. Also use rgb(226,244,188) instead hex code.

Text Font Color

.myTextColor { color: #E2F4BC; }

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

This text font color is #E2F4BC.

Background Color

.myBgColor { background-color: #E2F4BC; }

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

This div background color is #E2F4BC.

Border color

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

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

This div border color is #E2F4BC.

Opacity

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

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

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

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

This text has shadow with #E2F4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F4BC.

Preview

Color preview on black background

This text has color #E2F4BC on black background.


Color preview on white background

This text has color #E2F4BC on white background.


Black color preview on #E2F4BC background

This text has black color on #E2F4BC background.


White color preview on #E2F4BC background

This text has white color on #E2F4BC background.


Related colors

Complementary color

Complementary color for #hex is #1D0B43.


I love getcolorcode.com

Triadic colors

1 #BCE2F4 and #F4BCE2 with #E2F4BC are triadic colors.

2 #BCF4E2 and #F4E2BC with #E2F4BC are triadic colors.