COLOR #E9C7FE

HEX: #E9C7FE RGB: (233,199,254)

Color info

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

RGB color model

#E9C7FE color RGB value is (233,199,254).

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

RGB channels and saturation

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

233
199
254

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

Portions of RGB colors in percentages

R + G + B = 233 + 199 + 254 = 686 (100%)
R 233 of 686 ~ 33.97%
G 199 of 686 ~ 29.01%
B 254 of 686 ~ 37.03'%

%33.97
%29.01
%37.03

CMYK color model

#E9C7FE color CMYK value is (8,22,0,0).

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

CMYK: (8,22,0,0)
C8M22Y0K0 (8%, 22%, 0%, 0%)
(0.08 / 0.22 / 0.00 / 0.00)

CMYK percentages

%8.27
%21.65
%0
%0.39

Codes

Color #E9C7FE in popluar color models

E9 C7 FE
RGB 233 199 254
HSL 277° 96.49% 88.82%
HSB/HSV 277° 21.65% 99.61%
CMYK 8.27% 21.65% 0.00%
0.39%

Color #E9C7FE in popluar number systems.

HEX E9 C7 FE
Decimal 233 199 254
Binary 11101001 11000111 11111110
Octal 351 307 376

Shades and tints

Shades of #E9C7FE

#E9C7FE
(233,199,254)
#D4B5E7
(212,181,231)
#BFA3D0
(191,163,208)
#AA91B9
(170,145,185)
#957FA2
(149,127,162)
#806D8B
(128,109,139)
#6B5B74
(107,91,116)
#56495D
(86,73,93)
#413746
(65,55,70)
#2C252F
(44,37,47)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #E9C7FE

#E9C7FE
(233,199,254)
#EBCCFE
(235,204,254)
#EDD1FE
(237,209,254)
#EFD6FE
(239,214,254)
#F1DBFE
(241,219,254)
#F3E0FE
(243,224,254)
#F5E5FE
(245,229,254)
#F7EAFE
(247,234,254)
#F9EFFE
(249,239,254)
#FBF4FE
(251,244,254)
#FDF9FE
(253,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C7FE; }

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

This text font color is #E9C7FE.

Background Color

.myBgColor { background-color: #E9C7FE; }

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

This div background color is #E9C7FE.

Border color

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

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

This div border color is #E9C7FE.

Opacity

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

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

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

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

This text has shadow with #E9C7FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C7FE.

Preview

Color preview on black background

This text has color #E9C7FE on black background.


Color preview on white background

This text has color #E9C7FE on white background.


Black color preview on #E9C7FE background

This text has black color on #E9C7FE background.


White color preview on #E9C7FE background

This text has white color on #E9C7FE background.


Related colors

Complementary color

Complementary color for #hex is #163801.


I love getcolorcode.com

Triadic colors

1 #FEE9C7 and #C7FEE9 with #E9C7FE are triadic colors.

2 #FEC7E9 and #C7E9FE with #E9C7FE are triadic colors.