COLOR #E7DEE6

HEX: #E7DEE6 RGB: (231,222,230)

Color info

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

RGB color model

#E7DEE6 color RGB value is (231,222,230).

RGB: (231,222,230) (91%, 87%, 90%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 230 of 255 = 90%

231
222
230

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

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 230 = 683 (100%)
R 231 of 683 ~ 33.82%
G 222 of 683 ~ 32.5%
B 230 of 683 ~ 33.67'%

%33.82
%32.5
%33.67

CMYK color model

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

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

CMYK: (0,4,0,9)
C0M4Y0K9 (0%, 4%, 0%, 9%)
(0.00 / 0.04 / 0.00 / 0.09)

CMYK percentages

%0
%3.9
%0.43
%9.41

Codes

Color #E7DEE6 in popluar color models

E7 DE E6
RGB 231 222 230
HSL 307° 15.79% 88.82%
HSB/HSV 307° 3.90% 90.59%
CMYK 0.00% 3.90% 0.43%
9.41%

Color #E7DEE6 in popluar number systems.

HEX E7 DE E6
Decimal 231 222 230
Binary 11100111 11011110 11100110
Octal 347 336 346

Shades and tints

Shades of #E7DEE6

#E7DEE6
(231,222,230)
#D2CAD2
(210,202,210)
#BDB6BE
(189,182,190)
#A8A2AA
(168,162,170)
#938E96
(147,142,150)
#7E7A82
(126,122,130)
#69666E
(105,102,110)
#54525A
(84,82,90)
#3F3E46
(63,62,70)
#2A2A32
(42,42,50)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #E7DEE6

#E7DEE6
(231,222,230)
#E9E1E8
(233,225,232)
#EBE4EA
(235,228,234)
#EDE7EC
(237,231,236)
#EFEAEE
(239,234,238)
#F1EDF0
(241,237,240)
#F3F0F2
(243,240,242)
#F5F3F4
(245,243,244)
#F7F6F6
(247,246,246)
#F9F9F8
(249,249,248)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DEE6; }

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

This text font color is #E7DEE6.

Background Color

.myBgColor { background-color: #E7DEE6; }

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

This div background color is #E7DEE6.

Border color

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

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

This div border color is #E7DEE6.

Opacity

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

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

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

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

This text has shadow with #E7DEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEE6.

Preview

Color preview on black background

This text has color #E7DEE6 on black background.


Color preview on white background

This text has color #E7DEE6 on white background.


Black color preview on #E7DEE6 background

This text has black color on #E7DEE6 background.


White color preview on #E7DEE6 background

This text has white color on #E7DEE6 background.


Related colors

Complementary color

Complementary color for #hex is #182119.


I love getcolorcode.com

Triadic colors

1 #E6E7DE and #DEE6E7 with #E7DEE6 are triadic colors.

2 #E6DEE7 and #DEE7E6 with #E7DEE6 are triadic colors.