COLOR #BF9EA7

HEX: #BF9EA7
RGB: (191,158,167)

Color info

#BF9EA7 contains red, green and blue colors in about the same proportion. Web safe color of #BF9EA7 is #CC9999 (or #C99).

RGB color model

#BF9EA7 color RGB value is (191,158,167).

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

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 167 of 255 = 65%

191
158
167

R + G + B ~ 67%. #BF9EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 167 = 516 (100%)
R 191 of 516 ~ 37.02%
G 158 of 516 ~ 30.62%
B 167 of 516 ~ 32.36%

%37.02
%30.62
%32.36

CMYK color model

#BF9EA7 color CMYK value is (0,17,13,25).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(0,17,13,25)
C0M17Y13K25 
(0%,17%,13%,25%)
(0.00/0.17/0.13/0.25)	

CMYK percentages

%0
%17.28
%12.57
%25.1

Codes

Color #BF9EA7 in popluar color models

BF9EA7
RGB191158167
HSL344°20.50%68.43%
HSB/HSV344°17.28%74.90%
CMYK0.00%17.28%12.57%
25.10%

Color #BF9EA7 in popluar number systems.

HEXBF9EA7
Decimal191158167
Binary101111111001111010100111
Octal277236247

Shades and tints

Shades of #BF9EA7

#BF9EA7
(191,158,167)
#AE9098
(174,144,152)
#9D8289
(157,130,137)
#8C747A
(140,116,122)
#7B666B
(123,102,107)
#6A585C
(106,88,92)
#594A4D
(89,74,77)
#483C3E
(72,60,62)
#372E2F
(55,46,47)
#262020
(38,32,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #BF9EA7

#BF9EA7
(191,158,167)
#C4A6AF
(196,166,175)
#C9AEB7
(201,174,183)
#CEB6BF
(206,182,191)
#D3BEC7
(211,190,199)
#D8C6CF
(216,198,207)
#DDCED7
(221,206,215)
#E2D6DF
(226,214,223)
#E7DEE7
(231,222,231)
#ECE6EF
(236,230,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9EA7; }

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

This text font color is #BF9EA7.


Background Color

.myBgColor { background-color: #BF9EA7; }

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

This div background color is #BF9EA7.


Border color

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

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

This div border color is #BF9EA7.


Opacity

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

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

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

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

This text has shadow with #BF9EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9EA7 on black background.


Color preview on white background

This text has color #BF9EA7 on white background.



Black color preview on #BF9EA7 background

This text has black color on #BF9EA7 background.


White color preview on #BF9EA7 background

This text has white color on #BF9EA7 background.