COLOR #E7EFBE

HEX: #E7EFBE
RGB: (231,239,190)

Color info

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

RGB color model

#E7EFBE color RGB value is (231,239,190).

  • red value is 231;
  • green value is 239;
  • blue value is 190.
RGB:
(231,239,190)
(91%,94%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 190 of 255 = 75%

231
239
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 239 + 190 = 660 (100%)
R 231 of 660 ~ 35%
G 239 of 660 ~ 36.21%
B 190 of 660 ~ 28.79%

%35
%36.21
%28.79

CMYK color model

#E7EFBE color CMYK value is (3,0,21,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK:
(3,0,21,6)
C3M0Y21K6 
(3%,0%,21%,6%)
(0.03/0.00/0.21/0.06)	

CMYK percentages

%3.35
%0
%20.5
%6.27

Codes

Color #E7EFBE in popluar color models

E7EFBE
RGB231239190
HSL70°60.49%84.12%
HSB/HSV70°20.50%93.73%
CMYK3.35%0.00%20.50%
6.27%

Color #E7EFBE in popluar number systems.

HEXE7EFBE
Decimal231239190
Binary111001111110111110111110
Octal347357276

Shades and tints

Shades of #E7EFBE

#E7EFBE
(231,239,190)
#D2DAAD
(210,218,173)
#BDC59C
(189,197,156)
#A8B08B
(168,176,139)
#939B7A
(147,155,122)
#7E8669
(126,134,105)
#697158
(105,113,88)
#545C47
(84,92,71)
#3F4736
(63,71,54)
#2A3225
(42,50,37)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #E7EFBE

#E7EFBE
(231,239,190)
#E9F0C3
(233,240,195)
#EBF1C8
(235,241,200)
#EDF2CD
(237,242,205)
#EFF3D2
(239,243,210)
#F1F4D7
(241,244,215)
#F3F5DC
(243,245,220)
#F5F6E1
(245,246,225)
#F7F7E6
(247,247,230)
#F9F8EB
(249,248,235)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EFBE color. Also use rgb(231,239,190) instead hex code.

Text Font Color

.myTextColor { color: #E7EFBE; }

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

This text font color is #E7EFBE.


Background Color

.myBgColor { background-color: #E7EFBE; }

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

This div background color is #E7EFBE.


Border color

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

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

This div border color is #E7EFBE.


Opacity

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

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

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

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

This text has shadow with #E7EFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EFBE on black background.


Color preview on white background

This text has color #E7EFBE on white background.



Black color preview on #E7EFBE background

This text has black color on #E7EFBE background.


White color preview on #E7EFBE background

This text has white color on #E7EFBE background.