COLOR #E7F0BE

HEX: #E7F0BE
RGB: (231,240,190)

Color info

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

RGB color model

#E7F0BE color RGB value is (231,240,190).

  • red value is 231;
  • green value is 240;
  • blue value is 190.
RGB:
(231,240,190)
(91%,94%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 190 of 255 = 75%

231
240
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 240 + 190 = 661 (100%)
R 231 of 661 ~ 34.95%
G 240 of 661 ~ 36.31%
B 190 of 661 ~ 28.74%

%34.95
%36.31
%28.74

CMYK color model

#E7F0BE color CMYK value is (4,0,21,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(4,0,21,6)
C4M0Y21K6 
(4%,0%,21%,6%)
(0.04/0.00/0.21/0.06)	

CMYK percentages

%3.75
%0
%20.83
%5.88

Codes

Color #E7F0BE in popluar color models

E7F0BE
RGB231240190
HSL71°62.50%84.31%
HSB/HSV71°20.83%94.12%
CMYK3.75%0.00%20.83%
5.88%

Color #E7F0BE in popluar number systems.

HEXE7F0BE
Decimal231240190
Binary111001111111000010111110
Octal347360276

Shades and tints

Shades of #E7F0BE

#E7F0BE
(231,240,190)
#D2DBAD
(210,219,173)
#BDC69C
(189,198,156)
#A8B18B
(168,177,139)
#939C7A
(147,156,122)
#7E8769
(126,135,105)
#697258
(105,114,88)
#545D47
(84,93,71)
#3F4836
(63,72,54)
#2A3325
(42,51,37)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #E7F0BE

#E7F0BE
(231,240,190)
#E9F1C3
(233,241,195)
#EBF2C8
(235,242,200)
#EDF3CD
(237,243,205)
#EFF4D2
(239,244,210)
#F1F5D7
(241,245,215)
#F3F6DC
(243,246,220)
#F5F7E1
(245,247,225)
#F7F8E6
(247,248,230)
#F9F9EB
(249,249,235)
#FBFAF0
(251,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F0BE; }

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

This text font color is #E7F0BE.


Background Color

.myBgColor { background-color: #E7F0BE; }

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

This div background color is #E7F0BE.


Border color

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

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

This div border color is #E7F0BE.


Opacity

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

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

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

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

This text has shadow with #E7F0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F0BE on black background.


Color preview on white background

This text has color #E7F0BE on white background.



Black color preview on #E7F0BE background

This text has black color on #E7F0BE background.


White color preview on #E7F0BE background

This text has white color on #E7F0BE background.