COLOR #E7E4EA

HEX: #E7E4EA RGB: (231,228,234)

Color info

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

RGB color model

#E7E4EA color RGB value is (231,228,234).

RGB: (231,228,234) (91%, 89%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 228 of 255 = 89%
B 234 of 255 = 92%

231
228
234

R + G + B ~ 91%. #E7E4EA is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 228 + 234 = 693 (100%)
R 231 of 693 ~ 33.33%
G 228 of 693 ~ 32.9%
B 234 of 693 ~ 33.77'%

%33.33
%32.9
%33.77

CMYK color model

#E7E4EA color CMYK value is (1,3,0,8).

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

CMYK: (1,3,0,8)
C1M3Y0K8 (1%, 3%, 0%, 8%)
(0.01 / 0.03 / 0.00 / 0.08)

CMYK percentages

%1.28
%2.56
%0
%8.24

Codes

Color #E7E4EA in popluar color models

E7 E4 EA
RGB 231 228 234
HSL 270° 12.50% 90.59%
HSB/HSV 270° 2.56% 91.76%
CMYK 1.28% 2.56% 0.00%
8.24%

Color #E7E4EA in popluar number systems.

HEX E7 E4 EA
Decimal 231 228 234
Binary 11100111 11100100 11101010
Octal 347 344 352

Shades and tints

Shades of #E7E4EA

#E7E4EA
(231,228,234)
#D2D0D5
(210,208,213)
#BDBCC0
(189,188,192)
#A8A8AB
(168,168,171)
#939496
(147,148,150)
#7E8081
(126,128,129)
#696C6C
(105,108,108)
#545857
(84,88,87)
#3F4442
(63,68,66)
#2A302D
(42,48,45)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #E7E4EA

#E7E4EA
(231,228,234)
#E9E6EB
(233,230,235)
#EBE8EC
(235,232,236)
#EDEAED
(237,234,237)
#EFECEE
(239,236,238)
#F1EEEF
(241,238,239)
#F3F0F0
(243,240,240)
#F5F2F1
(245,242,241)
#F7F4F2
(247,244,242)
#F9F6F3
(249,246,243)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E4EA; }

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

This text font color is #E7E4EA.

Background Color

.myBgColor { background-color: #E7E4EA; }

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

This div background color is #E7E4EA.

Border color

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

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

This div border color is #E7E4EA.

Opacity

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

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

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

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

This text has shadow with #E7E4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E4EA.

Preview

Color preview on black background

This text has color #E7E4EA on black background.


Color preview on white background

This text has color #E7E4EA on white background.


Black color preview on #E7E4EA background

This text has black color on #E7E4EA background.


White color preview on #E7E4EA background

This text has white color on #E7E4EA background.


Related colors

Complementary color

Complementary color for #hex is #181B15.


I love getcolorcode.com

Triadic colors

1 #EAE7E4 and #E4EAE7 with #E7E4EA are triadic colors.

2 #EAE4E7 and #E4E7EA with #E7E4EA are triadic colors.