COLOR #E1C6CE

HEX: #E1C6CE
RGB: (225,198,206)

Color info

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

RGB color model

#E1C6CE color RGB value is (225,198,206).

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

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 206 of 255 = 81%

225
198
206

R + G + B ~ 82%. #E1C6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 198 + 206 = 629 (100%)
R 225 of 629 ~ 35.77%
G 198 of 629 ~ 31.48%
B 206 of 629 ~ 32.75%

%35.77
%31.48
%32.75

CMYK color model

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

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

CMYK percentages

%0
%12
%8.44
%11.76

Codes

Color #E1C6CE in popluar color models

E1C6CE
RGB225198206
HSL342°31.03%82.94%
HSB/HSV342°12.00%88.24%
CMYK0.00%12.00%8.44%
11.76%

Color #E1C6CE in popluar number systems.

HEXE1C6CE
Decimal225198206
Binary111000011100011011001110
Octal341306316

Shades and tints

Shades of #E1C6CE

#E1C6CE
(225,198,206)
#CDB4BC
(205,180,188)
#B9A2AA
(185,162,170)
#A59098
(165,144,152)
#917E86
(145,126,134)
#7D6C74
(125,108,116)
#695A62
(105,90,98)
#554850
(85,72,80)
#41363E
(65,54,62)
#2D242C
(45,36,44)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #E1C6CE

#E1C6CE
(225,198,206)
#E3CBD2
(227,203,210)
#E5D0D6
(229,208,214)
#E7D5DA
(231,213,218)
#E9DADE
(233,218,222)
#EBDFE2
(235,223,226)
#EDE4E6
(237,228,230)
#EFE9EA
(239,233,234)
#F1EEEE
(241,238,238)
#F3F3F2
(243,243,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C6CE; }

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

This text font color is #E1C6CE.


Background Color

.myBgColor { background-color: #E1C6CE; }

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

This div background color is #E1C6CE.


Border color

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

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

This div border color is #E1C6CE.


Opacity

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

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

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

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

This text has shadow with #E1C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C6CE on black background.


Color preview on white background

This text has color #E1C6CE on white background.



Black color preview on #E1C6CE background

This text has black color on #E1C6CE background.


White color preview on #E1C6CE background

This text has white color on #E1C6CE background.