COLOR #E4C9FC

HEX: #E4C9FC RGB: (228,201,252)

Color info

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

RGB color model

#E4C9FC color RGB value is (228,201,252).

RGB: (228,201,252) (89%, 79%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 201 of 255 = 79%
B 252 of 255 = 99%

228
201
252

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

Portions of RGB colors in percentages

R + G + B = 228 + 201 + 252 = 681 (100%)
R 228 of 681 ~ 33.48%
G 201 of 681 ~ 29.52%
B 252 of 681 ~ 37'%

%33.48
%29.52
%37

CMYK color model

#E4C9FC color CMYK value is (10,20,0,1).

  • cyan value is 9.52%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (10,20,0,1)
C10M20Y0K1 (10%, 20%, 0%, 1%)
(0.10 / 0.20 / 0.00 / 0.01)

CMYK percentages

%9.52
%20.24
%0
%1.18

Codes

Color #E4C9FC in popluar color models

E4 C9 FC
RGB 228 201 252
HSL 272° 89.47% 88.82%
HSB/HSV 272° 20.24% 98.82%
CMYK 9.52% 20.24% 0.00%
1.18%

Color #E4C9FC in popluar number systems.

HEX E4 C9 FC
Decimal 228 201 252
Binary 11100100 11001001 11111100
Octal 344 311 374

Shades and tints

Shades of #E4C9FC

#E4C9FC
(228,201,252)
#D0B7E6
(208,183,230)
#BCA5D0
(188,165,208)
#A893BA
(168,147,186)
#9481A4
(148,129,164)
#806F8E
(128,111,142)
#6C5D78
(108,93,120)
#584B62
(88,75,98)
#44394C
(68,57,76)
#302736
(48,39,54)
#1C1520
(28,21,32)
#000000
(0,0,0)

Tints of #E4C9FC

#E4C9FC
(228,201,252)
#E6CDFC
(230,205,252)
#E8D1FC
(232,209,252)
#EAD5FC
(234,213,252)
#ECD9FC
(236,217,252)
#EEDDFC
(238,221,252)
#F0E1FC
(240,225,252)
#F2E5FC
(242,229,252)
#F4E9FC
(244,233,252)
#F6EDFC
(246,237,252)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C9FC color. Also use rgb(228,201,252) instead hex code.

Text Font Color

.myTextColor { color: #E4C9FC; }

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

This text font color is #E4C9FC.

Background Color

.myBgColor { background-color: #E4C9FC; }

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

This div background color is #E4C9FC.

Border color

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

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

This div border color is #E4C9FC.

Opacity

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

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

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

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

This text has shadow with #E4C9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C9FC.

Preview

Color preview on black background

This text has color #E4C9FC on black background.


Color preview on white background

This text has color #E4C9FC on white background.


Black color preview on #E4C9FC background

This text has black color on #E4C9FC background.


White color preview on #E4C9FC background

This text has white color on #E4C9FC background.


Related colors

Complementary color

Complementary color for #hex is #1B3603.


I love getcolorcode.com

Triadic colors

1 #FCE4C9 and #C9FCE4 with #E4C9FC are triadic colors.

2 #FCC9E4 and #C9E4FC with #E4C9FC are triadic colors.