COLOR #E4EFED

HEX: #E4EFED RGB: (228,239,237)

Color info

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

RGB color model

#E4EFED color RGB value is (228,239,237).

RGB: (228,239,237) (89%, 94%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 237 of 255 = 93%

228
239
237

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

Portions of RGB colors in percentages

R + G + B = 228 + 239 + 237 = 704 (100%)
R 228 of 704 ~ 32.39%
G 239 of 704 ~ 33.95%
B 237 of 704 ~ 33.66'%

%32.39
%33.95
%33.66

CMYK color model

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

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

CMYK: (5,0,1,6)
C5M0Y1K6 (5%, 0%, 1%, 6%)
(0.05 / 0.00 / 0.01 / 0.06)

CMYK percentages

%4.6
%0
%0.84
%6.27

Codes

Color #E4EFED in popluar color models

E4 EF ED
RGB 228 239 237
HSL 169° 25.58% 91.57%
HSB/HSV 169° 4.60% 93.73%
CMYK 4.60% 0.00% 0.84%
6.27%

Color #E4EFED in popluar number systems.

HEX E4 EF ED
Decimal 228 239 237
Binary 11100100 11101111 11101101
Octal 344 357 355

Shades and tints

Shades of #E4EFED

#E4EFED
(228,239,237)
#D0DAD8
(208,218,216)
#BCC5C3
(188,197,195)
#A8B0AE
(168,176,174)
#949B99
(148,155,153)
#808684
(128,134,132)
#6C716F
(108,113,111)
#585C5A
(88,92,90)
#444745
(68,71,69)
#303230
(48,50,48)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #E4EFED

#E4EFED
(228,239,237)
#E6F0EE
(230,240,238)
#E8F1EF
(232,241,239)
#EAF2F0
(234,242,240)
#ECF3F1
(236,243,241)
#EEF4F2
(238,244,242)
#F0F5F3
(240,245,243)
#F2F6F4
(242,246,244)
#F4F7F5
(244,247,245)
#F6F8F6
(246,248,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFED; }

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

This text font color is #E4EFED.

Background Color

.myBgColor { background-color: #E4EFED; }

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

This div background color is #E4EFED.

Border color

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

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

This div border color is #E4EFED.

Opacity

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

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

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

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

This text has shadow with #E4EFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EFED.

Preview

Color preview on black background

This text has color #E4EFED on black background.


Color preview on white background

This text has color #E4EFED on white background.


Black color preview on #E4EFED background

This text has black color on #E4EFED background.


White color preview on #E4EFED background

This text has white color on #E4EFED background.


Related colors

Complementary color

Complementary color for #hex is #1B1012.


I love getcolorcode.com

Triadic colors

1 #EDE4EF and #EFEDE4 with #E4EFED are triadic colors.

2 #EDEFE4 and #EFE4ED with #E4EFED are triadic colors.