COLOR #BCB9AD

HEX: #BCB9AD
RGB: (188,185,173)

Color info

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

RGB color model

#BCB9AD color RGB value is (188,185,173).

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

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 173 of 255 = 68%

188
185
173

R + G + B ~ 72%. #BCB9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 173 = 546 (100%)
R 188 of 546 ~ 34.43%
G 185 of 546 ~ 33.88%
B 173 of 546 ~ 31.68%

%34.43
%33.88
%31.68

CMYK color model

#BCB9AD color CMYK value is (0,2,8,26).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(0,2,8,26)
C0M2Y8K26 
(0%,2%,8%,26%)
(0.00/0.02/0.08/0.26)	

CMYK percentages

%0
%1.6
%7.98
%26.27

Codes

Color #BCB9AD in popluar color models

BCB9AD
RGB188185173
HSL48°10.07%70.78%
HSB/HSV48°7.98%73.73%
CMYK0.00%1.60%7.98%
26.27%

Color #BCB9AD in popluar number systems.

HEXBCB9AD
Decimal188185173
Binary101111001011100110101101
Octal274271255

Shades and tints

Shades of #BCB9AD

#BCB9AD
(188,185,173)
#ABA99E
(171,169,158)
#9A998F
(154,153,143)
#898980
(137,137,128)
#787971
(120,121,113)
#676962
(103,105,98)
#565953
(86,89,83)
#454944
(69,73,68)
#343935
(52,57,53)
#232926
(35,41,38)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCB9AD

#BCB9AD
(188,185,173)
#C2BFB4
(194,191,180)
#C8C5BB
(200,197,187)
#CECBC2
(206,203,194)
#D4D1C9
(212,209,201)
#DAD7D0
(218,215,208)
#E0DDD7
(224,221,215)
#E6E3DE
(230,227,222)
#ECE9E5
(236,233,229)
#F2EFEC
(242,239,236)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9AD; }

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

This text font color is #BCB9AD.


Background Color

.myBgColor { background-color: #BCB9AD; }

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

This div background color is #BCB9AD.


Border color

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

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

This div border color is #BCB9AD.


Opacity

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

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

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

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

This text has shadow with #BCB9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9AD on black background.


Color preview on white background

This text has color #BCB9AD on white background.



Black color preview on #BCB9AD background

This text has black color on #BCB9AD background.


White color preview on #BCB9AD background

This text has white color on #BCB9AD background.