COLOR #BCB6AD

HEX: #BCB6AD
RGB: (188,182,173)

Color info

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

RGB color model

#BCB6AD color RGB value is (188,182,173).

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

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 173 of 255 = 68%

188
182
173

R + G + B ~ 71%. #BCB6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 182 + 173 = 543 (100%)
R 188 of 543 ~ 34.62%
G 182 of 543 ~ 33.52%
B 173 of 543 ~ 31.86%

%34.62
%33.52
%31.86

CMYK color model

#BCB6AD color CMYK value is (0,3,8,26).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(0,3,8,26)
C0M3Y8K26 
(0%,3%,8%,26%)
(0.00/0.03/0.08/0.26)	

CMYK percentages

%0
%3.19
%7.98
%26.27

Codes

Color #BCB6AD in popluar color models

BCB6AD
RGB188182173
HSL36°10.07%70.78%
HSB/HSV36°7.98%73.73%
CMYK0.00%3.19%7.98%
26.27%

Color #BCB6AD in popluar number systems.

HEXBCB6AD
Decimal188182173
Binary101111001011011010101101
Octal274266255

Shades and tints

Shades of #BCB6AD

#BCB6AD
(188,182,173)
#ABA69E
(171,166,158)
#9A968F
(154,150,143)
#898680
(137,134,128)
#787671
(120,118,113)
#676662
(103,102,98)
#565653
(86,86,83)
#454644
(69,70,68)
#343635
(52,54,53)
#232626
(35,38,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCB6AD

#BCB6AD
(188,182,173)
#C2BCB4
(194,188,180)
#C8C2BB
(200,194,187)
#CEC8C2
(206,200,194)
#D4CEC9
(212,206,201)
#DAD4D0
(218,212,208)
#E0DAD7
(224,218,215)
#E6E0DE
(230,224,222)
#ECE6E5
(236,230,229)
#F2ECEC
(242,236,236)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6AD; }

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

This text font color is #BCB6AD.


Background Color

.myBgColor { background-color: #BCB6AD; }

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

This div background color is #BCB6AD.


Border color

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

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

This div border color is #BCB6AD.


Opacity

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

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

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

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

This text has shadow with #BCB6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6AD on black background.


Color preview on white background

This text has color #BCB6AD on white background.



Black color preview on #BCB6AD background

This text has black color on #BCB6AD background.


White color preview on #BCB6AD background

This text has white color on #BCB6AD background.