COLOR #BF8C9D

HEX: #BF8C9D RGB: (191,140,157)

Color info

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

RGB color model

#BF8C9D color RGB value is (191,140,157).

RGB: (191,140,157) (75%, 55%, 62%)

RGB channels and saturation

R 191 of 255 = 75%
G 140 of 255 = 55%
B 157 of 255 = 62%

191
140
157

R + G + B ~ 64%. #BF8C9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 140 + 157 = 488 (100%)
R 191 of 488 ~ 39.14%
G 140 of 488 ~ 28.69%
B 157 of 488 ~ 32.17'%

%39.14
%28.69
%32.17

CMYK color model

#BF8C9D color CMYK value is (0,27,18,25).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 17.80%
  • key color value is 25.10%

CMYK: (0,27,18,25)
C0M27Y18K25 (0%, 27%, 18%, 25%)
(0.00 / 0.27 / 0.18 / 0.25)

CMYK percentages

%0
%26.7
%17.8
%25.1

Codes

Color #BF8C9D in popluar color models

BF 8C 9D
RGB 191 140 157
HSL 340° 28.49% 64.90%
HSB/HSV 340° 26.70% 74.90%
CMYK 0.00% 26.70% 17.80%
25.10%

Color #BF8C9D in popluar number systems.

HEX BF 8C 9D
Decimal 191 140 157
Binary 10111111 10001100 10011101
Octal 277 214 235

Shades and tints

Shades of #BF8C9D

#BF8C9D
(191,140,157)
#AE808F
(174,128,143)
#9D7481
(157,116,129)
#8C6873
(140,104,115)
#7B5C65
(123,92,101)
#6A5057
(106,80,87)
#594449
(89,68,73)
#48383B
(72,56,59)
#372C2D
(55,44,45)
#26201F
(38,32,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #BF8C9D

#BF8C9D
(191,140,157)
#C496A5
(196,150,165)
#C9A0AD
(201,160,173)
#CEAAB5
(206,170,181)
#D3B4BD
(211,180,189)
#D8BEC5
(216,190,197)
#DDC8CD
(221,200,205)
#E2D2D5
(226,210,213)
#E7DCDD
(231,220,221)
#ECE6E5
(236,230,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8C9D color. Also use rgb(191,140,157) instead hex code.

Text Font Color

.myTextColor { color: #BF8C9D; }

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

This text font color is #BF8C9D.

Background Color

.myBgColor { background-color: #BF8C9D; }

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

This div background color is #BF8C9D.

Border color

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

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

This div border color is #BF8C9D.

Opacity

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

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

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

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

This text has shadow with #BF8C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8C9D.

Preview

Color preview on black background

This text has color #BF8C9D on black background.


Color preview on white background

This text has color #BF8C9D on white background.


Black color preview on #BF8C9D background

This text has black color on #BF8C9D background.


White color preview on #BF8C9D background

This text has white color on #BF8C9D background.


Related colors

Complementary color

Complementary color for #hex is #407362.


I love getcolorcode.com

Triadic colors

1 #9DBF8C and #8C9DBF with #BF8C9D are triadic colors.

2 #9D8CBF and #8CBF9D with #BF8C9D are triadic colors.