COLOR #E3F6BE

HEX: #E3F6BE RGB: (227,246,190)

Color info

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

RGB color model

#E3F6BE color RGB value is (227,246,190).

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

RGB channels and saturation

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

227
246
190

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

Portions of RGB colors in percentages

R + G + B = 227 + 246 + 190 = 663 (100%)
R 227 of 663 ~ 34.24%
G 246 of 663 ~ 37.1%
B 190 of 663 ~ 28.66'%

%34.24
%37.1
%28.66

CMYK color model

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

  • cyan value is 7.72%
  • 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

%7.72
%0
%22.76
%3.53

Codes

Color #E3F6BE in popluar color models

E3 F6 BE
RGB 227 246 190
HSL 80° 75.68% 85.49%
HSB/HSV 80° 22.76% 96.47%
CMYK 7.72% 0.00% 22.76%
3.53%

Color #E3F6BE in popluar number systems.

HEX E3 F6 BE
Decimal 227 246 190
Binary 11100011 11110110 10111110
Octal 343 366 276

Shades and tints

Shades of #E3F6BE

#E3F6BE
(227,246,190)
#CFE0AD
(207,224,173)
#BBCA9C
(187,202,156)
#A7B48B
(167,180,139)
#939E7A
(147,158,122)
#7F8869
(127,136,105)
#6B7258
(107,114,88)
#575C47
(87,92,71)
#434636
(67,70,54)
#2F3025
(47,48,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #E3F6BE

#E3F6BE
(227,246,190)
#E5F6C3
(229,246,195)
#E7F6C8
(231,246,200)
#E9F6CD
(233,246,205)
#EBF6D2
(235,246,210)
#EDF6D7
(237,246,215)
#EFF6DC
(239,246,220)
#F1F6E1
(241,246,225)
#F3F6E6
(243,246,230)
#F5F6EB
(245,246,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F6BE; }

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

This text font color is #E3F6BE.

Background Color

.myBgColor { background-color: #E3F6BE; }

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

This div background color is #E3F6BE.

Border color

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

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

This div border color is #E3F6BE.

Opacity

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

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

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

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

This text has shadow with #E3F6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F6BE.

Preview

Color preview on black background

This text has color #E3F6BE on black background.


Color preview on white background

This text has color #E3F6BE on white background.


Black color preview on #E3F6BE background

This text has black color on #E3F6BE background.


White color preview on #E3F6BE background

This text has white color on #E3F6BE background.


Related colors

Complementary color

Complementary color for #hex is #1C0941.


I love getcolorcode.com

Triadic colors

1 #BEE3F6 and #F6BEE3 with #E3F6BE are triadic colors.

2 #BEF6E3 and #F6E3BE with #E3F6BE are triadic colors.