COLOR #E0CEDC

HEX: #E0CEDC
RGB: (224,206,220)

Color info

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

RGB color model

#E0CEDC color RGB value is (224,206,220).

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

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 220 of 255 = 86%

224
206
220

R + G + B ~ 85%. #E0CEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 220 = 650 (100%)
R 224 of 650 ~ 34.46%
G 206 of 650 ~ 31.69%
B 220 of 650 ~ 33.85%

%34.46
%31.69
%33.85

CMYK color model

#E0CEDC color CMYK value is (0,8,2,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(0,8,2,12)
C0M8Y2K12 
(0%,8%,2%,12%)
(0.00/0.08/0.02/0.12)	

CMYK percentages

%0
%8.04
%1.79
%12.16

Codes

Color #E0CEDC in popluar color models

E0CEDC
RGB224206220
HSL313°22.50%84.31%
HSB/HSV313°8.04%87.84%
CMYK0.00%8.04%1.79%
12.16%

Color #E0CEDC in popluar number systems.

HEXE0CEDC
Decimal224206220
Binary111000001100111011011100
Octal340316334

Shades and tints

Shades of #E0CEDC

#E0CEDC
(224,206,220)
#CCBCC8
(204,188,200)
#B8AAB4
(184,170,180)
#A498A0
(164,152,160)
#90868C
(144,134,140)
#7C7478
(124,116,120)
#686264
(104,98,100)
#545050
(84,80,80)
#403E3C
(64,62,60)
#2C2C28
(44,44,40)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #E0CEDC

#E0CEDC
(224,206,220)
#E2D2DF
(226,210,223)
#E4D6E2
(228,214,226)
#E6DAE5
(230,218,229)
#E8DEE8
(232,222,232)
#EAE2EB
(234,226,235)
#ECE6EE
(236,230,238)
#EEEAF1
(238,234,241)
#F0EEF4
(240,238,244)
#F2F2F7
(242,242,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CEDC; }

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

This text font color is #E0CEDC.


Background Color

.myBgColor { background-color: #E0CEDC; }

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

This div background color is #E0CEDC.


Border color

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

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

This div border color is #E0CEDC.


Opacity

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

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

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

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

This text has shadow with #E0CEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CEDC on black background.


Color preview on white background

This text has color #E0CEDC on white background.



Black color preview on #E0CEDC background

This text has black color on #E0CEDC background.


White color preview on #E0CEDC background

This text has white color on #E0CEDC background.