COLOR #E7F4BD

HEX: #E7F4BD
RGB: (231,244,189)

Color info

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

RGB color model

#E7F4BD color RGB value is (231,244,189).

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

RGB channels and saturation

R 231 of 255 = 91%
G 244 of 255 = 96%
B 189 of 255 = 74%

231
244
189

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

Portions of RGB colors in percentages

R + G + B =
231 + 244 + 189 = 664 (100%)
R 231 of 664 ~ 34.79%
G 244 of 664 ~ 36.75%
B 189 of 664 ~ 28.46%

%34.79
%36.75
%28.46

CMYK color model

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

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 4.31%
CMYK:
(5,0,23,4)
C5M0Y23K4 
(5%,0%,23%,4%)
(0.05/0.00/0.23/0.04)	

CMYK percentages

%5.33
%0
%22.54
%4.31

Codes

Color #E7F4BD in popluar color models

E7F4BD
RGB231244189
HSL74°71.43%84.90%
HSB/HSV74°22.54%95.69%
CMYK5.33%0.00%22.54%
4.31%

Color #E7F4BD in popluar number systems.

HEXE7F4BD
Decimal231244189
Binary111001111111010010111101
Octal347364275

Shades and tints

Shades of #E7F4BD

#E7F4BD
(231,244,189)
#D2DEAC
(210,222,172)
#BDC89B
(189,200,155)
#A8B28A
(168,178,138)
#939C79
(147,156,121)
#7E8668
(126,134,104)
#697057
(105,112,87)
#545A46
(84,90,70)
#3F4435
(63,68,53)
#2A2E24
(42,46,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #E7F4BD

#E7F4BD
(231,244,189)
#E9F5C3
(233,245,195)
#EBF6C9
(235,246,201)
#EDF7CF
(237,247,207)
#EFF8D5
(239,248,213)
#F1F9DB
(241,249,219)
#F3FAE1
(243,250,225)
#F5FBE7
(245,251,231)
#F7FCED
(247,252,237)
#F9FDF3
(249,253,243)
#FBFEF9
(251,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F4BD; }

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

This text font color is #E7F4BD.


Background Color

.myBgColor { background-color: #E7F4BD; }

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

This div background color is #E7F4BD.


Border color

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

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

This div border color is #E7F4BD.


Opacity

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

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

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

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

This text has shadow with #E7F4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F4BD on black background.


Color preview on white background

This text has color #E7F4BD on white background.



Black color preview on #E7F4BD background

This text has black color on #E7F4BD background.


White color preview on #E7F4BD background

This text has white color on #E7F4BD background.