COLOR #E1CEC0

HEX: #E1CEC0
RGB: (225,206,192)

Color info

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

RGB color model

#E1CEC0 color RGB value is (225,206,192).

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

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 192 of 255 = 75%

225
206
192

R + G + B ~ 81%. #E1CEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 192 = 623 (100%)
R 225 of 623 ~ 36.12%
G 206 of 623 ~ 33.07%
B 192 of 623 ~ 30.82%

%36.12
%33.07
%30.82

CMYK color model

#E1CEC0 color CMYK value is (0,8,15,12).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(0,8,15,12)
C0M8Y15K12 
(0%,8%,15%,12%)
(0.00/0.08/0.15/0.12)	

CMYK percentages

%0
%8.44
%14.67
%11.76

Codes

Color #E1CEC0 in popluar color models

E1CEC0
RGB225206192
HSL25°35.48%81.76%
HSB/HSV25°14.67%88.24%
CMYK0.00%8.44%14.67%
11.76%

Color #E1CEC0 in popluar number systems.

HEXE1CEC0
Decimal225206192
Binary111000011100111011000000
Octal341316300

Shades and tints

Shades of #E1CEC0

#E1CEC0
(225,206,192)
#CDBCAF
(205,188,175)
#B9AA9E
(185,170,158)
#A5988D
(165,152,141)
#91867C
(145,134,124)
#7D746B
(125,116,107)
#69625A
(105,98,90)
#555049
(85,80,73)
#413E38
(65,62,56)
#2D2C27
(45,44,39)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #E1CEC0

#E1CEC0
(225,206,192)
#E3D2C5
(227,210,197)
#E5D6CA
(229,214,202)
#E7DACF
(231,218,207)
#E9DED4
(233,222,212)
#EBE2D9
(235,226,217)
#EDE6DE
(237,230,222)
#EFEAE3
(239,234,227)
#F1EEE8
(241,238,232)
#F3F2ED
(243,242,237)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CEC0; }

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

This text font color is #E1CEC0.


Background Color

.myBgColor { background-color: #E1CEC0; }

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

This div background color is #E1CEC0.


Border color

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

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

This div border color is #E1CEC0.


Opacity

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

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

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

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

This text has shadow with #E1CEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CEC0 on black background.


Color preview on white background

This text has color #E1CEC0 on white background.



Black color preview on #E1CEC0 background

This text has black color on #E1CEC0 background.


White color preview on #E1CEC0 background

This text has white color on #E1CEC0 background.