COLOR #E2F5B6

HEX: #E2F5B6 RGB: (226,245,182)

Color info

#E2F5B6 contains mainly red and green colors. Web safe color of #E2F5B6 is #CCFFCC (or #CFC).

RGB color model

#E2F5B6 color RGB value is (226,245,182).

RGB: (226,245,182) (89%, 96%, 71%)

RGB channels and saturation

R 226 of 255 = 89%
G 245 of 255 = 96%
B 182 of 255 = 71%

226
245
182

R + G + B ~ 85%. #E2F5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 245 + 182 = 653 (100%)
R 226 of 653 ~ 34.61%
G 245 of 653 ~ 37.52%
B 182 of 653 ~ 27.87'%

%34.61
%37.52
%27.87

CMYK color model

#E2F5B6 color CMYK value is (8,0,26,4).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 3.92%

CMYK: (8,0,26,4)
C8M0Y26K4 (8%, 0%, 26%, 4%)
(0.08 / 0.00 / 0.26 / 0.04)

CMYK percentages

%7.76
%0
%25.71
%3.92

Codes

Color #E2F5B6 in popluar color models

E2 F5 B6
RGB 226 245 182
HSL 78° 75.90% 83.73%
HSB/HSV 78° 25.71% 96.08%
CMYK 7.76% 0.00% 25.71%
3.92%

Color #E2F5B6 in popluar number systems.

HEX E2 F5 B6
Decimal 226 245 182
Binary 11100010 11110101 10110110
Octal 342 365 266

Shades and tints

Shades of #E2F5B6

#E2F5B6
(226,245,182)
#CEDFA6
(206,223,166)
#BAC996
(186,201,150)
#A6B386
(166,179,134)
#929D76
(146,157,118)
#7E8766
(126,135,102)
#6A7156
(106,113,86)
#565B46
(86,91,70)
#424536
(66,69,54)
#2E2F26
(46,47,38)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #E2F5B6

#E2F5B6
(226,245,182)
#E4F5BC
(228,245,188)
#E6F5C2
(230,245,194)
#E8F5C8
(232,245,200)
#EAF5CE
(234,245,206)
#ECF5D4
(236,245,212)
#EEF5DA
(238,245,218)
#F0F5E0
(240,245,224)
#F2F5E6
(242,245,230)
#F4F5EC
(244,245,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F5B6 color. Also use rgb(226,245,182) instead hex code.

Text Font Color

.myTextColor { color: #E2F5B6; }

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

This text font color is #E2F5B6.

Background Color

.myBgColor { background-color: #E2F5B6; }

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

This div background color is #E2F5B6.

Border color

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

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

This div border color is #E2F5B6.

Opacity

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

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

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

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

This text has shadow with #E2F5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F5B6.

Preview

Color preview on black background

This text has color #E2F5B6 on black background.


Color preview on white background

This text has color #E2F5B6 on white background.


Black color preview on #E2F5B6 background

This text has black color on #E2F5B6 background.


White color preview on #E2F5B6 background

This text has white color on #E2F5B6 background.


Related colors

Complementary color

Complementary color for #hex is #1D0A49.


I love getcolorcode.com

Triadic colors

1 #B6E2F5 and #F5B6E2 with #E2F5B6 are triadic colors.

2 #B6F5E2 and #F5E2B6 with #E2F5B6 are triadic colors.