COLOR #E7EDC7

HEX: #E7EDC7
RGB: (231,237,199)

Color info

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

RGB color model

#E7EDC7 color RGB value is (231,237,199).

  • red value is 231;
  • green value is 237;
  • blue value is 199.
RGB:
(231,237,199)
(91%,93%,78%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 199 of 255 = 78%

231
237
199

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

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 199 = 667 (100%)
R 231 of 667 ~ 34.63%
G 237 of 667 ~ 35.53%
B 199 of 667 ~ 29.84%

%34.63
%35.53
%29.84

CMYK color model

#E7EDC7 color CMYK value is (3,0,16,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK:
(3,0,16,7)
C3M0Y16K7 
(3%,0%,16%,7%)
(0.03/0.00/0.16/0.07)	

CMYK percentages

%2.53
%0
%16.03
%7.06

Codes

Color #E7EDC7 in popluar color models

E7EDC7
RGB231237199
HSL69°51.35%85.49%
HSB/HSV69°16.03%92.94%
CMYK2.53%0.00%16.03%
7.06%

Color #E7EDC7 in popluar number systems.

HEXE7EDC7
Decimal231237199
Binary111001111110110111000111
Octal347355307

Shades and tints

Shades of #E7EDC7

#E7EDC7
(231,237,199)
#D2D8B5
(210,216,181)
#BDC3A3
(189,195,163)
#A8AE91
(168,174,145)
#93997F
(147,153,127)
#7E846D
(126,132,109)
#696F5B
(105,111,91)
#545A49
(84,90,73)
#3F4537
(63,69,55)
#2A3025
(42,48,37)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #E7EDC7

#E7EDC7
(231,237,199)
#E9EECC
(233,238,204)
#EBEFD1
(235,239,209)
#EDF0D6
(237,240,214)
#EFF1DB
(239,241,219)
#F1F2E0
(241,242,224)
#F3F3E5
(243,243,229)
#F5F4EA
(245,244,234)
#F7F5EF
(247,245,239)
#F9F6F4
(249,246,244)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EDC7 color. Also use rgb(231,237,199) instead hex code.

Text Font Color

.myTextColor { color: #E7EDC7; }

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

This text font color is #E7EDC7.


Background Color

.myBgColor { background-color: #E7EDC7; }

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

This div background color is #E7EDC7.


Border color

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

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

This div border color is #E7EDC7.


Opacity

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

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

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

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

This text has shadow with #E7EDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDC7 on black background.


Color preview on white background

This text has color #E7EDC7 on white background.



Black color preview on #E7EDC7 background

This text has black color on #E7EDC7 background.


White color preview on #E7EDC7 background

This text has white color on #E7EDC7 background.