COLOR #E7FBD7

HEX: #E7FBD7
RGB: (231,251,215)

Color info

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

RGB color model

#E7FBD7 color RGB value is (231,251,215).

  • red value is 231;
  • green value is 251;
  • blue value is 215.
RGB:
(231,251,215)
(91%,98%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 215 of 255 = 84%

231
251
215

R + G + B ~ 91%. #E7FBD7 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 251 + 215 = 697 (100%)
R 231 of 697 ~ 33.14%
G 251 of 697 ~ 36.01%
B 215 of 697 ~ 30.85%

%33.14
%36.01
%30.85

CMYK color model

#E7FBD7 color CMYK value is (8,0,14,2).

  • cyan value is 7.97%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(8,0,14,2)
C8M0Y14K2 
(8%,0%,14%,2%)
(0.08/0.00/0.14/0.02)	

CMYK percentages

%7.97
%0
%14.34
%1.57

Codes

Color #E7FBD7 in popluar color models

E7FBD7
RGB231251215
HSL93°81.82%91.37%
HSB/HSV93°14.34%98.43%
CMYK7.97%0.00%14.34%
1.57%

Color #E7FBD7 in popluar number systems.

HEXE7FBD7
Decimal231251215
Binary111001111111101111010111
Octal347373327

Shades and tints

Shades of #E7FBD7

#E7FBD7
(231,251,215)
#D2E5C4
(210,229,196)
#BDCFB1
(189,207,177)
#A8B99E
(168,185,158)
#93A38B
(147,163,139)
#7E8D78
(126,141,120)
#697765
(105,119,101)
#546152
(84,97,82)
#3F4B3F
(63,75,63)
#2A352C
(42,53,44)
#151F19
(21,31,25)
#000000
(0,0,0)

Tints of #E7FBD7

#E7FBD7
(231,251,215)
#E9FBDA
(233,251,218)
#EBFBDD
(235,251,221)
#EDFBE0
(237,251,224)
#EFFBE3
(239,251,227)
#F1FBE6
(241,251,230)
#F3FBE9
(243,251,233)
#F5FBEC
(245,251,236)
#F7FBEF
(247,251,239)
#F9FBF2
(249,251,242)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FBD7 color. Also use rgb(231,251,215) instead hex code.

Text Font Color

.myTextColor { color: #E7FBD7; }

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

This text font color is #E7FBD7.


Background Color

.myBgColor { background-color: #E7FBD7; }

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

This div background color is #E7FBD7.


Border color

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

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

This div border color is #E7FBD7.


Opacity

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

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

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

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

This text has shadow with #E7FBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FBD7 on black background.


Color preview on white background

This text has color #E7FBD7 on white background.



Black color preview on #E7FBD7 background

This text has black color on #E7FBD7 background.


White color preview on #E7FBD7 background

This text has white color on #E7FBD7 background.