COLOR #E9C8FE

HEX: #E9C8FE RGB: (233,200,254)

Color info

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

RGB color model

#E9C8FE color RGB value is (233,200,254).

RGB: (233,200,254) (91%, 78%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 254 of 255 = 100%

233
200
254

R + G + B ~ 90%. #E9C8FE is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 200 + 254 = 687 (100%)
R 233 of 687 ~ 33.92%
G 200 of 687 ~ 29.11%
B 254 of 687 ~ 36.97'%

%33.92
%29.11
%36.97

CMYK color model

#E9C8FE color CMYK value is (8,21,0,0).

  • cyan value is 8.27%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (8,21,0,0)
C8M21Y0K0 (8%, 21%, 0%, 0%)
(0.08 / 0.21 / 0.00 / 0.00)

CMYK percentages

%8.27
%21.26
%0
%0.39

Codes

Color #E9C8FE in popluar color models

E9 C8 FE
RGB 233 200 254
HSL 277° 96.43% 89.02%
HSB/HSV 277° 21.26% 99.61%
CMYK 8.27% 21.26% 0.00%
0.39%

Color #E9C8FE in popluar number systems.

HEX E9 C8 FE
Decimal 233 200 254
Binary 11101001 11001000 11111110
Octal 351 310 376

Shades and tints

Shades of #E9C8FE

#E9C8FE
(233,200,254)
#D4B6E7
(212,182,231)
#BFA4D0
(191,164,208)
#AA92B9
(170,146,185)
#9580A2
(149,128,162)
#806E8B
(128,110,139)
#6B5C74
(107,92,116)
#564A5D
(86,74,93)
#413846
(65,56,70)
#2C262F
(44,38,47)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #E9C8FE

#E9C8FE
(233,200,254)
#EBCDFE
(235,205,254)
#EDD2FE
(237,210,254)
#EFD7FE
(239,215,254)
#F1DCFE
(241,220,254)
#F3E1FE
(243,225,254)
#F5E6FE
(245,230,254)
#F7EBFE
(247,235,254)
#F9F0FE
(249,240,254)
#FBF5FE
(251,245,254)
#FDFAFE
(253,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C8FE; }

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

This text font color is #E9C8FE.

Background Color

.myBgColor { background-color: #E9C8FE; }

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

This div background color is #E9C8FE.

Border color

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

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

This div border color is #E9C8FE.

Opacity

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

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

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

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

This text has shadow with #E9C8FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C8FE.

Preview

Color preview on black background

This text has color #E9C8FE on black background.


Color preview on white background

This text has color #E9C8FE on white background.


Black color preview on #E9C8FE background

This text has black color on #E9C8FE background.


White color preview on #E9C8FE background

This text has white color on #E9C8FE background.


Related colors

Complementary color

Complementary color for #hex is #163701.


I love getcolorcode.com

Triadic colors

1 #FEE9C8 and #C8FEE9 with #E9C8FE are triadic colors.

2 #FEC8E9 and #C8E9FE with #E9C8FE are triadic colors.