COLOR #E0CED5

HEX: #E0CED5
RGB: (224,206,213)

Color info

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

RGB color model

#E0CED5 color RGB value is (224,206,213).

  • red value is 224;
  • green value is 206;
  • blue value is 213.
RGB:
(224,206,213)
(88%,81%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 213 of 255 = 84%

224
206
213

R + G + B ~ 84%. #E0CED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 213 = 643 (100%)
R 224 of 643 ~ 34.84%
G 206 of 643 ~ 32.04%
B 213 of 643 ~ 33.13%

%34.84
%32.04
%33.13

CMYK color model

#E0CED5 color CMYK value is (0,8,5,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(0,8,5,12)
C0M8Y5K12 
(0%,8%,5%,12%)
(0.00/0.08/0.05/0.12)	

CMYK percentages

%0
%8.04
%4.91
%12.16

Codes

Color #E0CED5 in popluar color models

E0CED5
RGB224206213
HSL337°22.50%84.31%
HSB/HSV337°8.04%87.84%
CMYK0.00%8.04%4.91%
12.16%

Color #E0CED5 in popluar number systems.

HEXE0CED5
Decimal224206213
Binary111000001100111011010101
Octal340316325

Shades and tints

Shades of #E0CED5

#E0CED5
(224,206,213)
#CCBCC2
(204,188,194)
#B8AAAF
(184,170,175)
#A4989C
(164,152,156)
#908689
(144,134,137)
#7C7476
(124,116,118)
#686263
(104,98,99)
#545050
(84,80,80)
#403E3D
(64,62,61)
#2C2C2A
(44,44,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #E0CED5

#E0CED5
(224,206,213)
#E2D2D8
(226,210,216)
#E4D6DB
(228,214,219)
#E6DADE
(230,218,222)
#E8DEE1
(232,222,225)
#EAE2E4
(234,226,228)
#ECE6E7
(236,230,231)
#EEEAEA
(238,234,234)
#F0EEED
(240,238,237)
#F2F2F0
(242,242,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CED5 color. Also use rgb(224,206,213) instead hex code.

Text Font Color

.myTextColor { color: #E0CED5; }

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

This text font color is #E0CED5.


Background Color

.myBgColor { background-color: #E0CED5; }

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

This div background color is #E0CED5.


Border color

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

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

This div border color is #E0CED5.


Opacity

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

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

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

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

This text has shadow with #E0CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CED5 on black background.


Color preview on white background

This text has color #E0CED5 on white background.



Black color preview on #E0CED5 background

This text has black color on #E0CED5 background.


White color preview on #E0CED5 background

This text has white color on #E0CED5 background.