COLOR #BCB6A7

HEX: #BCB6A7
RGB: (188,182,167)

Color info

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

RGB color model

#BCB6A7 color RGB value is (188,182,167).

  • red value is 188;
  • green value is 182;
  • blue value is 167.
RGB:
(188,182,167)
(74%,71%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 167 of 255 = 65%

188
182
167

R + G + B ~ 70%. #BCB6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 182 + 167 = 537 (100%)
R 188 of 537 ~ 35.01%
G 182 of 537 ~ 33.89%
B 167 of 537 ~ 31.1%

%35.01
%33.89
%31.1

CMYK color model

#BCB6A7 color CMYK value is (0,3,11,26).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,3,11,26)
C0M3Y11K26 
(0%,3%,11%,26%)
(0.00/0.03/0.11/0.26)	

CMYK percentages

%0
%3.19
%11.17
%26.27

Codes

Color #BCB6A7 in popluar color models

BCB6A7
RGB188182167
HSL43°13.55%69.61%
HSB/HSV43°11.17%73.73%
CMYK0.00%3.19%11.17%
26.27%

Color #BCB6A7 in popluar number systems.

HEXBCB6A7
Decimal188182167
Binary101111001011011010100111
Octal274266247

Shades and tints

Shades of #BCB6A7

#BCB6A7
(188,182,167)
#ABA698
(171,166,152)
#9A9689
(154,150,137)
#89867A
(137,134,122)
#78766B
(120,118,107)
#67665C
(103,102,92)
#56564D
(86,86,77)
#45463E
(69,70,62)
#34362F
(52,54,47)
#232620
(35,38,32)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BCB6A7

#BCB6A7
(188,182,167)
#C2BCAF
(194,188,175)
#C8C2B7
(200,194,183)
#CEC8BF
(206,200,191)
#D4CEC7
(212,206,199)
#DAD4CF
(218,212,207)
#E0DAD7
(224,218,215)
#E6E0DF
(230,224,223)
#ECE6E7
(236,230,231)
#F2ECEF
(242,236,239)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB6A7 color. Also use rgb(188,182,167) instead hex code.

Text Font Color

.myTextColor { color: #BCB6A7; }

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

This text font color is #BCB6A7.


Background Color

.myBgColor { background-color: #BCB6A7; }

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

This div background color is #BCB6A7.


Border color

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

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

This div border color is #BCB6A7.


Opacity

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

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

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

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

This text has shadow with #BCB6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6A7 on black background.


Color preview on white background

This text has color #BCB6A7 on white background.



Black color preview on #BCB6A7 background

This text has black color on #BCB6A7 background.


White color preview on #BCB6A7 background

This text has white color on #BCB6A7 background.