COLOR #E7E0EA

HEX: #E7E0EA RGB: (231,224,234)

Color info

#E7E0EA contains red, green and blue colors in about the same proportion. Web safe color of #E7E0EA is #FFCCFF (or #FCF).

RGB color model

#E7E0EA color RGB value is (231,224,234).

RGB: (231,224,234) (91%, 88%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 234 of 255 = 92%

231
224
234

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

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 234 = 689 (100%)
R 231 of 689 ~ 33.53%
G 224 of 689 ~ 32.51%
B 234 of 689 ~ 33.96'%

%33.53
%32.51
%33.96

CMYK color model

#E7E0EA color CMYK value is (1,4,0,8).

  • cyan value is 1.28%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (1,4,0,8)
C1M4Y0K8 (1%, 4%, 0%, 8%)
(0.01 / 0.04 / 0.00 / 0.08)

CMYK percentages

%1.28
%4.27
%0
%8.24

Codes

Color #E7E0EA in popluar color models

E7 E0 EA
RGB 231 224 234
HSL 282° 19.23% 89.80%
HSB/HSV 282° 4.27% 91.76%
CMYK 1.28% 4.27% 0.00%
8.24%

Color #E7E0EA in popluar number systems.

HEX E7 E0 EA
Decimal 231 224 234
Binary 11100111 11100000 11101010
Octal 347 340 352

Shades and tints

Shades of #E7E0EA

#E7E0EA
(231,224,234)
#D2CCD5
(210,204,213)
#BDB8C0
(189,184,192)
#A8A4AB
(168,164,171)
#939096
(147,144,150)
#7E7C81
(126,124,129)
#69686C
(105,104,108)
#545457
(84,84,87)
#3F4042
(63,64,66)
#2A2C2D
(42,44,45)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #E7E0EA

#E7E0EA
(231,224,234)
#E9E2EB
(233,226,235)
#EBE4EC
(235,228,236)
#EDE6ED
(237,230,237)
#EFE8EE
(239,232,238)
#F1EAEF
(241,234,239)
#F3ECF0
(243,236,240)
#F5EEF1
(245,238,241)
#F7F0F2
(247,240,242)
#F9F2F3
(249,242,243)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E0EA color. Also use rgb(231,224,234) instead hex code.

Text Font Color

.myTextColor { color: #E7E0EA; }

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

This text font color is #E7E0EA.

Background Color

.myBgColor { background-color: #E7E0EA; }

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

This div background color is #E7E0EA.

Border color

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

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

This div border color is #E7E0EA.

Opacity

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

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

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

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

This text has shadow with #E7E0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0EA.

Preview

Color preview on black background

This text has color #E7E0EA on black background.


Color preview on white background

This text has color #E7E0EA on white background.


Black color preview on #E7E0EA background

This text has black color on #E7E0EA background.


White color preview on #E7E0EA background

This text has white color on #E7E0EA background.


Related colors

Complementary color

Complementary color for #hex is #181F15.


I love getcolorcode.com

Triadic colors

1 #EAE7E0 and #E0EAE7 with #E7E0EA are triadic colors.

2 #EAE0E7 and #E0E7EA with #E7E0EA are triadic colors.