COLOR #BCAB9E

HEX: #BCAB9E
RGB: (188,171,158)

Color info

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

RGB color model

#BCAB9E color RGB value is (188,171,158).

  • red value is 188;
  • green value is 171;
  • blue value is 158.
RGB:
(188,171,158)
(74%,67%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 158 of 255 = 62%

188
171
158

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

Portions of RGB colors in percentages

R + G + B =
188 + 171 + 158 = 517 (100%)
R 188 of 517 ~ 36.36%
G 171 of 517 ~ 33.08%
B 158 of 517 ~ 30.56%

%36.36
%33.08
%30.56

CMYK color model

#BCAB9E color CMYK value is (0,9,16,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(0,9,16,26)
C0M9Y16K26 
(0%,9%,16%,26%)
(0.00/0.09/0.16/0.26)	

CMYK percentages

%0
%9.04
%15.96
%26.27

Codes

Color #BCAB9E in popluar color models

BCAB9E
RGB188171158
HSL26°18.29%67.84%
HSB/HSV26°15.96%73.73%
CMYK0.00%9.04%15.96%
26.27%

Color #BCAB9E in popluar number systems.

HEXBCAB9E
Decimal188171158
Binary101111001010101110011110
Octal274253236

Shades and tints

Shades of #BCAB9E

#BCAB9E
(188,171,158)
#AB9C90
(171,156,144)
#9A8D82
(154,141,130)
#897E74
(137,126,116)
#786F66
(120,111,102)
#676058
(103,96,88)
#56514A
(86,81,74)
#45423C
(69,66,60)
#34332E
(52,51,46)
#232420
(35,36,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCAB9E

#BCAB9E
(188,171,158)
#C2B2A6
(194,178,166)
#C8B9AE
(200,185,174)
#CEC0B6
(206,192,182)
#D4C7BE
(212,199,190)
#DACEC6
(218,206,198)
#E0D5CE
(224,213,206)
#E6DCD6
(230,220,214)
#ECE3DE
(236,227,222)
#F2EAE6
(242,234,230)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAB9E color. Also use rgb(188,171,158) instead hex code.

Text Font Color

.myTextColor { color: #BCAB9E; }

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

This text font color is #BCAB9E.


Background Color

.myBgColor { background-color: #BCAB9E; }

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

This div background color is #BCAB9E.


Border color

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

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

This div border color is #BCAB9E.


Opacity

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

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

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

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

This text has shadow with #BCAB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAB9E on black background.


Color preview on white background

This text has color #BCAB9E on white background.



Black color preview on #BCAB9E background

This text has black color on #BCAB9E background.


White color preview on #BCAB9E background

This text has white color on #BCAB9E background.