COLOR #E2C8D5

HEX: #E2C8D5
RGB: (226,200,213)

Color info

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

RGB color model

#E2C8D5 color RGB value is (226,200,213).

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

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 213 of 255 = 84%

226
200
213

R + G + B ~ 84%. #E2C8D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 200 + 213 = 639 (100%)
R 226 of 639 ~ 35.37%
G 200 of 639 ~ 31.3%
B 213 of 639 ~ 33.33%

%35.37
%31.3
%33.33

CMYK color model

#E2C8D5 color CMYK value is (0,12,6,11).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(0,12,6,11)
C0M12Y6K11 
(0%,12%,6%,11%)
(0.00/0.12/0.06/0.11)	

CMYK percentages

%0
%11.5
%5.75
%11.37

Codes

Color #E2C8D5 in popluar color models

E2C8D5
RGB226200213
HSL330°30.95%83.53%
HSB/HSV330°11.50%88.63%
CMYK0.00%11.50%5.75%
11.37%

Color #E2C8D5 in popluar number systems.

HEXE2C8D5
Decimal226200213
Binary111000101100100011010101
Octal342310325

Shades and tints

Shades of #E2C8D5

#E2C8D5
(226,200,213)
#CEB6C2
(206,182,194)
#BAA4AF
(186,164,175)
#A6929C
(166,146,156)
#928089
(146,128,137)
#7E6E76
(126,110,118)
#6A5C63
(106,92,99)
#564A50
(86,74,80)
#42383D
(66,56,61)
#2E262A
(46,38,42)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2C8D5

#E2C8D5
(226,200,213)
#E4CDD8
(228,205,216)
#E6D2DB
(230,210,219)
#E8D7DE
(232,215,222)
#EADCE1
(234,220,225)
#ECE1E4
(236,225,228)
#EEE6E7
(238,230,231)
#F0EBEA
(240,235,234)
#F2F0ED
(242,240,237)
#F4F5F0
(244,245,240)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C8D5; }

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

This text font color is #E2C8D5.


Background Color

.myBgColor { background-color: #E2C8D5; }

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

This div background color is #E2C8D5.


Border color

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

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

This div border color is #E2C8D5.


Opacity

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

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

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

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

This text has shadow with #E2C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C8D5 on black background.


Color preview on white background

This text has color #E2C8D5 on white background.



Black color preview on #E2C8D5 background

This text has black color on #E2C8D5 background.


White color preview on #E2C8D5 background

This text has white color on #E2C8D5 background.