COLOR #BF9EA5

HEX: #BF9EA5
RGB: (191,158,165)

Color info

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

RGB color model

#BF9EA5 color RGB value is (191,158,165).

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

RGB channels and saturation

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

191
158
165

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

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 165 = 514 (100%)
R 191 of 514 ~ 37.16%
G 158 of 514 ~ 30.74%
B 165 of 514 ~ 32.1%

%37.16
%30.74
%32.1

CMYK color model

#BF9EA5 color CMYK value is (0,17,14,25).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(0,17,14,25)
C0M17Y14K25 
(0%,17%,14%,25%)
(0.00/0.17/0.14/0.25)	

CMYK percentages

%0
%17.28
%13.61
%25.1

Codes

Color #BF9EA5 in popluar color models

BF9EA5
RGB191158165
HSL347°20.50%68.43%
HSB/HSV347°17.28%74.90%
CMYK0.00%17.28%13.61%
25.10%

Color #BF9EA5 in popluar number systems.

HEXBF9EA5
Decimal191158165
Binary101111111001111010100101
Octal277236245

Shades and tints

Shades of #BF9EA5

#BF9EA5
(191,158,165)
#AE9096
(174,144,150)
#9D8287
(157,130,135)
#8C7478
(140,116,120)
#7B6669
(123,102,105)
#6A585A
(106,88,90)
#594A4B
(89,74,75)
#483C3C
(72,60,60)
#372E2D
(55,46,45)
#26201E
(38,32,30)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #BF9EA5

#BF9EA5
(191,158,165)
#C4A6AD
(196,166,173)
#C9AEB5
(201,174,181)
#CEB6BD
(206,182,189)
#D3BEC5
(211,190,197)
#D8C6CD
(216,198,205)
#DDCED5
(221,206,213)
#E2D6DD
(226,214,221)
#E7DEE5
(231,222,229)
#ECE6ED
(236,230,237)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9EA5; }

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

This text font color is #BF9EA5.


Background Color

.myBgColor { background-color: #BF9EA5; }

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

This div background color is #BF9EA5.


Border color

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

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

This div border color is #BF9EA5.


Opacity

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

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

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

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

This text has shadow with #BF9EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9EA5 on black background.


Color preview on white background

This text has color #BF9EA5 on white background.



Black color preview on #BF9EA5 background

This text has black color on #BF9EA5 background.


White color preview on #BF9EA5 background

This text has white color on #BF9EA5 background.