COLOR #E7ECD2

HEX: #E7ECD2
RGB: (231,236,210)

Color info

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

RGB color model

#E7ECD2 color RGB value is (231,236,210).

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

RGB channels and saturation

R 231 of 255 = 91%
G 236 of 255 = 93%
B 210 of 255 = 82%

231
236
210

R + G + B ~ 89%. #E7ECD2 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 236 + 210 = 677 (100%)
R 231 of 677 ~ 34.12%
G 236 of 677 ~ 34.86%
B 210 of 677 ~ 31.02%

%34.12
%34.86
%31.02

CMYK color model

#E7ECD2 color CMYK value is (2,0,11,7).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(2,0,11,7)
C2M0Y11K7 
(2%,0%,11%,7%)
(0.02/0.00/0.11/0.07)	

CMYK percentages

%2.12
%0
%11.02
%7.45

Codes

Color #E7ECD2 in popluar color models

E7ECD2
RGB231236210
HSL72°40.63%87.45%
HSB/HSV72°11.02%92.55%
CMYK2.12%0.00%11.02%
7.45%

Color #E7ECD2 in popluar number systems.

HEXE7ECD2
Decimal231236210
Binary111001111110110011010010
Octal347354322

Shades and tints

Shades of #E7ECD2

#E7ECD2
(231,236,210)
#D2D7BF
(210,215,191)
#BDC2AC
(189,194,172)
#A8AD99
(168,173,153)
#939886
(147,152,134)
#7E8373
(126,131,115)
#696E60
(105,110,96)
#54594D
(84,89,77)
#3F443A
(63,68,58)
#2A2F27
(42,47,39)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #E7ECD2

#E7ECD2
(231,236,210)
#E9EDD6
(233,237,214)
#EBEEDA
(235,238,218)
#EDEFDE
(237,239,222)
#EFF0E2
(239,240,226)
#F1F1E6
(241,241,230)
#F3F2EA
(243,242,234)
#F5F3EE
(245,243,238)
#F7F4F2
(247,244,242)
#F9F5F6
(249,245,246)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ECD2; }

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

This text font color is #E7ECD2.


Background Color

.myBgColor { background-color: #E7ECD2; }

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

This div background color is #E7ECD2.


Border color

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

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

This div border color is #E7ECD2.


Opacity

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

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

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

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

This text has shadow with #E7ECD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ECD2 on black background.


Color preview on white background

This text has color #E7ECD2 on white background.



Black color preview on #E7ECD2 background

This text has black color on #E7ECD2 background.


White color preview on #E7ECD2 background

This text has white color on #E7ECD2 background.