COLOR #E3C1CA

HEX: #E3C1CA
RGB: (227,193,202)

Color info

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

RGB color model

#E3C1CA color RGB value is (227,193,202).

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

RGB channels and saturation

R 227 of 255 = 89%
G 193 of 255 = 76%
B 202 of 255 = 79%

227
193
202

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

Portions of RGB colors in percentages

R + G + B =
227 + 193 + 202 = 622 (100%)
R 227 of 622 ~ 36.5%
G 193 of 622 ~ 31.03%
B 202 of 622 ~ 32.48%

%36.5
%31.03
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(0,15,11,11)
C0M15Y11K11 
(0%,15%,11%,11%)
(0.00/0.15/0.11/0.11)	

CMYK percentages

%0
%14.98
%11.01
%10.98

Codes

Color #E3C1CA in popluar color models

E3C1CA
RGB227193202
HSL344°37.78%82.35%
HSB/HSV344°14.98%89.02%
CMYK0.00%14.98%11.01%
10.98%

Color #E3C1CA in popluar number systems.

HEXE3C1CA
Decimal227193202
Binary111000111100000111001010
Octal343301312

Shades and tints

Shades of #E3C1CA

#E3C1CA
(227,193,202)
#CFB0B8
(207,176,184)
#BB9FA6
(187,159,166)
#A78E94
(167,142,148)
#937D82
(147,125,130)
#7F6C70
(127,108,112)
#6B5B5E
(107,91,94)
#574A4C
(87,74,76)
#43393A
(67,57,58)
#2F2828
(47,40,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #E3C1CA

#E3C1CA
(227,193,202)
#E5C6CE
(229,198,206)
#E7CBD2
(231,203,210)
#E9D0D6
(233,208,214)
#EBD5DA
(235,213,218)
#EDDADE
(237,218,222)
#EFDFE2
(239,223,226)
#F1E4E6
(241,228,230)
#F3E9EA
(243,233,234)
#F5EEEE
(245,238,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C1CA; }

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

This text font color is #E3C1CA.


Background Color

.myBgColor { background-color: #E3C1CA; }

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

This div background color is #E3C1CA.


Border color

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

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

This div border color is #E3C1CA.


Opacity

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

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

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

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

This text has shadow with #E3C1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C1CA on black background.


Color preview on white background

This text has color #E3C1CA on white background.



Black color preview on #E3C1CA background

This text has black color on #E3C1CA background.


White color preview on #E3C1CA background

This text has white color on #E3C1CA background.