COLOR #E0EBDB

HEX: #E0EBDB RGB: (224,235,219)

Color info

#E0EBDB contains red, green and blue colors in about the same proportion. Web safe color of #E0EBDB is #CCFFCC (or #CFC).

RGB color model

#E0EBDB color RGB value is (224,235,219).

RGB: (224,235,219) (88%, 92%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 219 of 255 = 86%

224
235
219

R + G + B ~ 89%. #E0EBDB is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 235 + 219 = 678 (100%)
R 224 of 678 ~ 33.04%
G 235 of 678 ~ 34.66%
B 219 of 678 ~ 32.3'%

%33.04
%34.66
%32.3

CMYK color model

#E0EBDB color CMYK value is (5,0,7,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (5,0,7,8)
C5M0Y7K8 (5%, 0%, 7%, 8%)
(0.05 / 0.00 / 0.07 / 0.08)

CMYK percentages

%4.68
%0
%6.81
%7.84

Codes

Color #E0EBDB in popluar color models

E0 EB DB
RGB 224 235 219
HSL 101° 28.57% 89.02%
HSB/HSV 101° 6.81% 92.16%
CMYK 4.68% 0.00% 6.81%
7.84%

Color #E0EBDB in popluar number systems.

HEX E0 EB DB
Decimal 224 235 219
Binary 11100000 11101011 11011011
Octal 340 353 333

Shades and tints

Shades of #E0EBDB

#E0EBDB
(224,235,219)
#CCD6C8
(204,214,200)
#B8C1B5
(184,193,181)
#A4ACA2
(164,172,162)
#90978F
(144,151,143)
#7C827C
(124,130,124)
#686D69
(104,109,105)
#545856
(84,88,86)
#404343
(64,67,67)
#2C2E30
(44,46,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #E0EBDB

#E0EBDB
(224,235,219)
#E2ECDE
(226,236,222)
#E4EDE1
(228,237,225)
#E6EEE4
(230,238,228)
#E8EFE7
(232,239,231)
#EAF0EA
(234,240,234)
#ECF1ED
(236,241,237)
#EEF2F0
(238,242,240)
#F0F3F3
(240,243,243)
#F2F4F6
(242,244,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBDB; }

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

This text font color is #E0EBDB.

Background Color

.myBgColor { background-color: #E0EBDB; }

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

This div background color is #E0EBDB.

Border color

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

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

This div border color is #E0EBDB.

Opacity

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

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

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

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

This text has shadow with #E0EBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EBDB.

Preview

Color preview on black background

This text has color #E0EBDB on black background.


Color preview on white background

This text has color #E0EBDB on white background.


Black color preview on #E0EBDB background

This text has black color on #E0EBDB background.


White color preview on #E0EBDB background

This text has white color on #E0EBDB background.


Related colors

Complementary color

Complementary color for #hex is #1F1424.


I love getcolorcode.com

Triadic colors

1 #DBE0EB and #EBDBE0 with #E0EBDB are triadic colors.

2 #DBEBE0 and #EBE0DB with #E0EBDB are triadic colors.