COLOR #E2C8CF

HEX: #E2C8CF
RGB: (226,200,207)

Color info

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

RGB color model

#E2C8CF color RGB value is (226,200,207).

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

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 207 of 255 = 81%

226
200
207

R + G + B ~ 83%. #E2C8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 200 + 207 = 633 (100%)
R 226 of 633 ~ 35.7%
G 200 of 633 ~ 31.6%
B 207 of 633 ~ 32.7%

%35.7
%31.6
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 8.41%
  • key color value is 11.37%
CMYK:
(0,12,8,11)
C0M12Y8K11 
(0%,12%,8%,11%)
(0.00/0.12/0.08/0.11)	

CMYK percentages

%0
%11.5
%8.41
%11.37

Codes

Color #E2C8CF in popluar color models

E2C8CF
RGB226200207
HSL344°30.95%83.53%
HSB/HSV344°11.50%88.63%
CMYK0.00%11.50%8.41%
11.37%

Color #E2C8CF in popluar number systems.

HEXE2C8CF
Decimal226200207
Binary111000101100100011001111
Octal342310317

Shades and tints

Shades of #E2C8CF

#E2C8CF
(226,200,207)
#CEB6BD
(206,182,189)
#BAA4AB
(186,164,171)
#A69299
(166,146,153)
#928087
(146,128,135)
#7E6E75
(126,110,117)
#6A5C63
(106,92,99)
#564A51
(86,74,81)
#42383F
(66,56,63)
#2E262D
(46,38,45)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #E2C8CF

#E2C8CF
(226,200,207)
#E4CDD3
(228,205,211)
#E6D2D7
(230,210,215)
#E8D7DB
(232,215,219)
#EADCDF
(234,220,223)
#ECE1E3
(236,225,227)
#EEE6E7
(238,230,231)
#F0EBEB
(240,235,235)
#F2F0EF
(242,240,239)
#F4F5F3
(244,245,243)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C8CF; }

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

This text font color is #E2C8CF.


Background Color

.myBgColor { background-color: #E2C8CF; }

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

This div background color is #E2C8CF.


Border color

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

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

This div border color is #E2C8CF.


Opacity

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

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

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

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

This text has shadow with #E2C8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C8CF on black background.


Color preview on white background

This text has color #E2C8CF on white background.



Black color preview on #E2C8CF background

This text has black color on #E2C8CF background.


White color preview on #E2C8CF background

This text has white color on #E2C8CF background.