COLOR #E1EBDB

HEX: #E1EBDB
RGB: (225,235,219)

Color info

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

RGB color model

#E1EBDB color RGB value is (225,235,219).

  • red value is 225;
  • green value is 235;
  • blue value is 219.
RGB:
(225,235,219)
(88%,92%,86%)

RGB channels and saturation

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

225
235
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 219 = 679 (100%)
R 225 of 679 ~ 33.14%
G 235 of 679 ~ 34.61%
B 219 of 679 ~ 32.25%

%33.14
%34.61
%32.25

CMYK color model

#E1EBDB color CMYK value is (4,0,7,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(4,0,7,8)
C4M0Y7K8 
(4%,0%,7%,8%)
(0.04/0.00/0.07/0.08)	

CMYK percentages

%4.26
%0
%6.81
%7.84

Codes

Color #E1EBDB in popluar color models

E1EBDB
RGB225235219
HSL98°28.57%89.02%
HSB/HSV98°6.81%92.16%
CMYK4.26%0.00%6.81%
7.84%

Color #E1EBDB in popluar number systems.

HEXE1EBDB
Decimal225235219
Binary111000011110101111011011
Octal341353333

Shades and tints

Shades of #E1EBDB

#E1EBDB
(225,235,219)
#CDD6C8
(205,214,200)
#B9C1B5
(185,193,181)
#A5ACA2
(165,172,162)
#91978F
(145,151,143)
#7D827C
(125,130,124)
#696D69
(105,109,105)
#555856
(85,88,86)
#414343
(65,67,67)
#2D2E30
(45,46,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #E1EBDB

#E1EBDB
(225,235,219)
#E3ECDE
(227,236,222)
#E5EDE1
(229,237,225)
#E7EEE4
(231,238,228)
#E9EFE7
(233,239,231)
#EBF0EA
(235,240,234)
#EDF1ED
(237,241,237)
#EFF2F0
(239,242,240)
#F1F3F3
(241,243,243)
#F3F4F6
(243,244,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBDB; }

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

This text font color is #E1EBDB.


Background Color

.myBgColor { background-color: #E1EBDB; }

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

This div background color is #E1EBDB.


Border color

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

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

This div border color is #E1EBDB.


Opacity

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

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

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

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

This text has shadow with #E1EBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBDB on black background.


Color preview on white background

This text has color #E1EBDB on white background.



Black color preview on #E1EBDB background

This text has black color on #E1EBDB background.


White color preview on #E1EBDB background

This text has white color on #E1EBDB background.