COLOR #E1CECF

HEX: #E1CECF
RGB: (225,206,207)

Color info

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

RGB color model

#E1CECF color RGB value is (225,206,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 207 of 255 = 81%

225
206
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 207 = 638 (100%)
R 225 of 638 ~ 35.27%
G 206 of 638 ~ 32.29%
B 207 of 638 ~ 32.45%

%35.27
%32.29
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(0,8,8,12)
C0M8Y8K12 
(0%,8%,8%,12%)
(0.00/0.08/0.08/0.12)	

CMYK percentages

%0
%8.44
%8
%11.76

Codes

Color #E1CECF in popluar color models

E1CECF
RGB225206207
HSL357°24.05%84.51%
HSB/HSV357°8.44%88.24%
CMYK0.00%8.44%8.00%
11.76%

Color #E1CECF in popluar number systems.

HEXE1CECF
Decimal225206207
Binary111000011100111011001111
Octal341316317

Shades and tints

Shades of #E1CECF

#E1CECF
(225,206,207)
#CDBCBD
(205,188,189)
#B9AAAB
(185,170,171)
#A59899
(165,152,153)
#918687
(145,134,135)
#7D7475
(125,116,117)
#696263
(105,98,99)
#555051
(85,80,81)
#413E3F
(65,62,63)
#2D2C2D
(45,44,45)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #E1CECF

#E1CECF
(225,206,207)
#E3D2D3
(227,210,211)
#E5D6D7
(229,214,215)
#E7DADB
(231,218,219)
#E9DEDF
(233,222,223)
#EBE2E3
(235,226,227)
#EDE6E7
(237,230,231)
#EFEAEB
(239,234,235)
#F1EEEF
(241,238,239)
#F3F2F3
(243,242,243)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CECF; }

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

This text font color is #E1CECF.


Background Color

.myBgColor { background-color: #E1CECF; }

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

This div background color is #E1CECF.


Border color

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

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

This div border color is #E1CECF.


Opacity

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

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

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

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

This text has shadow with #E1CECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CECF on black background.


Color preview on white background

This text has color #E1CECF on white background.



Black color preview on #E1CECF background

This text has black color on #E1CECF background.


White color preview on #E1CECF background

This text has white color on #E1CECF background.