COLOR #E9C2FB

HEX: #E9C2FB RGB: (233,194,251)

Color info

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

RGB color model

#E9C2FB color RGB value is (233,194,251).

RGB: (233,194,251) (91%, 76%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 251 of 255 = 98%

233
194
251

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

Portions of RGB colors in percentages

R + G + B = 233 + 194 + 251 = 678 (100%)
R 233 of 678 ~ 34.37%
G 194 of 678 ~ 28.61%
B 251 of 678 ~ 37.02'%

%34.37
%28.61
%37.02

CMYK color model

#E9C2FB color CMYK value is (7,23,0,2).

  • cyan value is 7.17%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (7,23,0,2)
C7M23Y0K2 (7%, 23%, 0%, 2%)
(0.07 / 0.23 / 0.00 / 0.02)

CMYK percentages

%7.17
%22.71
%0
%1.57

Codes

Color #E9C2FB in popluar color models

E9 C2 FB
RGB 233 194 251
HSL 281° 87.69% 87.25%
HSB/HSV 281° 22.71% 98.43%
CMYK 7.17% 22.71% 0.00%
1.57%

Color #E9C2FB in popluar number systems.

HEX E9 C2 FB
Decimal 233 194 251
Binary 11101001 11000010 11111011
Octal 351 302 373

Shades and tints

Shades of #E9C2FB

#E9C2FB
(233,194,251)
#D4B1E5
(212,177,229)
#BFA0CF
(191,160,207)
#AA8FB9
(170,143,185)
#957EA3
(149,126,163)
#806D8D
(128,109,141)
#6B5C77
(107,92,119)
#564B61
(86,75,97)
#413A4B
(65,58,75)
#2C2935
(44,41,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #E9C2FB

#E9C2FB
(233,194,251)
#EBC7FB
(235,199,251)
#EDCCFB
(237,204,251)
#EFD1FB
(239,209,251)
#F1D6FB
(241,214,251)
#F3DBFB
(243,219,251)
#F5E0FB
(245,224,251)
#F7E5FB
(247,229,251)
#F9EAFB
(249,234,251)
#FBEFFB
(251,239,251)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C2FB color. Also use rgb(233,194,251) instead hex code.

Text Font Color

.myTextColor { color: #E9C2FB; }

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

This text font color is #E9C2FB.

Background Color

.myBgColor { background-color: #E9C2FB; }

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

This div background color is #E9C2FB.

Border color

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

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

This div border color is #E9C2FB.

Opacity

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

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

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

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

This text has shadow with #E9C2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C2FB.

Preview

Color preview on black background

This text has color #E9C2FB on black background.


Color preview on white background

This text has color #E9C2FB on white background.


Black color preview on #E9C2FB background

This text has black color on #E9C2FB background.


White color preview on #E9C2FB background

This text has white color on #E9C2FB background.


Related colors

Complementary color

Complementary color for #hex is #163D04.


I love getcolorcode.com

Triadic colors

1 #FBE9C2 and #C2FBE9 with #E9C2FB are triadic colors.

2 #FBC2E9 and #C2E9FB with #E9C2FB are triadic colors.