COLOR #BC8F97

HEX: #BC8F97
RGB: (188,143,151)

Color info

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

RGB color model

#BC8F97 color RGB value is (188,143,151).

  • red value is 188;
  • green value is 143;
  • blue value is 151.
RGB:
(188,143,151)
(74%,56%,59%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 151 of 255 = 59%

188
143
151

R + G + B ~ 63%. #BC8F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 151 = 482 (100%)
R 188 of 482 ~ 39%
G 143 of 482 ~ 29.67%
B 151 of 482 ~ 31.33%

%39
%29.67
%31.33

CMYK color model

#BC8F97 color CMYK value is (0,24,20,26).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(0,24,20,26)
C0M24Y20K26 
(0%,24%,20%,26%)
(0.00/0.24/0.20/0.26)	

CMYK percentages

%0
%23.94
%19.68
%26.27

Codes

Color #BC8F97 in popluar color models

BC8F97
RGB188143151
HSL349°25.14%64.90%
HSB/HSV349°23.94%73.73%
CMYK0.00%23.94%19.68%
26.27%

Color #BC8F97 in popluar number systems.

HEXBC8F97
Decimal188143151
Binary101111001000111110010111
Octal274217227

Shades and tints

Shades of #BC8F97

#BC8F97
(188,143,151)
#AB828A
(171,130,138)
#9A757D
(154,117,125)
#896870
(137,104,112)
#785B63
(120,91,99)
#674E56
(103,78,86)
#564149
(86,65,73)
#45343C
(69,52,60)
#34272F
(52,39,47)
#231A22
(35,26,34)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #BC8F97

#BC8F97
(188,143,151)
#C299A0
(194,153,160)
#C8A3A9
(200,163,169)
#CEADB2
(206,173,178)
#D4B7BB
(212,183,187)
#DAC1C4
(218,193,196)
#E0CBCD
(224,203,205)
#E6D5D6
(230,213,214)
#ECDFDF
(236,223,223)
#F2E9E8
(242,233,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8F97 color. Also use rgb(188,143,151) instead hex code.

Text Font Color

.myTextColor { color: #BC8F97; }

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

This text font color is #BC8F97.


Background Color

.myBgColor { background-color: #BC8F97; }

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

This div background color is #BC8F97.


Border color

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

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

This div border color is #BC8F97.


Opacity

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

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

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

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

This text has shadow with #BC8F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8F97 on black background.


Color preview on white background

This text has color #BC8F97 on white background.



Black color preview on #BC8F97 background

This text has black color on #BC8F97 background.


White color preview on #BC8F97 background

This text has white color on #BC8F97 background.