COLOR #E7EFDC

HEX: #E7EFDC RGB: (231,239,220)

Color info

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

RGB color model

#E7EFDC color RGB value is (231,239,220).

RGB: (231,239,220) (91%, 94%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 220 of 255 = 86%

231
239
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 220 = 690 (100%)
R 231 of 690 ~ 33.48%
G 239 of 690 ~ 34.64%
B 220 of 690 ~ 31.88'%

%33.48
%34.64
%31.88

CMYK color model

#E7EFDC color CMYK value is (3,0,8,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK: (3,0,8,6) C3M0Y8K6 (3%,0%,8%,6%) (0.03/0.00/0.08/0.06) 

CMYK percentages

%3.35
%0
%7.95
%6.27

Codes

Color #E7EFDC in popluar color models

E7 EF DC
RGB 231 239 220
HSL 85° 37.25% 90.00%
HSB/HSV 85° 7.95% 93.73%
CMYK 3.35% 0.00% 7.95%
6.27%

Color #E7EFDC in popluar number systems.

HEX E7 EF DC
Decimal 231 239 220
Binary 11100111 11101111 11011100
Octal 347 357 334

Shades and tints

Shades of #E7EFDC

#E7EFDC
(231,239,220)
#D2DAC8
(210,218,200)
#BDC5B4
(189,197,180)
#A8B0A0
(168,176,160)
#939B8C
(147,155,140)
#7E8678
(126,134,120)
#697164
(105,113,100)
#545C50
(84,92,80)
#3F473C
(63,71,60)
#2A3228
(42,50,40)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #E7EFDC

#E7EFDC
(231,239,220)
#E9F0DF
(233,240,223)
#EBF1E2
(235,241,226)
#EDF2E5
(237,242,229)
#EFF3E8
(239,243,232)
#F1F4EB
(241,244,235)
#F3F5EE
(243,245,238)
#F5F6F1
(245,246,241)
#F7F7F4
(247,247,244)
#F9F8F7
(249,248,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EFDC color. Also use rgb(231,239,220) instead hex code.

Text Font Color

.myTextColor { color: #E7EFDC; }

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

This text font color is #E7EFDC.

Background Color

.myBgColor { background-color: #E7EFDC; }

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

This div background color is #E7EFDC.

Border color

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

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

This div border color is #E7EFDC.

Opacity

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

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

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

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

This text has shadow with #E7EFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFDC.

Preview

Color preview on black background

This text has color #E7EFDC on black background.


Color preview on white background

This text has color #E7EFDC on white background.


Black color preview on #E7EFDC background

This text has black color on #E7EFDC background.


White color preview on #E7EFDC background

This text has white color on #E7EFDC background.


Related colors

Complementary color

Complementary color for #hex is #181023.


I love getcolorcode.com

Triadic colors

1 #DCE7EF and #EFDCE7 with #E7EFDC are triadic colors.

2 #DCEFE7 and #EFE7DC with #E7EFDC are triadic colors.