COLOR #E1CECC

HEX: #E1CECC
RGB: (225,206,204)

Color info

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

RGB color model

#E1CECC color RGB value is (225,206,204).

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

RGB channels and saturation

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

225
206
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 204 = 635 (100%)
R 225 of 635 ~ 35.43%
G 206 of 635 ~ 32.44%
B 204 of 635 ~ 32.13%

%35.43
%32.44
%32.13

CMYK color model

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

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

CMYK percentages

%0
%8.44
%9.33
%11.76

Codes

Color #E1CECC in popluar color models

E1CECC
RGB225206204
HSL25.93%84.12%
HSB/HSV9.33%88.24%
CMYK0.00%8.44%9.33%
11.76%

Color #E1CECC in popluar number systems.

HEXE1CECC
Decimal225206204
Binary111000011100111011001100
Octal341316314

Shades and tints

Shades of #E1CECC

#E1CECC
(225,206,204)
#CDBCBA
(205,188,186)
#B9AAA8
(185,170,168)
#A59896
(165,152,150)
#918684
(145,134,132)
#7D7472
(125,116,114)
#696260
(105,98,96)
#55504E
(85,80,78)
#413E3C
(65,62,60)
#2D2C2A
(45,44,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #E1CECC

#E1CECC
(225,206,204)
#E3D2D0
(227,210,208)
#E5D6D4
(229,214,212)
#E7DAD8
(231,218,216)
#E9DEDC
(233,222,220)
#EBE2E0
(235,226,224)
#EDE6E4
(237,230,228)
#EFEAE8
(239,234,232)
#F1EEEC
(241,238,236)
#F3F2F0
(243,242,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CECC; }

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

This text font color is #E1CECC.


Background Color

.myBgColor { background-color: #E1CECC; }

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

This div background color is #E1CECC.


Border color

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

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

This div border color is #E1CECC.


Opacity

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

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

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

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

This text has shadow with #E1CECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CECC on black background.


Color preview on white background

This text has color #E1CECC on white background.



Black color preview on #E1CECC background

This text has black color on #E1CECC background.


White color preview on #E1CECC background

This text has white color on #E1CECC background.