COLOR #E3DEE1

HEX: #E3DEE1
RGB: (227,222,225)

Color info

#E3DEE1 contains red, green and blue colors in about the same proportion. Web safe color of #E3DEE1 is #CCCCCC (or #CCC).

RGB color model

#E3DEE1 color RGB value is (227,222,225).

  • red value is 227;
  • green value is 222;
  • blue value is 225.
RGB:
(227,222,225)
(89%,87%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 222 of 255 = 87%
B 225 of 255 = 88%

227
222
225

R + G + B ~ 88%. #E3DEE1 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 222 + 225 = 674 (100%)
R 227 of 674 ~ 33.68%
G 222 of 674 ~ 32.94%
B 225 of 674 ~ 33.38%

%33.68
%32.94
%33.38

CMYK color model

#E3DEE1 color CMYK value is (0,2,1,11).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(0,2,1,11)
C0M2Y1K11 
(0%,2%,1%,11%)
(0.00/0.02/0.01/0.11)	

CMYK percentages

%0
%2.2
%0.88
%10.98

Codes

Color #E3DEE1 in popluar color models

E3DEE1
RGB227222225
HSL324°8.20%88.04%
HSB/HSV324°2.20%89.02%
CMYK0.00%2.20%0.88%
10.98%

Color #E3DEE1 in popluar number systems.

HEXE3DEE1
Decimal227222225
Binary111000111101111011100001
Octal343336341

Shades and tints

Shades of #E3DEE1

#E3DEE1
(227,222,225)
#CFCACD
(207,202,205)
#BBB6B9
(187,182,185)
#A7A2A5
(167,162,165)
#938E91
(147,142,145)
#7F7A7D
(127,122,125)
#6B6669
(107,102,105)
#575255
(87,82,85)
#433E41
(67,62,65)
#2F2A2D
(47,42,45)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3DEE1

#E3DEE1
(227,222,225)
#E5E1E3
(229,225,227)
#E7E4E5
(231,228,229)
#E9E7E7
(233,231,231)
#EBEAE9
(235,234,233)
#EDEDEB
(237,237,235)
#EFF0ED
(239,240,237)
#F1F3EF
(241,243,239)
#F3F6F1
(243,246,241)
#F5F9F3
(245,249,243)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DEE1 color. Also use rgb(227,222,225) instead hex code.

Text Font Color

.myTextColor { color: #E3DEE1; }

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

This text font color is #E3DEE1.


Background Color

.myBgColor { background-color: #E3DEE1; }

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

This div background color is #E3DEE1.


Border color

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

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

This div border color is #E3DEE1.


Opacity

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

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

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

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

This text has shadow with #E3DEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DEE1 on black background.


Color preview on white background

This text has color #E3DEE1 on white background.



Black color preview on #E3DEE1 background

This text has black color on #E3DEE1 background.


White color preview on #E3DEE1 background

This text has white color on #E3DEE1 background.