COLOR #E3C9FB

HEX: #E3C9FB RGB: (227,201,251)

Color info

#E3C9FB contains red, green and blue colors in about the same proportion. Web safe color of #E3C9FB is #CCCCFF (or #CCF).

RGB color model

#E3C9FB color RGB value is (227,201,251).

RGB: (227,201,251) (89%, 79%, 98%)

RGB channels and saturation

R 227 of 255 = 89%
G 201 of 255 = 79%
B 251 of 255 = 98%

227
201
251

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

Portions of RGB colors in percentages

R + G + B = 227 + 201 + 251 = 679 (100%)
R 227 of 679 ~ 33.43%
G 201 of 679 ~ 29.6%
B 251 of 679 ~ 36.97'%

%33.43
%29.6
%36.97

CMYK color model

#E3C9FB color CMYK value is (10,20,0,2).

  • cyan value is 9.56%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,20,0,2)
C10M20Y0K2 (10%, 20%, 0%, 2%)
(0.10 / 0.20 / 0.00 / 0.02)

CMYK percentages

%9.56
%19.92
%0
%1.57

Codes

Color #E3C9FB in popluar color models

E3 C9 FB
RGB 227 201 251
HSL 271° 86.21% 88.63%
HSB/HSV 271° 19.92% 98.43%
CMYK 9.56% 19.92% 0.00%
1.57%

Color #E3C9FB in popluar number systems.

HEX E3 C9 FB
Decimal 227 201 251
Binary 11100011 11001001 11111011
Octal 343 311 373

Shades and tints

Shades of #E3C9FB

#E3C9FB
(227,201,251)
#CFB7E5
(207,183,229)
#BBA5CF
(187,165,207)
#A793B9
(167,147,185)
#9381A3
(147,129,163)
#7F6F8D
(127,111,141)
#6B5D77
(107,93,119)
#574B61
(87,75,97)
#43394B
(67,57,75)
#2F2735
(47,39,53)
#1B151F
(27,21,31)
#000000
(0,0,0)

Tints of #E3C9FB

#E3C9FB
(227,201,251)
#E5CDFB
(229,205,251)
#E7D1FB
(231,209,251)
#E9D5FB
(233,213,251)
#EBD9FB
(235,217,251)
#EDDDFB
(237,221,251)
#EFE1FB
(239,225,251)
#F1E5FB
(241,229,251)
#F3E9FB
(243,233,251)
#F5EDFB
(245,237,251)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C9FB color. Also use rgb(227,201,251) instead hex code.

Text Font Color

.myTextColor { color: #E3C9FB; }

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

This text font color is #E3C9FB.

Background Color

.myBgColor { background-color: #E3C9FB; }

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

This div background color is #E3C9FB.

Border color

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

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

This div border color is #E3C9FB.

Opacity

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

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

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

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

This text has shadow with #E3C9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C9FB.

Preview

Color preview on black background

This text has color #E3C9FB on black background.


Color preview on white background

This text has color #E3C9FB on white background.


Black color preview on #E3C9FB background

This text has black color on #E3C9FB background.


White color preview on #E3C9FB background

This text has white color on #E3C9FB background.


Related colors

Complementary color

Complementary color for #hex is #1C3604.


I love getcolorcode.com

Triadic colors

1 #FBE3C9 and #C9FBE3 with #E3C9FB are triadic colors.

2 #FBC9E3 and #C9E3FB with #E3C9FB are triadic colors.