COLOR #BCB4A7

HEX: #BCB4A7
RGB: (188,180,167)

Color info

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

RGB color model

#BCB4A7 color RGB value is (188,180,167).

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

RGB channels and saturation

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

188
180
167

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

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 167 = 535 (100%)
R 188 of 535 ~ 35.14%
G 180 of 535 ~ 33.64%
B 167 of 535 ~ 31.21%

%35.14
%33.64
%31.21

CMYK color model

#BCB4A7 color CMYK value is (0,4,11,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,4,11,26)
C0M4Y11K26 
(0%,4%,11%,26%)
(0.00/0.04/0.11/0.26)	

CMYK percentages

%0
%4.26
%11.17
%26.27

Codes

Color #BCB4A7 in popluar color models

BCB4A7
RGB188180167
HSL37°13.55%69.61%
HSB/HSV37°11.17%73.73%
CMYK0.00%4.26%11.17%
26.27%

Color #BCB4A7 in popluar number systems.

HEXBCB4A7
Decimal188180167
Binary101111001011010010100111
Octal274264247

Shades and tints

Shades of #BCB4A7

#BCB4A7
(188,180,167)
#ABA498
(171,164,152)
#9A9489
(154,148,137)
#89847A
(137,132,122)
#78746B
(120,116,107)
#67645C
(103,100,92)
#56544D
(86,84,77)
#45443E
(69,68,62)
#34342F
(52,52,47)
#232420
(35,36,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BCB4A7

#BCB4A7
(188,180,167)
#C2BAAF
(194,186,175)
#C8C0B7
(200,192,183)
#CEC6BF
(206,198,191)
#D4CCC7
(212,204,199)
#DAD2CF
(218,210,207)
#E0D8D7
(224,216,215)
#E6DEDF
(230,222,223)
#ECE4E7
(236,228,231)
#F2EAEF
(242,234,239)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4A7; }

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

This text font color is #BCB4A7.


Background Color

.myBgColor { background-color: #BCB4A7; }

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

This div background color is #BCB4A7.


Border color

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

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

This div border color is #BCB4A7.


Opacity

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

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

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

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

This text has shadow with #BCB4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4A7 on black background.


Color preview on white background

This text has color #BCB4A7 on white background.



Black color preview on #BCB4A7 background

This text has black color on #BCB4A7 background.


White color preview on #BCB4A7 background

This text has white color on #BCB4A7 background.