COLOR #E7F2BB

HEX: #E7F2BB
RGB: (231,242,187)

Color info

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

RGB color model

#E7F2BB color RGB value is (231,242,187).

  • red value is 231;
  • green value is 242;
  • blue value is 187.
RGB: (231,242,187) (91%,95%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 242 of 255 = 95%
B 187 of 255 = 73%

231
242
187

R + G + B ~ 86%. #E7F2BB is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 242 + 187 = 660 (100%)
R 231 of 660 ~ 35%
G 242 of 660 ~ 36.67%
B 187 of 660 ~ 28.33%

%35
%36.67
%28.33

CMYK color model

#E7F2BB color CMYK value is (5,0,23,5).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK: (5,0,23,5) C5M0Y23K5 (5%,0%,23%,5%) (0.05/0.00/0.23/0.05)

CMYK percentages

%4.55
%0
%22.73
%5.1

Codes

Color #E7F2BB in popluar color models

E7F2BB
RGB231242187
HSL72°67.90%84.12%
HSB/HSV72°22.73%94.90%
CMYK4.55%0.00%22.73%
5.10%

Color #E7F2BB in popluar number systems.

HEXE7F2BB
Decimal231242187
Binary111001111111001010111011
Octal347362273

Shades and tints

Shades of #E7F2BB

#E7F2BB
(231,242,187)
#D2DCAA
(210,220,170)
#BDC699
(189,198,153)
#A8B088
(168,176,136)
#939A77
(147,154,119)
#7E8466
(126,132,102)
#696E55
(105,110,85)
#545844
(84,88,68)
#3F4233
(63,66,51)
#2A2C22
(42,44,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #E7F2BB

#E7F2BB
(231,242,187)
#E9F3C1
(233,243,193)
#EBF4C7
(235,244,199)
#EDF5CD
(237,245,205)
#EFF6D3
(239,246,211)
#F1F7D9
(241,247,217)
#F3F8DF
(243,248,223)
#F5F9E5
(245,249,229)
#F7FAEB
(247,250,235)
#F9FBF1
(249,251,241)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F2BB color. Also use rgb(231,242,187) instead hex code.

Text Font Color

.myTextColor { color: #E7F2BB; }

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

This text font color is #E7F2BB.


Background Color

.myBgColor { background-color: #E7F2BB; }

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

This div background color is #E7F2BB.


Border color

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

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

This div border color is #E7F2BB.


Opacity

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

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

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

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

This text has shadow with #E7F2BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7F2BB on black background.


Color preview on white background

This text has color #E7F2BB on white background.



Black color preview on #E7F2BB background

This text has black color on #E7F2BB background.


White color preview on #E7F2BB background

This text has white color on #E7F2BB background.