COLOR #E1E7EF

HEX: #E1E7EF RGB: (225,231,239)

Color info

#E1E7EF contains red, green and blue colors in about the same proportion. Web safe color of #E1E7EF is #CCFFFF (or #CFF).

RGB color model

#E1E7EF color RGB value is (225,231,239).

RGB: (225,231,239) (88%, 91%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 231 of 255 = 91%
B 239 of 255 = 94%

225
231
239

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

Portions of RGB colors in percentages

R + G + B = 225 + 231 + 239 = 695 (100%)
R 225 of 695 ~ 32.37%
G 231 of 695 ~ 33.24%
B 239 of 695 ~ 34.39'%

%32.37
%33.24
%34.39

CMYK color model

#E1E7EF color CMYK value is (6,3,0,6).

  • cyan value is 5.86%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (6,3,0,6)
C6M3Y0K6 (6%, 3%, 0%, 6%)
(0.06 / 0.03 / 0.00 / 0.06)

CMYK percentages

%5.86
%3.35
%0
%6.27

Codes

Color #E1E7EF in popluar color models

E1 E7 EF
RGB 225 231 239
HSL 214° 30.43% 90.98%
HSB/HSV 214° 5.86% 93.73%
CMYK 5.86% 3.35% 0.00%
6.27%

Color #E1E7EF in popluar number systems.

HEX E1 E7 EF
Decimal 225 231 239
Binary 11100001 11100111 11101111
Octal 341 347 357

Shades and tints

Shades of #E1E7EF

#E1E7EF
(225,231,239)
#CDD2DA
(205,210,218)
#B9BDC5
(185,189,197)
#A5A8B0
(165,168,176)
#91939B
(145,147,155)
#7D7E86
(125,126,134)
#696971
(105,105,113)
#55545C
(85,84,92)
#413F47
(65,63,71)
#2D2A32
(45,42,50)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #E1E7EF

#E1E7EF
(225,231,239)
#E3E9F0
(227,233,240)
#E5EBF1
(229,235,241)
#E7EDF2
(231,237,242)
#E9EFF3
(233,239,243)
#EBF1F4
(235,241,244)
#EDF3F5
(237,243,245)
#EFF5F6
(239,245,246)
#F1F7F7
(241,247,247)
#F3F9F8
(243,249,248)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E7EF color. Also use rgb(225,231,239) instead hex code.

Text Font Color

.myTextColor { color: #E1E7EF; }

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

This text font color is #E1E7EF.

Background Color

.myBgColor { background-color: #E1E7EF; }

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

This div background color is #E1E7EF.

Border color

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

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

This div border color is #E1E7EF.

Opacity

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

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

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

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

This text has shadow with #E1E7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E7EF.

Preview

Color preview on black background

This text has color #E1E7EF on black background.


Color preview on white background

This text has color #E1E7EF on white background.


Black color preview on #E1E7EF background

This text has black color on #E1E7EF background.


White color preview on #E1E7EF background

This text has white color on #E1E7EF background.


Related colors

Complementary color

Complementary color for #hex is #1E1810.


I love getcolorcode.com

Triadic colors

1 #EFE1E7 and #E7EFE1 with #E1E7EF are triadic colors.

2 #EFE7E1 and #E7E1EF with #E1E7EF are triadic colors.