COLOR #E6B4F8

HEX: #E6B4F8
RGB: (230,180,248)

Color info

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

RGB color model

#E6B4F8 color RGB value is (230,180,248).

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

RGB channels and saturation

R 230 of 255 = 90%
G 180 of 255 = 71%
B 248 of 255 = 97%

230
180
248

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

Portions of RGB colors in percentages

R + G + B =
230 + 180 + 248 = 658 (100%)
R 230 of 658 ~ 34.95%
G 180 of 658 ~ 27.36%
B 248 of 658 ~ 37.69%

%34.95
%27.36
%37.69

CMYK color model

#E6B4F8 color CMYK value is (7,27,0,3).

  • cyan value is 7.26%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(7,27,0,3)
C7M27Y0K3 
(7%,27%,0%,3%)
(0.07/0.27/0.00/0.03)	

CMYK percentages

%7.26
%27.42
%0
%2.75

Codes

Color #E6B4F8 in popluar color models

E6B4F8
RGB230180248
HSL284°82.93%83.92%
HSB/HSV284°27.42%97.25%
CMYK7.26%27.42%0.00%
2.75%

Color #E6B4F8 in popluar number systems.

HEXE6B4F8
Decimal230180248
Binary111001101011010011111000
Octal346264370

Shades and tints

Shades of #E6B4F8

#E6B4F8
(230,180,248)
#D2A4E2
(210,164,226)
#BE94CC
(190,148,204)
#AA84B6
(170,132,182)
#9674A0
(150,116,160)
#82648A
(130,100,138)
#6E5474
(110,84,116)
#5A445E
(90,68,94)
#463448
(70,52,72)
#322432
(50,36,50)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #E6B4F8

#E6B4F8
(230,180,248)
#E8BAF8
(232,186,248)
#EAC0F8
(234,192,248)
#ECC6F8
(236,198,248)
#EECCF8
(238,204,248)
#F0D2F8
(240,210,248)
#F2D8F8
(242,216,248)
#F4DEF8
(244,222,248)
#F6E4F8
(246,228,248)
#F8EAF8
(248,234,248)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B4F8; }

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

This text font color is #E6B4F8.


Background Color

.myBgColor { background-color: #E6B4F8; }

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

This div background color is #E6B4F8.


Border color

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

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

This div border color is #E6B4F8.


Opacity

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

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

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

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

This text has shadow with #E6B4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B4F8 on black background.


Color preview on white background

This text has color #E6B4F8 on white background.



Black color preview on #E6B4F8 background

This text has black color on #E6B4F8 background.


White color preview on #E6B4F8 background

This text has white color on #E6B4F8 background.