COLOR #E8C9ED

HEX: #E8C9ED RGB: (232,201,237)

Color info

#E8C9ED contains red, green and blue colors in about the same proportion. Web safe color of #E8C9ED is #FFCCFF (or #FCF).

RGB color model

#E8C9ED color RGB value is (232,201,237).

RGB: (232,201,237) (91%, 79%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 201 of 255 = 79%
B 237 of 255 = 93%

232
201
237

R + G + B ~ 88%. #E8C9ED is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 201 + 237 = 670 (100%)
R 232 of 670 ~ 34.63%
G 201 of 670 ~ 30%
B 237 of 670 ~ 35.37'%

%34.63
%30
%35.37

CMYK color model

#E8C9ED color CMYK value is (2,15,0,7).

  • cyan value is 2.11%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (2,15,0,7)
C2M15Y0K7 (2%, 15%, 0%, 7%)
(0.02 / 0.15 / 0.00 / 0.07)

CMYK percentages

%2.11
%15.19
%0
%7.06

Codes

Color #E8C9ED in popluar color models

E8 C9 ED
RGB 232 201 237
HSL 292° 50.00% 85.88%
HSB/HSV 292° 15.19% 92.94%
CMYK 2.11% 15.19% 0.00%
7.06%

Color #E8C9ED in popluar number systems.

HEX E8 C9 ED
Decimal 232 201 237
Binary 11101000 11001001 11101101
Octal 350 311 355

Shades and tints

Shades of #E8C9ED

#E8C9ED
(232,201,237)
#D3B7D8
(211,183,216)
#BEA5C3
(190,165,195)
#A993AE
(169,147,174)
#948199
(148,129,153)
#7F6F84
(127,111,132)
#6A5D6F
(106,93,111)
#554B5A
(85,75,90)
#403945
(64,57,69)
#2B2730
(43,39,48)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #E8C9ED

#E8C9ED
(232,201,237)
#EACDEE
(234,205,238)
#ECD1EF
(236,209,239)
#EED5F0
(238,213,240)
#F0D9F1
(240,217,241)
#F2DDF2
(242,221,242)
#F4E1F3
(244,225,243)
#F6E5F4
(246,229,244)
#F8E9F5
(248,233,245)
#FAEDF6
(250,237,246)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C9ED color. Also use rgb(232,201,237) instead hex code.

Text Font Color

.myTextColor { color: #E8C9ED; }

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

This text font color is #E8C9ED.

Background Color

.myBgColor { background-color: #E8C9ED; }

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

This div background color is #E8C9ED.

Border color

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

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

This div border color is #E8C9ED.

Opacity

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

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

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

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

This text has shadow with #E8C9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C9ED.

Preview

Color preview on black background

This text has color #E8C9ED on black background.


Color preview on white background

This text has color #E8C9ED on white background.


Black color preview on #E8C9ED background

This text has black color on #E8C9ED background.


White color preview on #E8C9ED background

This text has white color on #E8C9ED background.


Related colors

Complementary color

Complementary color for #hex is #173612.


I love getcolorcode.com

Triadic colors

1 #EDE8C9 and #C9EDE8 with #E8C9ED are triadic colors.

2 #EDC9E8 and #C9E8ED with #E8C9ED are triadic colors.