COLOR #E7EED1

HEX: #E7EED1 RGB: (231,238,209)

Color info

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

RGB color model

#E7EED1 color RGB value is (231,238,209).

RGB: (231,238,209) (91%, 93%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 238 of 255 = 93%
B 209 of 255 = 82%

231
238
209

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

Portions of RGB colors in percentages

R + G + B = 231 + 238 + 209 = 678 (100%)
R 231 of 678 ~ 34.07%
G 238 of 678 ~ 35.1%
B 209 of 678 ~ 30.83'%

%34.07
%35.1
%30.83

CMYK color model

#E7EED1 color CMYK value is (3,0,12,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%

CMYK: (3,0,12,7)
C3M0Y12K7 (3%, 0%, 12%, 7%)
(0.03 / 0.00 / 0.12 / 0.07)

CMYK percentages

%2.94
%0
%12.18
%6.67

Codes

Color #E7EED1 in popluar color models

E7 EE D1
RGB 231 238 209
HSL 74° 46.03% 87.65%
HSB/HSV 74° 12.18% 93.33%
CMYK 2.94% 0.00% 12.18%
6.67%

Color #E7EED1 in popluar number systems.

HEX E7 EE D1
Decimal 231 238 209
Binary 11100111 11101110 11010001
Octal 347 356 321

Shades and tints

Shades of #E7EED1

#E7EED1
(231,238,209)
#D2D9BE
(210,217,190)
#BDC4AB
(189,196,171)
#A8AF98
(168,175,152)
#939A85
(147,154,133)
#7E8572
(126,133,114)
#69705F
(105,112,95)
#545B4C
(84,91,76)
#3F4639
(63,70,57)
#2A3126
(42,49,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #E7EED1

#E7EED1
(231,238,209)
#E9EFD5
(233,239,213)
#EBF0D9
(235,240,217)
#EDF1DD
(237,241,221)
#EFF2E1
(239,242,225)
#F1F3E5
(241,243,229)
#F3F4E9
(243,244,233)
#F5F5ED
(245,245,237)
#F7F6F1
(247,246,241)
#F9F7F5
(249,247,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EED1; }

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

This text font color is #E7EED1.

Background Color

.myBgColor { background-color: #E7EED1; }

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

This div background color is #E7EED1.

Border color

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

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

This div border color is #E7EED1.

Opacity

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

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

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

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

This text has shadow with #E7EED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EED1.

Preview

Color preview on black background

This text has color #E7EED1 on black background.


Color preview on white background

This text has color #E7EED1 on white background.


Black color preview on #E7EED1 background

This text has black color on #E7EED1 background.


White color preview on #E7EED1 background

This text has white color on #E7EED1 background.


Related colors

Complementary color

Complementary color for #hex is #18112E.


I love getcolorcode.com

Triadic colors

1 #D1E7EE and #EED1E7 with #E7EED1 are triadic colors.

2 #D1EEE7 and #EEE7D1 with #E7EED1 are triadic colors.