COLOR #BC8E8F

HEX: #BC8E8F
RGB: (188,142,143)

Color info

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

RGB color model

#BC8E8F color RGB value is (188,142,143).

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

RGB channels and saturation

R 188 of 255 = 74%
G 142 of 255 = 56%
B 143 of 255 = 56%

188
142
143

R + G + B ~ 62%. #BC8E8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 142 + 143 = 473 (100%)
R 188 of 473 ~ 39.75%
G 142 of 473 ~ 30.02%
B 143 of 473 ~ 30.23%

%39.75
%30.02
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(0,24,24,26)
C0M24Y24K26 
(0%,24%,24%,26%)
(0.00/0.24/0.24/0.26)	

CMYK percentages

%0
%24.47
%23.94
%26.27

Codes

Color #BC8E8F in popluar color models

BC8E8F
RGB188142143
HSL359°25.56%64.71%
HSB/HSV359°24.47%73.73%
CMYK0.00%24.47%23.94%
26.27%

Color #BC8E8F in popluar number systems.

HEXBC8E8F
Decimal188142143
Binary101111001000111010001111
Octal274216217

Shades and tints

Shades of #BC8E8F

#BC8E8F
(188,142,143)
#AB8282
(171,130,130)
#9A7675
(154,118,117)
#896A68
(137,106,104)
#785E5B
(120,94,91)
#67524E
(103,82,78)
#564641
(86,70,65)
#453A34
(69,58,52)
#342E27
(52,46,39)
#23221A
(35,34,26)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #BC8E8F

#BC8E8F
(188,142,143)
#C29899
(194,152,153)
#C8A2A3
(200,162,163)
#CEACAD
(206,172,173)
#D4B6B7
(212,182,183)
#DAC0C1
(218,192,193)
#E0CACB
(224,202,203)
#E6D4D5
(230,212,213)
#ECDEDF
(236,222,223)
#F2E8E9
(242,232,233)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8E8F; }

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

This text font color is #BC8E8F.


Background Color

.myBgColor { background-color: #BC8E8F; }

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

This div background color is #BC8E8F.


Border color

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

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

This div border color is #BC8E8F.


Opacity

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

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

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

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

This text has shadow with #BC8E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8E8F on black background.


Color preview on white background

This text has color #BC8E8F on white background.



Black color preview on #BC8E8F background

This text has black color on #BC8E8F background.


White color preview on #BC8E8F background

This text has white color on #BC8E8F background.