COLOR #BCB6A8

HEX: #BCB6A8
RGB: (188,182,168)

Color info

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

RGB color model

#BCB6A8 color RGB value is (188,182,168).

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

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 168 of 255 = 66%

188
182
168

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

Portions of RGB colors in percentages

R + G + B =
188 + 182 + 168 = 538 (100%)
R 188 of 538 ~ 34.94%
G 182 of 538 ~ 33.83%
B 168 of 538 ~ 31.23%

%34.94
%33.83
%31.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 10.64%
  • 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
%10.64
%26.27

Codes

Color #BCB6A8 in popluar color models

BCB6A8
RGB188182168
HSL42°12.99%69.80%
HSB/HSV42°10.64%73.73%
CMYK0.00%3.19%10.64%
26.27%

Color #BCB6A8 in popluar number systems.

HEXBCB6A8
Decimal188182168
Binary101111001011011010101000
Octal274266250

Shades and tints

Shades of #BCB6A8

#BCB6A8
(188,182,168)
#ABA699
(171,166,153)
#9A968A
(154,150,138)
#89867B
(137,134,123)
#78766C
(120,118,108)
#67665D
(103,102,93)
#56564E
(86,86,78)
#45463F
(69,70,63)
#343630
(52,54,48)
#232621
(35,38,33)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #BCB6A8

#BCB6A8
(188,182,168)
#C2BCAF
(194,188,175)
#C8C2B6
(200,194,182)
#CEC8BD
(206,200,189)
#D4CEC4
(212,206,196)
#DAD4CB
(218,212,203)
#E0DAD2
(224,218,210)
#E6E0D9
(230,224,217)
#ECE6E0
(236,230,224)
#F2ECE7
(242,236,231)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6A8; }

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

This text font color is #BCB6A8.


Background Color

.myBgColor { background-color: #BCB6A8; }

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

This div background color is #BCB6A8.


Border color

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

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

This div border color is #BCB6A8.


Opacity

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

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

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

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

This text has shadow with #BCB6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6A8 on black background.


Color preview on white background

This text has color #BCB6A8 on white background.



Black color preview on #BCB6A8 background

This text has black color on #BCB6A8 background.


White color preview on #BCB6A8 background

This text has white color on #BCB6A8 background.