COLOR #E2F6BE

HEX: #E2F6BE RGB: (226,246,190)

Color info

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

RGB color model

#E2F6BE color RGB value is (226,246,190).

RGB: (226,246,190) (89%, 96%, 75%)

RGB channels and saturation

R 226 of 255 = 89%
G 246 of 255 = 96%
B 190 of 255 = 75%

226
246
190

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

Portions of RGB colors in percentages

R + G + B = 226 + 246 + 190 = 662 (100%)
R 226 of 662 ~ 34.14%
G 246 of 662 ~ 37.16%
B 190 of 662 ~ 28.7'%

%34.14
%37.16
%28.7

CMYK color model

#E2F6BE color CMYK value is (8,0,23,4).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 3.53%

CMYK: (8,0,23,4)
C8M0Y23K4 (8%, 0%, 23%, 4%)
(0.08 / 0.00 / 0.23 / 0.04)

CMYK percentages

%8.13
%0
%22.76
%3.53

Codes

Color #E2F6BE in popluar color models

E2 F6 BE
RGB 226 246 190
HSL 81° 75.68% 85.49%
HSB/HSV 81° 22.76% 96.47%
CMYK 8.13% 0.00% 22.76%
3.53%

Color #E2F6BE in popluar number systems.

HEX E2 F6 BE
Decimal 226 246 190
Binary 11100010 11110110 10111110
Octal 342 366 276

Shades and tints

Shades of #E2F6BE

#E2F6BE
(226,246,190)
#CEE0AD
(206,224,173)
#BACA9C
(186,202,156)
#A6B48B
(166,180,139)
#929E7A
(146,158,122)
#7E8869
(126,136,105)
#6A7258
(106,114,88)
#565C47
(86,92,71)
#424636
(66,70,54)
#2E3025
(46,48,37)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #E2F6BE

#E2F6BE
(226,246,190)
#E4F6C3
(228,246,195)
#E6F6C8
(230,246,200)
#E8F6CD
(232,246,205)
#EAF6D2
(234,246,210)
#ECF6D7
(236,246,215)
#EEF6DC
(238,246,220)
#F0F6E1
(240,246,225)
#F2F6E6
(242,246,230)
#F4F6EB
(244,246,235)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F6BE color. Also use rgb(226,246,190) instead hex code.

Text Font Color

.myTextColor { color: #E2F6BE; }

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

This text font color is #E2F6BE.

Background Color

.myBgColor { background-color: #E2F6BE; }

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

This div background color is #E2F6BE.

Border color

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

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

This div border color is #E2F6BE.

Opacity

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

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

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

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

This text has shadow with #E2F6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F6BE.

Preview

Color preview on black background

This text has color #E2F6BE on black background.


Color preview on white background

This text has color #E2F6BE on white background.


Black color preview on #E2F6BE background

This text has black color on #E2F6BE background.


White color preview on #E2F6BE background

This text has white color on #E2F6BE background.


Related colors

Complementary color

Complementary color for #hex is #1D0941.


I love getcolorcode.com

Triadic colors

1 #BEE2F6 and #F6BEE2 with #E2F6BE are triadic colors.

2 #BEF6E2 and #F6E2BE with #E2F6BE are triadic colors.