COLOR #E6BBFF

HEX: #E6BBFF
RGB: (230,187,255)

Color info

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

RGB color model

#E6BBFF color RGB value is (230,187,255).

  • red value is 230;
  • green value is 187;
  • blue value is 255.
RGB:
(230,187,255)
(90%,73%,100%)

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 255 of 255 = 100%

230
187
255

R + G + B ~ 88%. #E6BBFF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 255 = 672 (100%)
R 230 of 672 ~ 34.23%
G 187 of 672 ~ 27.83%
B 255 of 672 ~ 37.95%

%34.23
%27.83
%37.95

CMYK color model

#E6BBFF color CMYK value is (10,27,0,0).

  • cyan value is 9.80%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,27,0,0)
C10M27Y0K0 
(10%,27%,0%,0%)
(0.10/0.27/0.00/0.00)	

CMYK percentages

%9.8
%26.67
%0
%0

Codes

Color #E6BBFF in popluar color models

E6BBFF
RGB230187255
HSL278°100.00%86.67%
HSB/HSV278°26.67%100.00%
CMYK9.80%26.67%0.00%
0.00%

Color #E6BBFF in popluar number systems.

HEXE6BBFF
Decimal230187255
Binary111001101011101111111111
Octal346273377

Shades and tints

Shades of #E6BBFF

#E6BBFF
(230,187,255)
#D2AAE8
(210,170,232)
#BE99D1
(190,153,209)
#AA88BA
(170,136,186)
#9677A3
(150,119,163)
#82668C
(130,102,140)
#6E5575
(110,85,117)
#5A445E
(90,68,94)
#463347
(70,51,71)
#322230
(50,34,48)
#1E1119
(30,17,25)
#000000
(0,0,0)

Tints of #E6BBFF

#E6BBFF
(230,187,255)
#E8C1FF
(232,193,255)
#EAC7FF
(234,199,255)
#ECCDFF
(236,205,255)
#EED3FF
(238,211,255)
#F0D9FF
(240,217,255)
#F2DFFF
(242,223,255)
#F4E5FF
(244,229,255)
#F6EBFF
(246,235,255)
#F8F1FF
(248,241,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BBFF color. Also use rgb(230,187,255) instead hex code.

Text Font Color

.myTextColor { color: #E6BBFF; }

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

This text font color is #E6BBFF.


Background Color

.myBgColor { background-color: #E6BBFF; }

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

This div background color is #E6BBFF.


Border color

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

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

This div border color is #E6BBFF.


Opacity

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

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

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

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

This text has shadow with #E6BBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBFF on black background.


Color preview on white background

This text has color #E6BBFF on white background.



Black color preview on #E6BBFF background

This text has black color on #E6BBFF background.


White color preview on #E6BBFF background

This text has white color on #E6BBFF background.