COLOR #BF9ED6

HEX: #BF9ED6
RGB: (191,158,214)

Color info

#BF9ED6 contains red, green and blue colors in about the same proportion. Web safe color of #BF9ED6 is #CC99CC (or #C9C).

RGB color model

#BF9ED6 color RGB value is (191,158,214).

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

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 214 of 255 = 84%

191
158
214

R + G + B ~ 74%. #BF9ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 214 = 563 (100%)
R 191 of 563 ~ 33.93%
G 158 of 563 ~ 28.06%
B 214 of 563 ~ 38.01%

%33.93
%28.06
%38.01

CMYK color model

#BF9ED6 color CMYK value is (11,26,0,16).

  • cyan value is 10.75%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,26,0,16)
C11M26Y0K16 
(11%,26%,0%,16%)
(0.11/0.26/0.00/0.16)	

CMYK percentages

%10.75
%26.17
%0
%16.08

Codes

Color #BF9ED6 in popluar color models

BF9ED6
RGB191158214
HSL275°40.58%72.94%
HSB/HSV275°26.17%83.92%
CMYK10.75%26.17%0.00%
16.08%

Color #BF9ED6 in popluar number systems.

HEXBF9ED6
Decimal191158214
Binary101111111001111011010110
Octal277236326

Shades and tints

Shades of #BF9ED6

#BF9ED6
(191,158,214)
#AE90C3
(174,144,195)
#9D82B0
(157,130,176)
#8C749D
(140,116,157)
#7B668A
(123,102,138)
#6A5877
(106,88,119)
#594A64
(89,74,100)
#483C51
(72,60,81)
#372E3E
(55,46,62)
#26202B
(38,32,43)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #BF9ED6

#BF9ED6
(191,158,214)
#C4A6D9
(196,166,217)
#C9AEDC
(201,174,220)
#CEB6DF
(206,182,223)
#D3BEE2
(211,190,226)
#D8C6E5
(216,198,229)
#DDCEE8
(221,206,232)
#E2D6EB
(226,214,235)
#E7DEEE
(231,222,238)
#ECE6F1
(236,230,241)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9ED6; }

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

This text font color is #BF9ED6.


Background Color

.myBgColor { background-color: #BF9ED6; }

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

This div background color is #BF9ED6.


Border color

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

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

This div border color is #BF9ED6.


Opacity

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

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

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

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

This text has shadow with #BF9ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9ED6 on black background.


Color preview on white background

This text has color #BF9ED6 on white background.



Black color preview on #BF9ED6 background

This text has black color on #BF9ED6 background.


White color preview on #BF9ED6 background

This text has white color on #BF9ED6 background.