COLOR #E7F5D3

HEX: #E7F5D3 RGB: (231,245,211)

Color info

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

RGB color model

#E7F5D3 color RGB value is (231,245,211).

RGB: (231,245,211) (91%, 96%, 83%)

RGB channels and saturation

R 231 of 255 = 91%
G 245 of 255 = 96%
B 211 of 255 = 83%

231
245
211

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

Portions of RGB colors in percentages

R + G + B = 231 + 245 + 211 = 687 (100%)
R 231 of 687 ~ 33.62%
G 245 of 687 ~ 35.66%
B 211 of 687 ~ 30.71'%

%33.62
%35.66
%30.71

CMYK color model

#E7F5D3 color CMYK value is (6,0,14,4).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 13.88%
  • key color value is 3.92%
CMYK: (6,0,14,4) C6M0Y14K4 (6%,0%,14%,4%) (0.06/0.00/0.14/0.04) 

CMYK percentages

%5.71
%0
%13.88
%3.92

Codes

Color #E7F5D3 in popluar color models

E7 F5 D3
RGB 231 245 211
HSL 85° 62.96% 89.41%
HSB/HSV 85° 13.88% 96.08%
CMYK 5.71% 0.00% 13.88%
3.92%

Color #E7F5D3 in popluar number systems.

HEX E7 F5 D3
Decimal 231 245 211
Binary 11100111 11110101 11010011
Octal 347 365 323

Shades and tints

Shades of #E7F5D3

#E7F5D3
(231,245,211)
#D2DFC0
(210,223,192)
#BDC9AD
(189,201,173)
#A8B39A
(168,179,154)
#939D87
(147,157,135)
#7E8774
(126,135,116)
#697161
(105,113,97)
#545B4E
(84,91,78)
#3F453B
(63,69,59)
#2A2F28
(42,47,40)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7F5D3

#E7F5D3
(231,245,211)
#E9F5D7
(233,245,215)
#EBF5DB
(235,245,219)
#EDF5DF
(237,245,223)
#EFF5E3
(239,245,227)
#F1F5E7
(241,245,231)
#F3F5EB
(243,245,235)
#F5F5EF
(245,245,239)
#F7F5F3
(247,245,243)
#F9F5F7
(249,245,247)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F5D3 color. Also use rgb(231,245,211) instead hex code.

Text Font Color

.myTextColor { color: #E7F5D3; }

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

This text font color is #E7F5D3.

Background Color

.myBgColor { background-color: #E7F5D3; }

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

This div background color is #E7F5D3.

Border color

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

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

This div border color is #E7F5D3.

Opacity

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

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

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

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

This text has shadow with #E7F5D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F5D3.

Preview

Color preview on black background

This text has color #E7F5D3 on black background.


Color preview on white background

This text has color #E7F5D3 on white background.


Black color preview on #E7F5D3 background

This text has black color on #E7F5D3 background.


White color preview on #E7F5D3 background

This text has white color on #E7F5D3 background.


Related colors

Complementary color

Complementary color for #hex is #180A2C.


I love getcolorcode.com

Triadic colors

1 #D3E7F5 and #F5D3E7 with #E7F5D3 are triadic colors.

2 #D3F5E7 and #F5E7D3 with #E7F5D3 are triadic colors.