COLOR #E7ECDE

HEX: #E7ECDE
RGB: (231,236,222)

Color info

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

RGB color model

#E7ECDE color RGB value is (231,236,222).

  • red value is 231;
  • green value is 236;
  • blue value is 222.
RGB:
(231,236,222)
(91%,93%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 236 of 255 = 93%
B 222 of 255 = 87%

231
236
222

R + G + B ~ 90%. #E7ECDE is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 236 + 222 = 689 (100%)
R 231 of 689 ~ 33.53%
G 236 of 689 ~ 34.25%
B 222 of 689 ~ 32.22%

%33.53
%34.25
%32.22

CMYK color model

#E7ECDE color CMYK value is (2,0,6,7).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(2,0,6,7)
C2M0Y6K7 
(2%,0%,6%,7%)
(0.02/0.00/0.06/0.07)	

CMYK percentages

%2.12
%0
%5.93
%7.45

Codes

Color #E7ECDE in popluar color models

E7ECDE
RGB231236222
HSL81°26.92%89.80%
HSB/HSV81°5.93%92.55%
CMYK2.12%0.00%5.93%
7.45%

Color #E7ECDE in popluar number systems.

HEXE7ECDE
Decimal231236222
Binary111001111110110011011110
Octal347354336

Shades and tints

Shades of #E7ECDE

#E7ECDE
(231,236,222)
#D2D7CA
(210,215,202)
#BDC2B6
(189,194,182)
#A8ADA2
(168,173,162)
#93988E
(147,152,142)
#7E837A
(126,131,122)
#696E66
(105,110,102)
#545952
(84,89,82)
#3F443E
(63,68,62)
#2A2F2A
(42,47,42)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #E7ECDE

#E7ECDE
(231,236,222)
#E9EDE1
(233,237,225)
#EBEEE4
(235,238,228)
#EDEFE7
(237,239,231)
#EFF0EA
(239,240,234)
#F1F1ED
(241,241,237)
#F3F2F0
(243,242,240)
#F5F3F3
(245,243,243)
#F7F4F6
(247,244,246)
#F9F5F9
(249,245,249)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ECDE color. Also use rgb(231,236,222) instead hex code.

Text Font Color

.myTextColor { color: #E7ECDE; }

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

This text font color is #E7ECDE.


Background Color

.myBgColor { background-color: #E7ECDE; }

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

This div background color is #E7ECDE.


Border color

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

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

This div border color is #E7ECDE.


Opacity

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

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

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

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

This text has shadow with #E7ECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ECDE on black background.


Color preview on white background

This text has color #E7ECDE on white background.



Black color preview on #E7ECDE background

This text has black color on #E7ECDE background.


White color preview on #E7ECDE background

This text has white color on #E7ECDE background.