COLOR #E7DEE2

HEX: #E7DEE2 RGB: (231,222,226)

Color info

#E7DEE2 contains red, green and blue colors in about the same proportion. Web safe color of #E7DEE2 is #FFCCCC (or #FCC).

RGB color model

#E7DEE2 color RGB value is (231,222,226).

RGB: (231,222,226) (91%, 87%, 89%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 226 of 255 = 89%

231
222
226

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

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 226 = 679 (100%)
R 231 of 679 ~ 34.02%
G 222 of 679 ~ 32.7%
B 226 of 679 ~ 33.28'%

%34.02
%32.7
%33.28

CMYK color model

#E7DEE2 color CMYK value is (0,4,2,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 2.16%
  • key color value is 9.41%

CMYK: (0,4,2,9)
C0M4Y2K9 (0%, 4%, 2%, 9%)
(0.00 / 0.04 / 0.02 / 0.09)

CMYK percentages

%0
%3.9
%2.16
%9.41

Codes

Color #E7DEE2 in popluar color models

E7 DE E2
RGB 231 222 226
HSL 333° 15.79% 88.82%
HSB/HSV 333° 3.90% 90.59%
CMYK 0.00% 3.90% 2.16%
9.41%

Color #E7DEE2 in popluar number systems.

HEX E7 DE E2
Decimal 231 222 226
Binary 11100111 11011110 11100010
Octal 347 336 342

Shades and tints

Shades of #E7DEE2

#E7DEE2
(231,222,226)
#D2CACE
(210,202,206)
#BDB6BA
(189,182,186)
#A8A2A6
(168,162,166)
#938E92
(147,142,146)
#7E7A7E
(126,122,126)
#69666A
(105,102,106)
#545256
(84,82,86)
#3F3E42
(63,62,66)
#2A2A2E
(42,42,46)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #E7DEE2

#E7DEE2
(231,222,226)
#E9E1E4
(233,225,228)
#EBE4E6
(235,228,230)
#EDE7E8
(237,231,232)
#EFEAEA
(239,234,234)
#F1EDEC
(241,237,236)
#F3F0EE
(243,240,238)
#F5F3F0
(245,243,240)
#F7F6F2
(247,246,242)
#F9F9F4
(249,249,244)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DEE2 color. Also use rgb(231,222,226) instead hex code.

Text Font Color

.myTextColor { color: #E7DEE2; }

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

This text font color is #E7DEE2.

Background Color

.myBgColor { background-color: #E7DEE2; }

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

This div background color is #E7DEE2.

Border color

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

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

This div border color is #E7DEE2.

Opacity

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

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

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

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

This text has shadow with #E7DEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEE2.

Preview

Color preview on black background

This text has color #E7DEE2 on black background.


Color preview on white background

This text has color #E7DEE2 on white background.


Black color preview on #E7DEE2 background

This text has black color on #E7DEE2 background.


White color preview on #E7DEE2 background

This text has white color on #E7DEE2 background.


Related colors

Complementary color

Complementary color for #hex is #18211D.


I love getcolorcode.com

Triadic colors

1 #E2E7DE and #DEE2E7 with #E7DEE2 are triadic colors.

2 #E2DEE7 and #DEE7E2 with #E7DEE2 are triadic colors.