COLOR #E9C8ED

HEX: #E9C8ED RGB: (233,200,237)

Color info

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

RGB color model

#E9C8ED color RGB value is (233,200,237).

RGB: (233,200,237) (91%, 78%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 237 of 255 = 93%

233
200
237

R + G + B ~ 87%. #E9C8ED is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 200 + 237 = 670 (100%)
R 233 of 670 ~ 34.78%
G 200 of 670 ~ 29.85%
B 237 of 670 ~ 35.37'%

%34.78
%29.85
%35.37

CMYK color model

#E9C8ED color CMYK value is (2,16,0,7).

  • cyan value is 1.69%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (2,16,0,7) C2M16Y0K7 (2%,16%,0%,7%) (0.02/0.16/0.00/0.07) 

CMYK percentages

%1.69
%15.61
%0
%7.06

Codes

Color #E9C8ED in popluar color models

E9 C8 ED
RGB 233 200 237
HSL 294° 50.68% 85.69%
HSB/HSV 294° 15.61% 92.94%
CMYK 1.69% 15.61% 0.00%
7.06%

Color #E9C8ED in popluar number systems.

HEX E9 C8 ED
Decimal 233 200 237
Binary 11101001 11001000 11101101
Octal 351 310 355

Shades and tints

Shades of #E9C8ED

#E9C8ED
(233,200,237)
#D4B6D8
(212,182,216)
#BFA4C3
(191,164,195)
#AA92AE
(170,146,174)
#958099
(149,128,153)
#806E84
(128,110,132)
#6B5C6F
(107,92,111)
#564A5A
(86,74,90)
#413845
(65,56,69)
#2C2630
(44,38,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #E9C8ED

#E9C8ED
(233,200,237)
#EBCDEE
(235,205,238)
#EDD2EF
(237,210,239)
#EFD7F0
(239,215,240)
#F1DCF1
(241,220,241)
#F3E1F2
(243,225,242)
#F5E6F3
(245,230,243)
#F7EBF4
(247,235,244)
#F9F0F5
(249,240,245)
#FBF5F6
(251,245,246)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C8ED color. Also use rgb(233,200,237) instead hex code.

Text Font Color

.myTextColor { color: #E9C8ED; }

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

This text font color is #E9C8ED.

Background Color

.myBgColor { background-color: #E9C8ED; }

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

This div background color is #E9C8ED.

Border color

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

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

This div border color is #E9C8ED.

Opacity

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

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

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

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

This text has shadow with #E9C8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C8ED.

Preview

Color preview on black background

This text has color #E9C8ED on black background.


Color preview on white background

This text has color #E9C8ED on white background.


Black color preview on #E9C8ED background

This text has black color on #E9C8ED background.


White color preview on #E9C8ED background

This text has white color on #E9C8ED background.


Related colors

Complementary color

Complementary color for #hex is #163712.


I love getcolorcode.com

Triadic colors

1 #EDE9C8 and #C8EDE9 with #E9C8ED are triadic colors.

2 #EDC8E9 and #C8E9ED with #E9C8ED are triadic colors.