COLOR #E7EBAE

HEX: #E7EBAE
RGB: (231,235,174)

Color info

#E7EBAE contains mainly red and green colors. Web safe color of #E7EBAE is #FFFF99 (or #FF9).

RGB color model

#E7EBAE color RGB value is (231,235,174).

  • red value is 231;
  • green value is 235;
  • blue value is 174.
RGB:
(231,235,174)
(91%,92%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 174 of 255 = 68%

231
235
174

R + G + B ~ 84%. #E7EBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 174 = 640 (100%)
R 231 of 640 ~ 36.09%
G 235 of 640 ~ 36.72%
B 174 of 640 ~ 27.19%

%36.09
%36.72
%27.19

CMYK color model

#E7EBAE color CMYK value is (2,0,26,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 7.84%
CMYK:
(2,0,26,8)
C2M0Y26K8 
(2%,0%,26%,8%)
(0.02/0.00/0.26/0.08)	

CMYK percentages

%1.7
%0
%25.96
%7.84

Codes

Color #E7EBAE in popluar color models

E7EBAE
RGB231235174
HSL64°60.40%80.20%
HSB/HSV64°25.96%92.16%
CMYK1.70%0.00%25.96%
7.84%

Color #E7EBAE in popluar number systems.

HEXE7EBAE
Decimal231235174
Binary111001111110101110101110
Octal347353256

Shades and tints

Shades of #E7EBAE

#E7EBAE
(231,235,174)
#D2D69F
(210,214,159)
#BDC190
(189,193,144)
#A8AC81
(168,172,129)
#939772
(147,151,114)
#7E8263
(126,130,99)
#696D54
(105,109,84)
#545845
(84,88,69)
#3F4336
(63,67,54)
#2A2E27
(42,46,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7EBAE

#E7EBAE
(231,235,174)
#E9ECB5
(233,236,181)
#EBEDBC
(235,237,188)
#EDEEC3
(237,238,195)
#EFEFCA
(239,239,202)
#F1F0D1
(241,240,209)
#F3F1D8
(243,241,216)
#F5F2DF
(245,242,223)
#F7F3E6
(247,243,230)
#F9F4ED
(249,244,237)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EBAE color. Also use rgb(231,235,174) instead hex code.

Text Font Color

.myTextColor { color: #E7EBAE; }

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

This text font color is #E7EBAE.


Background Color

.myBgColor { background-color: #E7EBAE; }

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

This div background color is #E7EBAE.


Border color

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

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

This div border color is #E7EBAE.


Opacity

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

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

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

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

This text has shadow with #E7EBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBAE on black background.


Color preview on white background

This text has color #E7EBAE on white background.



Black color preview on #E7EBAE background

This text has black color on #E7EBAE background.


White color preview on #E7EBAE background

This text has white color on #E7EBAE background.