COLOR #E1EFED

HEX: #E1EFED RGB: (225,239,237)

Color info

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

RGB color model

#E1EFED color RGB value is (225,239,237).

RGB: (225,239,237) (88%, 94%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 237 of 255 = 93%

225
239
237

R + G + B ~ 92%. #E1EFED is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 239 + 237 = 701 (100%)
R 225 of 701 ~ 32.1%
G 239 of 701 ~ 34.09%
B 237 of 701 ~ 33.81'%

%32.1
%34.09
%33.81

CMYK color model

#E1EFED color CMYK value is (6,0,1,6).

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

CMYK: (6,0,1,6)
C6M0Y1K6 (6%, 0%, 1%, 6%)
(0.06 / 0.00 / 0.01 / 0.06)

CMYK percentages

%5.86
%0
%0.84
%6.27

Codes

Color #E1EFED in popluar color models

E1 EF ED
RGB 225 239 237
HSL 171° 30.43% 90.98%
HSB/HSV 171° 5.86% 93.73%
CMYK 5.86% 0.00% 0.84%
6.27%

Color #E1EFED in popluar number systems.

HEX E1 EF ED
Decimal 225 239 237
Binary 11100001 11101111 11101101
Octal 341 357 355

Shades and tints

Shades of #E1EFED

#E1EFED
(225,239,237)
#CDDAD8
(205,218,216)
#B9C5C3
(185,197,195)
#A5B0AE
(165,176,174)
#919B99
(145,155,153)
#7D8684
(125,134,132)
#69716F
(105,113,111)
#555C5A
(85,92,90)
#414745
(65,71,69)
#2D3230
(45,50,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #E1EFED

#E1EFED
(225,239,237)
#E3F0EE
(227,240,238)
#E5F1EF
(229,241,239)
#E7F2F0
(231,242,240)
#E9F3F1
(233,243,241)
#EBF4F2
(235,244,242)
#EDF5F3
(237,245,243)
#EFF6F4
(239,246,244)
#F1F7F5
(241,247,245)
#F3F8F6
(243,248,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EFED; }

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

This text font color is #E1EFED.

Background Color

.myBgColor { background-color: #E1EFED; }

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

This div background color is #E1EFED.

Border color

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

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

This div border color is #E1EFED.

Opacity

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

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

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

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

This text has shadow with #E1EFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EFED.

Preview

Color preview on black background

This text has color #E1EFED on black background.


Color preview on white background

This text has color #E1EFED on white background.


Black color preview on #E1EFED background

This text has black color on #E1EFED background.


White color preview on #E1EFED background

This text has white color on #E1EFED background.


Related colors

Complementary color

Complementary color for #hex is #1E1012.


I love getcolorcode.com

Triadic colors

1 #EDE1EF and #EFEDE1 with #E1EFED are triadic colors.

2 #EDEFE1 and #EFE1ED with #E1EFED are triadic colors.