COLOR #BCB7B1

HEX: #BCB7B1
RGB: (188,183,177)

Color info

#BCB7B1 contains red, green and blue colors in about the same proportion. Web safe color of #BCB7B1 is #CCCC99 (or #CC9).

RGB color model

#BCB7B1 color RGB value is (188,183,177).

  • red value is 188;
  • green value is 183;
  • blue value is 177.
RGB:
(188,183,177)
(74%,72%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 177 of 255 = 69%

188
183
177

R + G + B ~ 72%. #BCB7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 177 = 548 (100%)
R 188 of 548 ~ 34.31%
G 183 of 548 ~ 33.39%
B 177 of 548 ~ 32.3%

%34.31
%33.39
%32.3

CMYK color model

#BCB7B1 color CMYK value is (0,3,6,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(0,3,6,26)
C0M3Y6K26 
(0%,3%,6%,26%)
(0.00/0.03/0.06/0.26)	

CMYK percentages

%0
%2.66
%5.85
%26.27

Codes

Color #BCB7B1 in popluar color models

BCB7B1
RGB188183177
HSL33°7.59%71.57%
HSB/HSV33°5.85%73.73%
CMYK0.00%2.66%5.85%
26.27%

Color #BCB7B1 in popluar number systems.

HEXBCB7B1
Decimal188183177
Binary101111001011011110110001
Octal274267261

Shades and tints

Shades of #BCB7B1

#BCB7B1
(188,183,177)
#ABA7A1
(171,167,161)
#9A9791
(154,151,145)
#898781
(137,135,129)
#787771
(120,119,113)
#676761
(103,103,97)
#565751
(86,87,81)
#454741
(69,71,65)
#343731
(52,55,49)
#232721
(35,39,33)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCB7B1

#BCB7B1
(188,183,177)
#C2BDB8
(194,189,184)
#C8C3BF
(200,195,191)
#CEC9C6
(206,201,198)
#D4CFCD
(212,207,205)
#DAD5D4
(218,213,212)
#E0DBDB
(224,219,219)
#E6E1E2
(230,225,226)
#ECE7E9
(236,231,233)
#F2EDF0
(242,237,240)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB7B1 color. Also use rgb(188,183,177) instead hex code.

Text Font Color

.myTextColor { color: #BCB7B1; }

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

This text font color is #BCB7B1.


Background Color

.myBgColor { background-color: #BCB7B1; }

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

This div background color is #BCB7B1.


Border color

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

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

This div border color is #BCB7B1.


Opacity

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

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

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

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

This text has shadow with #BCB7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB7B1 on black background.


Color preview on white background

This text has color #BCB7B1 on white background.



Black color preview on #BCB7B1 background

This text has black color on #BCB7B1 background.


White color preview on #BCB7B1 background

This text has white color on #BCB7B1 background.