COLOR #E2C1CF

HEX: #E2C1CF
RGB: (226,193,207)

Color info

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

RGB color model

#E2C1CF color RGB value is (226,193,207).

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

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 207 of 255 = 81%

226
193
207

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

Portions of RGB colors in percentages

R + G + B =
226 + 193 + 207 = 626 (100%)
R 226 of 626 ~ 36.1%
G 193 of 626 ~ 30.83%
B 207 of 626 ~ 33.07%

%36.1
%30.83
%33.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 8.41%
  • key color value is 11.37%
CMYK:
(0,15,8,11)
C0M15Y8K11 
(0%,15%,8%,11%)
(0.00/0.15/0.08/0.11)	

CMYK percentages

%0
%14.6
%8.41
%11.37

Codes

Color #E2C1CF in popluar color models

E2C1CF
RGB226193207
HSL335°36.26%82.16%
HSB/HSV335°14.60%88.63%
CMYK0.00%14.60%8.41%
11.37%

Color #E2C1CF in popluar number systems.

HEXE2C1CF
Decimal226193207
Binary111000101100000111001111
Octal342301317

Shades and tints

Shades of #E2C1CF

#E2C1CF
(226,193,207)
#CEB0BD
(206,176,189)
#BA9FAB
(186,159,171)
#A68E99
(166,142,153)
#927D87
(146,125,135)
#7E6C75
(126,108,117)
#6A5B63
(106,91,99)
#564A51
(86,74,81)
#42393F
(66,57,63)
#2E282D
(46,40,45)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #E2C1CF

#E2C1CF
(226,193,207)
#E4C6D3
(228,198,211)
#E6CBD7
(230,203,215)
#E8D0DB
(232,208,219)
#EAD5DF
(234,213,223)
#ECDAE3
(236,218,227)
#EEDFE7
(238,223,231)
#F0E4EB
(240,228,235)
#F2E9EF
(242,233,239)
#F4EEF3
(244,238,243)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C1CF color. Also use rgb(226,193,207) instead hex code.

Text Font Color

.myTextColor { color: #E2C1CF; }

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

This text font color is #E2C1CF.


Background Color

.myBgColor { background-color: #E2C1CF; }

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

This div background color is #E2C1CF.


Border color

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

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

This div border color is #E2C1CF.


Opacity

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

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

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

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

This text has shadow with #E2C1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C1CF on black background.


Color preview on white background

This text has color #E2C1CF on white background.



Black color preview on #E2C1CF background

This text has black color on #E2C1CF background.


White color preview on #E2C1CF background

This text has white color on #E2C1CF background.