COLOR #E7EECF

HEX: #E7EECF RGB: (231,238,207)

Color info

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

RGB color model

#E7EECF color RGB value is (231,238,207).

RGB: (231,238,207) (91%, 93%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 238 of 255 = 93%
B 207 of 255 = 81%

231
238
207

R + G + B ~ 88%. #E7EECF is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 238 + 207 = 676 (100%)
R 231 of 676 ~ 34.17%
G 238 of 676 ~ 35.21%
B 207 of 676 ~ 30.62'%

%34.17
%35.21
%30.62

CMYK color model

#E7EECF color CMYK value is (3,0,13,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 13.03%
  • key color value is 6.67%
CMYK: (3,0,13,7) C3M0Y13K7 (3%,0%,13%,7%) (0.03/0.00/0.13/0.07) 

CMYK percentages

%2.94
%0
%13.03
%6.67

Codes

Color #E7EECF in popluar color models

E7 EE CF
RGB 231 238 207
HSL 74° 47.69% 87.25%
HSB/HSV 74° 13.03% 93.33%
CMYK 2.94% 0.00% 13.03%
6.67%

Color #E7EECF in popluar number systems.

HEX E7 EE CF
Decimal 231 238 207
Binary 11100111 11101110 11001111
Octal 347 356 317

Shades and tints

Shades of #E7EECF

#E7EECF
(231,238,207)
#D2D9BD
(210,217,189)
#BDC4AB
(189,196,171)
#A8AF99
(168,175,153)
#939A87
(147,154,135)
#7E8575
(126,133,117)
#697063
(105,112,99)
#545B51
(84,91,81)
#3F463F
(63,70,63)
#2A312D
(42,49,45)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #E7EECF

#E7EECF
(231,238,207)
#E9EFD3
(233,239,211)
#EBF0D7
(235,240,215)
#EDF1DB
(237,241,219)
#EFF2DF
(239,242,223)
#F1F3E3
(241,243,227)
#F3F4E7
(243,244,231)
#F5F5EB
(245,245,235)
#F7F6EF
(247,246,239)
#F9F7F3
(249,247,243)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EECF color. Also use rgb(231,238,207) instead hex code.

Text Font Color

.myTextColor { color: #E7EECF; }

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

This text font color is #E7EECF.

Background Color

.myBgColor { background-color: #E7EECF; }

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

This div background color is #E7EECF.

Border color

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

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

This div border color is #E7EECF.

Opacity

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

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

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

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

This text has shadow with #E7EECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EECF.

Preview

Color preview on black background

This text has color #E7EECF on black background.


Color preview on white background

This text has color #E7EECF on white background.


Black color preview on #E7EECF background

This text has black color on #E7EECF background.


White color preview on #E7EECF background

This text has white color on #E7EECF background.


Related colors

Complementary color

Complementary color for #hex is #181130.


I love getcolorcode.com

Triadic colors

1 #CFE7EE and #EECFE7 with #E7EECF are triadic colors.

2 #CFEEE7 and #EEE7CF with #E7EECF are triadic colors.