COLOR #BC8F9D

HEX: #BC8F9D
RGB: (188,143,157)

Color info

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

RGB color model

#BC8F9D color RGB value is (188,143,157).

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

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 157 of 255 = 62%

188
143
157

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

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 157 = 488 (100%)
R 188 of 488 ~ 38.52%
G 143 of 488 ~ 29.3%
B 157 of 488 ~ 32.17%

%38.52
%29.3
%32.17

CMYK color model

#BC8F9D color CMYK value is (0,24,16,26).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK:
(0,24,16,26)
C0M24Y16K26 
(0%,24%,16%,26%)
(0.00/0.24/0.16/0.26)	

CMYK percentages

%0
%23.94
%16.49
%26.27

Codes

Color #BC8F9D in popluar color models

BC8F9D
RGB188143157
HSL341°25.14%64.90%
HSB/HSV341°23.94%73.73%
CMYK0.00%23.94%16.49%
26.27%

Color #BC8F9D in popluar number systems.

HEXBC8F9D
Decimal188143157
Binary101111001000111110011101
Octal274217235

Shades and tints

Shades of #BC8F9D

#BC8F9D
(188,143,157)
#AB828F
(171,130,143)
#9A7581
(154,117,129)
#896873
(137,104,115)
#785B65
(120,91,101)
#674E57
(103,78,87)
#564149
(86,65,73)
#45343B
(69,52,59)
#34272D
(52,39,45)
#231A1F
(35,26,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #BC8F9D

#BC8F9D
(188,143,157)
#C299A5
(194,153,165)
#C8A3AD
(200,163,173)
#CEADB5
(206,173,181)
#D4B7BD
(212,183,189)
#DAC1C5
(218,193,197)
#E0CBCD
(224,203,205)
#E6D5D5
(230,213,213)
#ECDFDD
(236,223,221)
#F2E9E5
(242,233,229)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8F9D; }

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

This text font color is #BC8F9D.


Background Color

.myBgColor { background-color: #BC8F9D; }

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

This div background color is #BC8F9D.


Border color

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

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

This div border color is #BC8F9D.


Opacity

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

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

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

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

This text has shadow with #BC8F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8F9D on black background.


Color preview on white background

This text has color #BC8F9D on white background.



Black color preview on #BC8F9D background

This text has black color on #BC8F9D background.


White color preview on #BC8F9D background

This text has white color on #BC8F9D background.