COLOR #E7FBE2

HEX: #E7FBE2
RGB: (231,251,226)

Color info

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

RGB color model

#E7FBE2 color RGB value is (231,251,226).

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

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 226 of 255 = 89%

231
251
226

R + G + B ~ 93%. #E7FBE2 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 251 + 226 = 708 (100%)
R 231 of 708 ~ 32.63%
G 251 of 708 ~ 35.45%
B 226 of 708 ~ 31.92%

%32.63
%35.45
%31.92

CMYK color model

#E7FBE2 color CMYK value is (8,0,10,2).

  • cyan value is 7.97%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(8,0,10,2)
C8M0Y10K2 
(8%,0%,10%,2%)
(0.08/0.00/0.10/0.02)	

CMYK percentages

%7.97
%0
%9.96
%1.57

Codes

Color #E7FBE2 in popluar color models

E7FBE2
RGB231251226
HSL108°75.76%93.53%
HSB/HSV108°9.96%98.43%
CMYK7.97%0.00%9.96%
1.57%

Color #E7FBE2 in popluar number systems.

HEXE7FBE2
Decimal231251226
Binary111001111111101111100010
Octal347373342

Shades and tints

Shades of #E7FBE2

#E7FBE2
(231,251,226)
#D2E5CE
(210,229,206)
#BDCFBA
(189,207,186)
#A8B9A6
(168,185,166)
#93A392
(147,163,146)
#7E8D7E
(126,141,126)
#69776A
(105,119,106)
#546156
(84,97,86)
#3F4B42
(63,75,66)
#2A352E
(42,53,46)
#151F1A
(21,31,26)
#000000
(0,0,0)

Tints of #E7FBE2

#E7FBE2
(231,251,226)
#E9FBE4
(233,251,228)
#EBFBE6
(235,251,230)
#EDFBE8
(237,251,232)
#EFFBEA
(239,251,234)
#F1FBEC
(241,251,236)
#F3FBEE
(243,251,238)
#F5FBF0
(245,251,240)
#F7FBF2
(247,251,242)
#F9FBF4
(249,251,244)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FBE2; }

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

This text font color is #E7FBE2.


Background Color

.myBgColor { background-color: #E7FBE2; }

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

This div background color is #E7FBE2.


Border color

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

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

This div border color is #E7FBE2.


Opacity

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

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

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

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

This text has shadow with #E7FBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FBE2 on black background.


Color preview on white background

This text has color #E7FBE2 on white background.



Black color preview on #E7FBE2 background

This text has black color on #E7FBE2 background.


White color preview on #E7FBE2 background

This text has white color on #E7FBE2 background.