COLOR #BF8DA5

HEX: #BF8DA5
RGB: (191,141,165)

Color info

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

RGB color model

#BF8DA5 color RGB value is (191,141,165).

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

RGB channels and saturation

R 191 of 255 = 75%
G 141 of 255 = 55%
B 165 of 255 = 65%

191
141
165

R + G + B ~ 65%. #BF8DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 141 + 165 = 497 (100%)
R 191 of 497 ~ 38.43%
G 141 of 497 ~ 28.37%
B 165 of 497 ~ 33.2%

%38.43
%28.37
%33.2

CMYK color model

#BF8DA5 color CMYK value is (0,26,14,25).

  • cyan value is 0.00%
  • magenta value is 26.18%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(0,26,14,25)
C0M26Y14K25 
(0%,26%,14%,25%)
(0.00/0.26/0.14/0.25)	

CMYK percentages

%0
%26.18
%13.61
%25.1

Codes

Color #BF8DA5 in popluar color models

BF8DA5
RGB191141165
HSL331°28.09%65.10%
HSB/HSV331°26.18%74.90%
CMYK0.00%26.18%13.61%
25.10%

Color #BF8DA5 in popluar number systems.

HEXBF8DA5
Decimal191141165
Binary101111111000110110100101
Octal277215245

Shades and tints

Shades of #BF8DA5

#BF8DA5
(191,141,165)
#AE8196
(174,129,150)
#9D7587
(157,117,135)
#8C6978
(140,105,120)
#7B5D69
(123,93,105)
#6A515A
(106,81,90)
#59454B
(89,69,75)
#48393C
(72,57,60)
#372D2D
(55,45,45)
#26211E
(38,33,30)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #BF8DA5

#BF8DA5
(191,141,165)
#C497AD
(196,151,173)
#C9A1B5
(201,161,181)
#CEABBD
(206,171,189)
#D3B5C5
(211,181,197)
#D8BFCD
(216,191,205)
#DDC9D5
(221,201,213)
#E2D3DD
(226,211,221)
#E7DDE5
(231,221,229)
#ECE7ED
(236,231,237)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8DA5; }

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

This text font color is #BF8DA5.


Background Color

.myBgColor { background-color: #BF8DA5; }

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

This div background color is #BF8DA5.


Border color

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

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

This div border color is #BF8DA5.


Opacity

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

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

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

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

This text has shadow with #BF8DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8DA5 on black background.


Color preview on white background

This text has color #BF8DA5 on white background.



Black color preview on #BF8DA5 background

This text has black color on #BF8DA5 background.


White color preview on #BF8DA5 background

This text has white color on #BF8DA5 background.