COLOR #E1EBDF

HEX: #E1EBDF
RGB: (225,235,223)

Color info

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

RGB color model

#E1EBDF color RGB value is (225,235,223).

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

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 223 of 255 = 87%

225
235
223

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

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 223 = 683 (100%)
R 225 of 683 ~ 32.94%
G 235 of 683 ~ 34.41%
B 223 of 683 ~ 32.65%

%32.94
%34.41
%32.65

CMYK color model

#E1EBDF color CMYK value is (4,0,5,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK:
(4,0,5,8)
C4M0Y5K8 
(4%,0%,5%,8%)
(0.04/0.00/0.05/0.08)	

CMYK percentages

%4.26
%0
%5.11
%7.84

Codes

Color #E1EBDF in popluar color models

E1EBDF
RGB225235223
HSL110°23.08%89.80%
HSB/HSV110°5.11%92.16%
CMYK4.26%0.00%5.11%
7.84%

Color #E1EBDF in popluar number systems.

HEXE1EBDF
Decimal225235223
Binary111000011110101111011111
Octal341353337

Shades and tints

Shades of #E1EBDF

#E1EBDF
(225,235,223)
#CDD6CB
(205,214,203)
#B9C1B7
(185,193,183)
#A5ACA3
(165,172,163)
#91978F
(145,151,143)
#7D827B
(125,130,123)
#696D67
(105,109,103)
#555853
(85,88,83)
#41433F
(65,67,63)
#2D2E2B
(45,46,43)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #E1EBDF

#E1EBDF
(225,235,223)
#E3ECE1
(227,236,225)
#E5EDE3
(229,237,227)
#E7EEE5
(231,238,229)
#E9EFE7
(233,239,231)
#EBF0E9
(235,240,233)
#EDF1EB
(237,241,235)
#EFF2ED
(239,242,237)
#F1F3EF
(241,243,239)
#F3F4F1
(243,244,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBDF; }

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

This text font color is #E1EBDF.


Background Color

.myBgColor { background-color: #E1EBDF; }

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

This div background color is #E1EBDF.


Border color

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

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

This div border color is #E1EBDF.


Opacity

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

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

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

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

This text has shadow with #E1EBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBDF on black background.


Color preview on white background

This text has color #E1EBDF on white background.



Black color preview on #E1EBDF background

This text has black color on #E1EBDF background.


White color preview on #E1EBDF background

This text has white color on #E1EBDF background.