COLOR #E1CECA

HEX: #E1CECA
RGB: (225,206,202)

Color info

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

RGB color model

#E1CECA color RGB value is (225,206,202).

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

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 202 of 255 = 79%

225
206
202

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

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 202 = 633 (100%)
R 225 of 633 ~ 35.55%
G 206 of 633 ~ 32.54%
B 202 of 633 ~ 31.91%

%35.55
%32.54
%31.91

CMYK color model

#E1CECA color CMYK value is (0,8,10,12).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,8,10,12)
C0M8Y10K12 
(0%,8%,10%,12%)
(0.00/0.08/0.10/0.12)	

CMYK percentages

%0
%8.44
%10.22
%11.76

Codes

Color #E1CECA in popluar color models

E1CECA
RGB225206202
HSL10°27.71%83.73%
HSB/HSV10°10.22%88.24%
CMYK0.00%8.44%10.22%
11.76%

Color #E1CECA in popluar number systems.

HEXE1CECA
Decimal225206202
Binary111000011100111011001010
Octal341316312

Shades and tints

Shades of #E1CECA

#E1CECA
(225,206,202)
#CDBCB8
(205,188,184)
#B9AAA6
(185,170,166)
#A59894
(165,152,148)
#918682
(145,134,130)
#7D7470
(125,116,112)
#69625E
(105,98,94)
#55504C
(85,80,76)
#413E3A
(65,62,58)
#2D2C28
(45,44,40)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #E1CECA

#E1CECA
(225,206,202)
#E3D2CE
(227,210,206)
#E5D6D2
(229,214,210)
#E7DAD6
(231,218,214)
#E9DEDA
(233,222,218)
#EBE2DE
(235,226,222)
#EDE6E2
(237,230,226)
#EFEAE6
(239,234,230)
#F1EEEA
(241,238,234)
#F3F2EE
(243,242,238)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CECA; }

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

This text font color is #E1CECA.


Background Color

.myBgColor { background-color: #E1CECA; }

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

This div background color is #E1CECA.


Border color

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

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

This div border color is #E1CECA.


Opacity

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

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

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

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

This text has shadow with #E1CECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CECA on black background.


Color preview on white background

This text has color #E1CECA on white background.



Black color preview on #E1CECA background

This text has black color on #E1CECA background.


White color preview on #E1CECA background

This text has white color on #E1CECA background.