COLOR #E0EBED

HEX: #E0EBED RGB: (224,235,237)

Color info

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

RGB color model

#E0EBED color RGB value is (224,235,237).

RGB: (224,235,237) (88%, 92%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 237 of 255 = 93%

224
235
237

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

Portions of RGB colors in percentages

R + G + B = 224 + 235 + 237 = 696 (100%)
R 224 of 696 ~ 32.18%
G 235 of 696 ~ 33.76%
B 237 of 696 ~ 34.05'%

%32.18
%33.76
%34.05

CMYK color model

#E0EBED color CMYK value is (5,1,0,7).

  • cyan value is 5.49%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,1,0,7)
C5M1Y0K7 (5%, 1%, 0%, 7%)
(0.05 / 0.01 / 0.00 / 0.07)

CMYK percentages

%5.49
%0.84
%0
%7.06

Codes

Color #E0EBED in popluar color models

E0 EB ED
RGB 224 235 237
HSL 189° 26.53% 90.39%
HSB/HSV 189° 5.49% 92.94%
CMYK 5.49% 0.84% 0.00%
7.06%

Color #E0EBED in popluar number systems.

HEX E0 EB ED
Decimal 224 235 237
Binary 11100000 11101011 11101101
Octal 340 353 355

Shades and tints

Shades of #E0EBED

#E0EBED
(224,235,237)
#CCD6D8
(204,214,216)
#B8C1C3
(184,193,195)
#A4ACAE
(164,172,174)
#909799
(144,151,153)
#7C8284
(124,130,132)
#686D6F
(104,109,111)
#54585A
(84,88,90)
#404345
(64,67,69)
#2C2E30
(44,46,48)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #E0EBED

#E0EBED
(224,235,237)
#E2ECEE
(226,236,238)
#E4EDEF
(228,237,239)
#E6EEF0
(230,238,240)
#E8EFF1
(232,239,241)
#EAF0F2
(234,240,242)
#ECF1F3
(236,241,243)
#EEF2F4
(238,242,244)
#F0F3F5
(240,243,245)
#F2F4F6
(242,244,246)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EBED color. Also use rgb(224,235,237) instead hex code.

Text Font Color

.myTextColor { color: #E0EBED; }

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

This text font color is #E0EBED.

Background Color

.myBgColor { background-color: #E0EBED; }

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

This div background color is #E0EBED.

Border color

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

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

This div border color is #E0EBED.

Opacity

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

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

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

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

This text has shadow with #E0EBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EBED.

Preview

Color preview on black background

This text has color #E0EBED on black background.


Color preview on white background

This text has color #E0EBED on white background.


Black color preview on #E0EBED background

This text has black color on #E0EBED background.


White color preview on #E0EBED background

This text has white color on #E0EBED background.


Related colors

Complementary color

Complementary color for #hex is #1F1412.


I love getcolorcode.com

Triadic colors

1 #EDE0EB and #EBEDE0 with #E0EBED are triadic colors.

2 #EDEBE0 and #EBE0ED with #E0EBED are triadic colors.