COLOR #E7C1CA

HEX: #E7C1CA
RGB: (231,193,202)

Color info

#E7C1CA contains red, green and blue colors in about the same proportion. Web safe color of #E7C1CA is #FFCCCC (or #FCC).

RGB color model

#E7C1CA color RGB value is (231,193,202).

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

RGB channels and saturation

R 231 of 255 = 91%
G 193 of 255 = 76%
B 202 of 255 = 79%

231
193
202

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

Portions of RGB colors in percentages

R + G + B =
231 + 193 + 202 = 626 (100%)
R 231 of 626 ~ 36.9%
G 193 of 626 ~ 30.83%
B 202 of 626 ~ 32.27%

%36.9
%30.83
%32.27

CMYK color model

#E7C1CA color CMYK value is (0,16,13,9).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(0,16,13,9)
C0M16Y13K9 
(0%,16%,13%,9%)
(0.00/0.16/0.13/0.09)	

CMYK percentages

%0
%16.45
%12.55
%9.41

Codes

Color #E7C1CA in popluar color models

E7C1CA
RGB231193202
HSL346°44.19%83.14%
HSB/HSV346°16.45%90.59%
CMYK0.00%16.45%12.55%
9.41%

Color #E7C1CA in popluar number systems.

HEXE7C1CA
Decimal231193202
Binary111001111100000111001010
Octal347301312

Shades and tints

Shades of #E7C1CA

#E7C1CA
(231,193,202)
#D2B0B8
(210,176,184)
#BD9FA6
(189,159,166)
#A88E94
(168,142,148)
#937D82
(147,125,130)
#7E6C70
(126,108,112)
#695B5E
(105,91,94)
#544A4C
(84,74,76)
#3F393A
(63,57,58)
#2A2828
(42,40,40)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E7C1CA

#E7C1CA
(231,193,202)
#E9C6CE
(233,198,206)
#EBCBD2
(235,203,210)
#EDD0D6
(237,208,214)
#EFD5DA
(239,213,218)
#F1DADE
(241,218,222)
#F3DFE2
(243,223,226)
#F5E4E6
(245,228,230)
#F7E9EA
(247,233,234)
#F9EEEE
(249,238,238)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C1CA; }

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

This text font color is #E7C1CA.


Background Color

.myBgColor { background-color: #E7C1CA; }

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

This div background color is #E7C1CA.


Border color

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

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

This div border color is #E7C1CA.


Opacity

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

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

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

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

This text has shadow with #E7C1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C1CA on black background.


Color preview on white background

This text has color #E7C1CA on white background.



Black color preview on #E7C1CA background

This text has black color on #E7C1CA background.


White color preview on #E7C1CA background

This text has white color on #E7C1CA background.