COLOR #E6B4FE

HEX: #E6B4FE
RGB: (230,180,254)

Color info

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

RGB color model

#E6B4FE color RGB value is (230,180,254).

  • red value is 230;
  • green value is 180;
  • blue value is 254.
RGB:
(230,180,254)
(90%,71%,100%)

RGB channels and saturation

R 230 of 255 = 90%
G 180 of 255 = 71%
B 254 of 255 = 100%

230
180
254

R + G + B ~ 87%. #E6B4FE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 180 + 254 = 664 (100%)
R 230 of 664 ~ 34.64%
G 180 of 664 ~ 27.11%
B 254 of 664 ~ 38.25%

%34.64
%27.11
%38.25

CMYK color model

#E6B4FE color CMYK value is (9,29,0,0).

  • cyan value is 9.45%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(9,29,0,0)
C9M29Y0K0 
(9%,29%,0%,0%)
(0.09/0.29/0.00/0.00)	

CMYK percentages

%9.45
%29.13
%0
%0.39

Codes

Color #E6B4FE in popluar color models

E6B4FE
RGB230180254
HSL281°97.37%85.10%
HSB/HSV281°29.13%99.61%
CMYK9.45%29.13%0.00%
0.39%

Color #E6B4FE in popluar number systems.

HEXE6B4FE
Decimal230180254
Binary111001101011010011111110
Octal346264376

Shades and tints

Shades of #E6B4FE

#E6B4FE
(230,180,254)
#D2A4E7
(210,164,231)
#BE94D0
(190,148,208)
#AA84B9
(170,132,185)
#9674A2
(150,116,162)
#82648B
(130,100,139)
#6E5474
(110,84,116)
#5A445D
(90,68,93)
#463446
(70,52,70)
#32242F
(50,36,47)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6B4FE

#E6B4FE
(230,180,254)
#E8BAFE
(232,186,254)
#EAC0FE
(234,192,254)
#ECC6FE
(236,198,254)
#EECCFE
(238,204,254)
#F0D2FE
(240,210,254)
#F2D8FE
(242,216,254)
#F4DEFE
(244,222,254)
#F6E4FE
(246,228,254)
#F8EAFE
(248,234,254)
#FAF0FE
(250,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B4FE color. Also use rgb(230,180,254) instead hex code.

Text Font Color

.myTextColor { color: #E6B4FE; }

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

This text font color is #E6B4FE.


Background Color

.myBgColor { background-color: #E6B4FE; }

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

This div background color is #E6B4FE.


Border color

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

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

This div border color is #E6B4FE.


Opacity

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

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

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

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

This text has shadow with #E6B4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B4FE on black background.


Color preview on white background

This text has color #E6B4FE on white background.



Black color preview on #E6B4FE background

This text has black color on #E6B4FE background.


White color preview on #E6B4FE background

This text has white color on #E6B4FE background.