COLOR #E3C1CE

HEX: #E3C1CE
RGB: (227,193,206)

Color info

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

RGB color model

#E3C1CE color RGB value is (227,193,206).

  • red value is 227;
  • green value is 193;
  • blue value is 206.
RGB:
(227,193,206)
(89%,76%,81%)

RGB channels and saturation

R 227 of 255 = 89%
G 193 of 255 = 76%
B 206 of 255 = 81%

227
193
206

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

Portions of RGB colors in percentages

R + G + B =
227 + 193 + 206 = 626 (100%)
R 227 of 626 ~ 36.26%
G 193 of 626 ~ 30.83%
B 206 of 626 ~ 32.91%

%36.26
%30.83
%32.91

CMYK color model

#E3C1CE color CMYK value is (0,15,9,11).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(0,15,9,11)
C0M15Y9K11 
(0%,15%,9%,11%)
(0.00/0.15/0.09/0.11)	

CMYK percentages

%0
%14.98
%9.25
%10.98

Codes

Color #E3C1CE in popluar color models

E3C1CE
RGB227193206
HSL337°37.78%82.35%
HSB/HSV337°14.98%89.02%
CMYK0.00%14.98%9.25%
10.98%

Color #E3C1CE in popluar number systems.

HEXE3C1CE
Decimal227193206
Binary111000111100000111001110
Octal343301316

Shades and tints

Shades of #E3C1CE

#E3C1CE
(227,193,206)
#CFB0BC
(207,176,188)
#BB9FAA
(187,159,170)
#A78E98
(167,142,152)
#937D86
(147,125,134)
#7F6C74
(127,108,116)
#6B5B62
(107,91,98)
#574A50
(87,74,80)
#43393E
(67,57,62)
#2F282C
(47,40,44)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #E3C1CE

#E3C1CE
(227,193,206)
#E5C6D2
(229,198,210)
#E7CBD6
(231,203,214)
#E9D0DA
(233,208,218)
#EBD5DE
(235,213,222)
#EDDAE2
(237,218,226)
#EFDFE6
(239,223,230)
#F1E4EA
(241,228,234)
#F3E9EE
(243,233,238)
#F5EEF2
(245,238,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C1CE color. Also use rgb(227,193,206) instead hex code.

Text Font Color

.myTextColor { color: #E3C1CE; }

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

This text font color is #E3C1CE.


Background Color

.myBgColor { background-color: #E3C1CE; }

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

This div background color is #E3C1CE.


Border color

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

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

This div border color is #E3C1CE.


Opacity

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

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

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

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

This text has shadow with #E3C1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C1CE on black background.


Color preview on white background

This text has color #E3C1CE on white background.



Black color preview on #E3C1CE background

This text has black color on #E3C1CE background.


White color preview on #E3C1CE background

This text has white color on #E3C1CE background.