COLOR #BF9EC5

HEX: #BF9EC5
RGB: (191,158,197)

Color info

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

RGB color model

#BF9EC5 color RGB value is (191,158,197).

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

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 197 of 255 = 77%

191
158
197

R + G + B ~ 71%. #BF9EC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 197 = 546 (100%)
R 191 of 546 ~ 34.98%
G 158 of 546 ~ 28.94%
B 197 of 546 ~ 36.08%

%34.98
%28.94
%36.08

CMYK color model

#BF9EC5 color CMYK value is (3,20,0,23).

  • cyan value is 3.05%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(3,20,0,23)
C3M20Y0K23 
(3%,20%,0%,23%)
(0.03/0.20/0.00/0.23)	

CMYK percentages

%3.05
%19.8
%0
%22.75

Codes

Color #BF9EC5 in popluar color models

BF9EC5
RGB191158197
HSL291°25.16%69.61%
HSB/HSV291°19.80%77.25%
CMYK3.05%19.80%0.00%
22.75%

Color #BF9EC5 in popluar number systems.

HEXBF9EC5
Decimal191158197
Binary101111111001111011000101
Octal277236305

Shades and tints

Shades of #BF9EC5

#BF9EC5
(191,158,197)
#AE90B4
(174,144,180)
#9D82A3
(157,130,163)
#8C7492
(140,116,146)
#7B6681
(123,102,129)
#6A5870
(106,88,112)
#594A5F
(89,74,95)
#483C4E
(72,60,78)
#372E3D
(55,46,61)
#26202C
(38,32,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #BF9EC5

#BF9EC5
(191,158,197)
#C4A6CA
(196,166,202)
#C9AECF
(201,174,207)
#CEB6D4
(206,182,212)
#D3BED9
(211,190,217)
#D8C6DE
(216,198,222)
#DDCEE3
(221,206,227)
#E2D6E8
(226,214,232)
#E7DEED
(231,222,237)
#ECE6F2
(236,230,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9EC5; }

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

This text font color is #BF9EC5.


Background Color

.myBgColor { background-color: #BF9EC5; }

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

This div background color is #BF9EC5.


Border color

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

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

This div border color is #BF9EC5.


Opacity

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

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

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

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

This text has shadow with #BF9EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9EC5 on black background.


Color preview on white background

This text has color #BF9EC5 on white background.



Black color preview on #BF9EC5 background

This text has black color on #BF9EC5 background.


White color preview on #BF9EC5 background

This text has white color on #BF9EC5 background.