COLOR #E7F8BE

HEX: #E7F8BE RGB: (231,248,190)

Color info

#E7F8BE contains red, green and blue colors in about the same proportion. Web safe color of #E7F8BE is #FFFFCC (or #FFC).

RGB color model

#E7F8BE color RGB value is (231,248,190).

RGB: (231,248,190) (91%, 97%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 248 of 255 = 97%
B 190 of 255 = 75%

231
248
190

R + G + B ~ 88%. #E7F8BE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 248 + 190 = 669 (100%)
R 231 of 669 ~ 34.53%
G 248 of 669 ~ 37.07%
B 190 of 669 ~ 28.4'%

%34.53
%37.07
%28.4

CMYK color model

#E7F8BE color CMYK value is (7,0,23,3).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 2.75%

CMYK: (7,0,23,3)
C7M0Y23K3 (7%, 0%, 23%, 3%)
(0.07 / 0.00 / 0.23 / 0.03)

CMYK percentages

%6.85
%0
%23.39
%2.75

Codes

Color #E7F8BE in popluar color models

E7 F8 BE
RGB 231 248 190
HSL 78° 80.56% 85.88%
HSB/HSV 78° 23.39% 97.25%
CMYK 6.85% 0.00% 23.39%
2.75%

Color #E7F8BE in popluar number systems.

HEX E7 F8 BE
Decimal 231 248 190
Binary 11100111 11111000 10111110
Octal 347 370 276

Shades and tints

Shades of #E7F8BE

#E7F8BE
(231,248,190)
#D2E2AD
(210,226,173)
#BDCC9C
(189,204,156)
#A8B68B
(168,182,139)
#93A07A
(147,160,122)
#7E8A69
(126,138,105)
#697458
(105,116,88)
#545E47
(84,94,71)
#3F4836
(63,72,54)
#2A3225
(42,50,37)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #E7F8BE

#E7F8BE
(231,248,190)
#E9F8C3
(233,248,195)
#EBF8C8
(235,248,200)
#EDF8CD
(237,248,205)
#EFF8D2
(239,248,210)
#F1F8D7
(241,248,215)
#F3F8DC
(243,248,220)
#F5F8E1
(245,248,225)
#F7F8E6
(247,248,230)
#F9F8EB
(249,248,235)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F8BE color. Also use rgb(231,248,190) instead hex code.

Text Font Color

.myTextColor { color: #E7F8BE; }

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

This text font color is #E7F8BE.

Background Color

.myBgColor { background-color: #E7F8BE; }

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

This div background color is #E7F8BE.

Border color

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

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

This div border color is #E7F8BE.

Opacity

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

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

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

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

This text has shadow with #E7F8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F8BE.

Preview

Color preview on black background

This text has color #E7F8BE on black background.


Color preview on white background

This text has color #E7F8BE on white background.


Black color preview on #E7F8BE background

This text has black color on #E7F8BE background.


White color preview on #E7F8BE background

This text has white color on #E7F8BE background.


Related colors

Complementary color

Complementary color for #hex is #180741.


I love getcolorcode.com

Triadic colors

1 #BEE7F8 and #F8BEE7 with #E7F8BE are triadic colors.

2 #BEF8E7 and #F8E7BE with #E7F8BE are triadic colors.