COLOR #E9C5FE

HEX: #E9C5FE RGB: (233,197,254)

Color info

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

RGB color model

#E9C5FE color RGB value is (233,197,254).

RGB: (233,197,254) (91%, 77%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 197 of 255 = 77%
B 254 of 255 = 100%

233
197
254

R + G + B ~ 89%. #E9C5FE is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 197 + 254 = 684 (100%)
R 233 of 684 ~ 34.06%
G 197 of 684 ~ 28.8%
B 254 of 684 ~ 37.13'%

%34.06
%28.8
%37.13

CMYK color model

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

  • cyan value is 8.27%
  • magenta value is 22.44%
  • 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
%22.44
%0
%0.39

Codes

Color #E9C5FE in popluar color models

E9 C5 FE
RGB 233 197 254
HSL 278° 96.61% 88.43%
HSB/HSV 278° 22.44% 99.61%
CMYK 8.27% 22.44% 0.00%
0.39%

Color #E9C5FE in popluar number systems.

HEX E9 C5 FE
Decimal 233 197 254
Binary 11101001 11000101 11111110
Octal 351 305 376

Shades and tints

Shades of #E9C5FE

#E9C5FE
(233,197,254)
#D4B4E7
(212,180,231)
#BFA3D0
(191,163,208)
#AA92B9
(170,146,185)
#9581A2
(149,129,162)
#80708B
(128,112,139)
#6B5F74
(107,95,116)
#564E5D
(86,78,93)
#413D46
(65,61,70)
#2C2C2F
(44,44,47)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #E9C5FE

#E9C5FE
(233,197,254)
#EBCAFE
(235,202,254)
#EDCFFE
(237,207,254)
#EFD4FE
(239,212,254)
#F1D9FE
(241,217,254)
#F3DEFE
(243,222,254)
#F5E3FE
(245,227,254)
#F7E8FE
(247,232,254)
#F9EDFE
(249,237,254)
#FBF2FE
(251,242,254)
#FDF7FE
(253,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C5FE; }

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

This text font color is #E9C5FE.

Background Color

.myBgColor { background-color: #E9C5FE; }

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

This div background color is #E9C5FE.

Border color

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

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

This div border color is #E9C5FE.

Opacity

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

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

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

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

This text has shadow with #E9C5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C5FE.

Preview

Color preview on black background

This text has color #E9C5FE on black background.


Color preview on white background

This text has color #E9C5FE on white background.


Black color preview on #E9C5FE background

This text has black color on #E9C5FE background.


White color preview on #E9C5FE background

This text has white color on #E9C5FE background.


Related colors

Complementary color

Complementary color for #hex is #163A01.


I love getcolorcode.com

Triadic colors

1 #FEE9C5 and #C5FEE9 with #E9C5FE are triadic colors.

2 #FEC5E9 and #C5E9FE with #E9C5FE are triadic colors.