COLOR #E7F9BD

HEX: #E7F9BD
RGB: (231,249,189)

Color info

#E7F9BD contains mainly red and green colors. Web safe color of #E7F9BD is #FFFFCC (or #FFC).

RGB color model

#E7F9BD color RGB value is (231,249,189).

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

RGB channels and saturation

R 231 of 255 = 91%
G 249 of 255 = 98%
B 189 of 255 = 74%

231
249
189

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

Portions of RGB colors in percentages

R + G + B =
231 + 249 + 189 = 669 (100%)
R 231 of 669 ~ 34.53%
G 249 of 669 ~ 37.22%
B 189 of 669 ~ 28.25%

%34.53
%37.22
%28.25

CMYK color model

#E7F9BD color CMYK value is (7,0,24,2).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 2.35%
CMYK:
(7,0,24,2)
C7M0Y24K2 
(7%,0%,24%,2%)
(0.07/0.00/0.24/0.02)	

CMYK percentages

%7.23
%0
%24.1
%2.35

Codes

Color #E7F9BD in popluar color models

E7F9BD
RGB231249189
HSL78°83.33%85.88%
HSB/HSV78°24.10%97.65%
CMYK7.23%0.00%24.10%
2.35%

Color #E7F9BD in popluar number systems.

HEXE7F9BD
Decimal231249189
Binary111001111111100110111101
Octal347371275

Shades and tints

Shades of #E7F9BD

#E7F9BD
(231,249,189)
#D2E3AC
(210,227,172)
#BDCD9B
(189,205,155)
#A8B78A
(168,183,138)
#93A179
(147,161,121)
#7E8B68
(126,139,104)
#697557
(105,117,87)
#545F46
(84,95,70)
#3F4935
(63,73,53)
#2A3324
(42,51,36)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #E7F9BD

#E7F9BD
(231,249,189)
#E9F9C3
(233,249,195)
#EBF9C9
(235,249,201)
#EDF9CF
(237,249,207)
#EFF9D5
(239,249,213)
#F1F9DB
(241,249,219)
#F3F9E1
(243,249,225)
#F5F9E7
(245,249,231)
#F7F9ED
(247,249,237)
#F9F9F3
(249,249,243)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F9BD; }

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

This text font color is #E7F9BD.


Background Color

.myBgColor { background-color: #E7F9BD; }

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

This div background color is #E7F9BD.


Border color

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

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

This div border color is #E7F9BD.


Opacity

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

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

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

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

This text has shadow with #E7F9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F9BD on black background.


Color preview on white background

This text has color #E7F9BD on white background.



Black color preview on #E7F9BD background

This text has black color on #E7F9BD background.


White color preview on #E7F9BD background

This text has white color on #E7F9BD background.