COLOR #E4B6FD

HEX: #E4B6FD RGB: (228,182,253)

Color info

#E4B6FD contains mainly red and blue colors. Web safe color of #E4B6FD is #CCCCFF (or #CCF).

RGB color model

#E4B6FD color RGB value is (228,182,253).

RGB: (228,182,253) (89%, 71%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 253 of 255 = 99%

228
182
253

R + G + B ~ 86%. #E4B6FD is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 182 + 253 = 663 (100%)
R 228 of 663 ~ 34.39%
G 182 of 663 ~ 27.45%
B 253 of 663 ~ 38.16'%

%34.39
%27.45
%38.16

CMYK color model

#E4B6FD color CMYK value is (10,28,0,1).

  • cyan value is 9.88%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (10,28,0,1)
C10M28Y0K1 (10%, 28%, 0%, 1%)
(0.10 / 0.28 / 0.00 / 0.01)

CMYK percentages

%9.88
%28.06
%0
%0.78

Codes

Color #E4B6FD in popluar color models

E4 B6 FD
RGB 228 182 253
HSL 279° 94.67% 85.29%
HSB/HSV 279° 28.06% 99.22%
CMYK 9.88% 28.06% 0.00%
0.78%

Color #E4B6FD in popluar number systems.

HEX E4 B6 FD
Decimal 228 182 253
Binary 11100100 10110110 11111101
Octal 344 266 375

Shades and tints

Shades of #E4B6FD

#E4B6FD
(228,182,253)
#D0A6E6
(208,166,230)
#BC96CF
(188,150,207)
#A886B8
(168,134,184)
#9476A1
(148,118,161)
#80668A
(128,102,138)
#6C5673
(108,86,115)
#58465C
(88,70,92)
#443645
(68,54,69)
#30262E
(48,38,46)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4B6FD

#E4B6FD
(228,182,253)
#E6BCFD
(230,188,253)
#E8C2FD
(232,194,253)
#EAC8FD
(234,200,253)
#ECCEFD
(236,206,253)
#EED4FD
(238,212,253)
#F0DAFD
(240,218,253)
#F2E0FD
(242,224,253)
#F4E6FD
(244,230,253)
#F6ECFD
(246,236,253)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B6FD color. Also use rgb(228,182,253) instead hex code.

Text Font Color

.myTextColor { color: #E4B6FD; }

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

This text font color is #E4B6FD.

Background Color

.myBgColor { background-color: #E4B6FD; }

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

This div background color is #E4B6FD.

Border color

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

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

This div border color is #E4B6FD.

Opacity

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

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

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

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

This text has shadow with #E4B6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B6FD.

Preview

Color preview on black background

This text has color #E4B6FD on black background.


Color preview on white background

This text has color #E4B6FD on white background.


Black color preview on #E4B6FD background

This text has black color on #E4B6FD background.


White color preview on #E4B6FD background

This text has white color on #E4B6FD background.


Related colors

Complementary color

Complementary color for #hex is #1B4902.


I love getcolorcode.com

Triadic colors

1 #FDE4B6 and #B6FDE4 with #E4B6FD are triadic colors.

2 #FDB6E4 and #B6E4FD with #E4B6FD are triadic colors.