COLOR #E0CECC

HEX: #E0CECC
RGB: (224,206,204)

Color info

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

RGB color model

#E0CECC color RGB value is (224,206,204).

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

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 204 of 255 = 80%

224
206
204

R + G + B ~ 83%. #E0CECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 204 = 634 (100%)
R 224 of 634 ~ 35.33%
G 206 of 634 ~ 32.49%
B 204 of 634 ~ 32.18%

%35.33
%32.49
%32.18

CMYK color model

#E0CECC color CMYK value is (0,8,9,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK:
(0,8,9,12)
C0M8Y9K12 
(0%,8%,9%,12%)
(0.00/0.08/0.09/0.12)	

CMYK percentages

%0
%8.04
%8.93
%12.16

Codes

Color #E0CECC in popluar color models

E0CECC
RGB224206204
HSL24.39%83.92%
HSB/HSV8.93%87.84%
CMYK0.00%8.04%8.93%
12.16%

Color #E0CECC in popluar number systems.

HEXE0CECC
Decimal224206204
Binary111000001100111011001100
Octal340316314

Shades and tints

Shades of #E0CECC

#E0CECC
(224,206,204)
#CCBCBA
(204,188,186)
#B8AAA8
(184,170,168)
#A49896
(164,152,150)
#908684
(144,134,132)
#7C7472
(124,116,114)
#686260
(104,98,96)
#54504E
(84,80,78)
#403E3C
(64,62,60)
#2C2C2A
(44,44,42)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #E0CECC

#E0CECC
(224,206,204)
#E2D2D0
(226,210,208)
#E4D6D4
(228,214,212)
#E6DAD8
(230,218,216)
#E8DEDC
(232,222,220)
#EAE2E0
(234,226,224)
#ECE6E4
(236,230,228)
#EEEAE8
(238,234,232)
#F0EEEC
(240,238,236)
#F2F2F0
(242,242,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CECC; }

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

This text font color is #E0CECC.


Background Color

.myBgColor { background-color: #E0CECC; }

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

This div background color is #E0CECC.


Border color

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

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

This div border color is #E0CECC.


Opacity

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

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

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

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

This text has shadow with #E0CECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CECC on black background.


Color preview on white background

This text has color #E0CECC on white background.



Black color preview on #E0CECC background

This text has black color on #E0CECC background.


White color preview on #E0CECC background

This text has white color on #E0CECC background.