COLOR #E7F8BD

HEX: #E7F8BD
RGB: (231,248,189)

Color info

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

RGB color model

#E7F8BD color RGB value is (231,248,189).

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

RGB channels and saturation

R 231 of 255 = 91%
G 248 of 255 = 97%
B 189 of 255 = 74%

231
248
189

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

Portions of RGB colors in percentages

R + G + B =
231 + 248 + 189 = 668 (100%)
R 231 of 668 ~ 34.58%
G 248 of 668 ~ 37.13%
B 189 of 668 ~ 28.29%

%34.58
%37.13
%28.29

CMYK color model

#E7F8BD color CMYK value is (7,0,24,3).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 2.75%
CMYK:
(7,0,24,3)
C7M0Y24K3 
(7%,0%,24%,3%)
(0.07/0.00/0.24/0.03)	

CMYK percentages

%6.85
%0
%23.79
%2.75

Codes

Color #E7F8BD in popluar color models

E7F8BD
RGB231248189
HSL77°80.82%85.69%
HSB/HSV77°23.79%97.25%
CMYK6.85%0.00%23.79%
2.75%

Color #E7F8BD in popluar number systems.

HEXE7F8BD
Decimal231248189
Binary111001111111100010111101
Octal347370275

Shades and tints

Shades of #E7F8BD

#E7F8BD
(231,248,189)
#D2E2AC
(210,226,172)
#BDCC9B
(189,204,155)
#A8B68A
(168,182,138)
#93A079
(147,160,121)
#7E8A68
(126,138,104)
#697457
(105,116,87)
#545E46
(84,94,70)
#3F4835
(63,72,53)
#2A3224
(42,50,36)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #E7F8BD

#E7F8BD
(231,248,189)
#E9F8C3
(233,248,195)
#EBF8C9
(235,248,201)
#EDF8CF
(237,248,207)
#EFF8D5
(239,248,213)
#F1F8DB
(241,248,219)
#F3F8E1
(243,248,225)
#F5F8E7
(245,248,231)
#F7F8ED
(247,248,237)
#F9F8F3
(249,248,243)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F8BD; }

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

This text font color is #E7F8BD.


Background Color

.myBgColor { background-color: #E7F8BD; }

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

This div background color is #E7F8BD.


Border color

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

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

This div border color is #E7F8BD.


Opacity

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

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

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

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

This text has shadow with #E7F8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F8BD on black background.


Color preview on white background

This text has color #E7F8BD on white background.



Black color preview on #E7F8BD background

This text has black color on #E7F8BD background.


White color preview on #E7F8BD background

This text has white color on #E7F8BD background.