COLOR #E0DFE2

HEX: #E0DFE2
RGB: (224,223,226)

Color info

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

RGB color model

#E0DFE2 color RGB value is (224,223,226).

  • red value is 224;
  • green value is 223;
  • blue value is 226.
RGB:
(224,223,226)
(88%,87%,89%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 226 of 255 = 89%

224
223
226

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

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 226 = 673 (100%)
R 224 of 673 ~ 33.28%
G 223 of 673 ~ 33.14%
B 226 of 673 ~ 33.58%

%33.28
%33.14
%33.58

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(1,1,0,11)
C1M1Y0K11 
(1%,1%,0%,11%)
(0.01/0.01/0.00/0.11)	

CMYK percentages

%0.88
%1.33
%0
%11.37

Codes

Color #E0DFE2 in popluar color models

E0DFE2
RGB224223226
HSL260°4.92%88.04%
HSB/HSV260°1.33%88.63%
CMYK0.88%1.33%0.00%
11.37%

Color #E0DFE2 in popluar number systems.

HEXE0DFE2
Decimal224223226
Binary111000001101111111100010
Octal340337342

Shades and tints

Shades of #E0DFE2

#E0DFE2
(224,223,226)
#CCCBCE
(204,203,206)
#B8B7BA
(184,183,186)
#A4A3A6
(164,163,166)
#908F92
(144,143,146)
#7C7B7E
(124,123,126)
#68676A
(104,103,106)
#545356
(84,83,86)
#403F42
(64,63,66)
#2C2B2E
(44,43,46)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0DFE2

#E0DFE2
(224,223,226)
#E2E1E4
(226,225,228)
#E4E3E6
(228,227,230)
#E6E5E8
(230,229,232)
#E8E7EA
(232,231,234)
#EAE9EC
(234,233,236)
#ECEBEE
(236,235,238)
#EEEDF0
(238,237,240)
#F0EFF2
(240,239,242)
#F2F1F4
(242,241,244)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DFE2 color. Also use rgb(224,223,226) instead hex code.

Text Font Color

.myTextColor { color: #E0DFE2; }

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

This text font color is #E0DFE2.


Background Color

.myBgColor { background-color: #E0DFE2; }

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

This div background color is #E0DFE2.


Border color

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

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

This div border color is #E0DFE2.


Opacity

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

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

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

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

This text has shadow with #E0DFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFE2 on black background.


Color preview on white background

This text has color #E0DFE2 on white background.



Black color preview on #E0DFE2 background

This text has black color on #E0DFE2 background.


White color preview on #E0DFE2 background

This text has white color on #E0DFE2 background.