COLOR #BF9EE6

HEX: #BF9EE6
RGB: (191,158,230)

Color info

#BF9EE6 contains mainly red and blue colors. Web safe color of #BF9EE6 is #CC99CC (or #C9C).

RGB color model

#BF9EE6 color RGB value is (191,158,230).

  • red value is 191;
  • green value is 158;
  • blue value is 230.
RGB:
(191,158,230)
(75%,62%,90%)

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 230 of 255 = 90%

191
158
230

R + G + B ~ 76%. #BF9EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 230 = 579 (100%)
R 191 of 579 ~ 32.99%
G 158 of 579 ~ 27.29%
B 230 of 579 ~ 39.72%

%32.99
%27.29
%39.72

CMYK color model

#BF9EE6 color CMYK value is (17,31,0,10).

  • cyan value is 16.96%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,31,0,10)
C17M31Y0K10 
(17%,31%,0%,10%)
(0.17/0.31/0.00/0.10)	

CMYK percentages

%16.96
%31.3
%0
%9.8

Codes

Color #BF9EE6 in popluar color models

BF9EE6
RGB191158230
HSL268°59.02%76.08%
HSB/HSV268°31.30%90.20%
CMYK16.96%31.30%0.00%
9.80%

Color #BF9EE6 in popluar number systems.

HEXBF9EE6
Decimal191158230
Binary101111111001111011100110
Octal277236346

Shades and tints

Shades of #BF9EE6

#BF9EE6
(191,158,230)
#AE90D2
(174,144,210)
#9D82BE
(157,130,190)
#8C74AA
(140,116,170)
#7B6696
(123,102,150)
#6A5882
(106,88,130)
#594A6E
(89,74,110)
#483C5A
(72,60,90)
#372E46
(55,46,70)
#262032
(38,32,50)
#15121E
(21,18,30)
#000000
(0,0,0)

Tints of #BF9EE6

#BF9EE6
(191,158,230)
#C4A6E8
(196,166,232)
#C9AEEA
(201,174,234)
#CEB6EC
(206,182,236)
#D3BEEE
(211,190,238)
#D8C6F0
(216,198,240)
#DDCEF2
(221,206,242)
#E2D6F4
(226,214,244)
#E7DEF6
(231,222,246)
#ECE6F8
(236,230,248)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9EE6 color. Also use rgb(191,158,230) instead hex code.

Text Font Color

.myTextColor { color: #BF9EE6; }

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

This text font color is #BF9EE6.


Background Color

.myBgColor { background-color: #BF9EE6; }

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

This div background color is #BF9EE6.


Border color

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

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

This div border color is #BF9EE6.


Opacity

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

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

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

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

This text has shadow with #BF9EE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9EE6 on black background.


Color preview on white background

This text has color #BF9EE6 on white background.



Black color preview on #BF9EE6 background

This text has black color on #BF9EE6 background.


White color preview on #BF9EE6 background

This text has white color on #BF9EE6 background.