COLOR #E7F2BD

HEX: #E7F2BD
RGB: (231,242,189)

Color info

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

RGB color model

#E7F2BD color RGB value is (231,242,189).

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

RGB channels and saturation

R 231 of 255 = 91%
G 242 of 255 = 95%
B 189 of 255 = 74%

231
242
189

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

Portions of RGB colors in percentages

R + G + B =
231 + 242 + 189 = 662 (100%)
R 231 of 662 ~ 34.89%
G 242 of 662 ~ 36.56%
B 189 of 662 ~ 28.55%

%34.89
%36.56
%28.55

CMYK color model

#E7F2BD color CMYK value is (5,0,22,5).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(5,0,22,5)
C5M0Y22K5 
(5%,0%,22%,5%)
(0.05/0.00/0.22/0.05)	

CMYK percentages

%4.55
%0
%21.9
%5.1

Codes

Color #E7F2BD in popluar color models

E7F2BD
RGB231242189
HSL72°67.09%84.51%
HSB/HSV72°21.90%94.90%
CMYK4.55%0.00%21.90%
5.10%

Color #E7F2BD in popluar number systems.

HEXE7F2BD
Decimal231242189
Binary111001111111001010111101
Octal347362275

Shades and tints

Shades of #E7F2BD

#E7F2BD
(231,242,189)
#D2DCAC
(210,220,172)
#BDC69B
(189,198,155)
#A8B08A
(168,176,138)
#939A79
(147,154,121)
#7E8468
(126,132,104)
#696E57
(105,110,87)
#545846
(84,88,70)
#3F4235
(63,66,53)
#2A2C24
(42,44,36)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #E7F2BD

#E7F2BD
(231,242,189)
#E9F3C3
(233,243,195)
#EBF4C9
(235,244,201)
#EDF5CF
(237,245,207)
#EFF6D5
(239,246,213)
#F1F7DB
(241,247,219)
#F3F8E1
(243,248,225)
#F5F9E7
(245,249,231)
#F7FAED
(247,250,237)
#F9FBF3
(249,251,243)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F2BD; }

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

This text font color is #E7F2BD.


Background Color

.myBgColor { background-color: #E7F2BD; }

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

This div background color is #E7F2BD.


Border color

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

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

This div border color is #E7F2BD.


Opacity

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

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

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

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

This text has shadow with #E7F2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F2BD on black background.


Color preview on white background

This text has color #E7F2BD on white background.



Black color preview on #E7F2BD background

This text has black color on #E7F2BD background.


White color preview on #E7F2BD background

This text has white color on #E7F2BD background.