COLOR #BCA8A6

HEX: #BCA8A6
RGB: (188,168,166)

Color info

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

RGB color model

#BCA8A6 color RGB value is (188,168,166).

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

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 166 of 255 = 65%

188
168
166

R + G + B ~ 68%. #BCA8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 166 = 522 (100%)
R 188 of 522 ~ 36.02%
G 168 of 522 ~ 32.18%
B 166 of 522 ~ 31.8%

%36.02
%32.18
%31.8

CMYK color model

#BCA8A6 color CMYK value is (0,11,12,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(0,11,12,26)
C0M11Y12K26 
(0%,11%,12%,26%)
(0.00/0.11/0.12/0.26)	

CMYK percentages

%0
%10.64
%11.7
%26.27

Codes

Color #BCA8A6 in popluar color models

BCA8A6
RGB188168166
HSL14.10%69.41%
HSB/HSV11.70%73.73%
CMYK0.00%10.64%11.70%
26.27%

Color #BCA8A6 in popluar number systems.

HEXBCA8A6
Decimal188168166
Binary101111001010100010100110
Octal274250246

Shades and tints

Shades of #BCA8A6

#BCA8A6
(188,168,166)
#AB9997
(171,153,151)
#9A8A88
(154,138,136)
#897B79
(137,123,121)
#786C6A
(120,108,106)
#675D5B
(103,93,91)
#564E4C
(86,78,76)
#453F3D
(69,63,61)
#34302E
(52,48,46)
#23211F
(35,33,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BCA8A6

#BCA8A6
(188,168,166)
#C2AFAE
(194,175,174)
#C8B6B6
(200,182,182)
#CEBDBE
(206,189,190)
#D4C4C6
(212,196,198)
#DACBCE
(218,203,206)
#E0D2D6
(224,210,214)
#E6D9DE
(230,217,222)
#ECE0E6
(236,224,230)
#F2E7EE
(242,231,238)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8A6; }

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

This text font color is #BCA8A6.


Background Color

.myBgColor { background-color: #BCA8A6; }

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

This div background color is #BCA8A6.


Border color

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

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

This div border color is #BCA8A6.


Opacity

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

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

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

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

This text has shadow with #BCA8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA8A6 on black background.


Color preview on white background

This text has color #BCA8A6 on white background.



Black color preview on #BCA8A6 background

This text has black color on #BCA8A6 background.


White color preview on #BCA8A6 background

This text has white color on #BCA8A6 background.