COLOR #BCA89E

HEX: #BCA89E
RGB: (188,168,158)

Color info

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

RGB color model

#BCA89E color RGB value is (188,168,158).

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

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 158 of 255 = 62%

188
168
158

R + G + B ~ 67%. #BCA89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 158 = 514 (100%)
R 188 of 514 ~ 36.58%
G 168 of 514 ~ 32.68%
B 158 of 514 ~ 30.74%

%36.58
%32.68
%30.74

CMYK color model

#BCA89E color CMYK value is (0,11,16,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(0,11,16,26)
C0M11Y16K26 
(0%,11%,16%,26%)
(0.00/0.11/0.16/0.26)	

CMYK percentages

%0
%10.64
%15.96
%26.27

Codes

Color #BCA89E in popluar color models

BCA89E
RGB188168158
HSL20°18.29%67.84%
HSB/HSV20°15.96%73.73%
CMYK0.00%10.64%15.96%
26.27%

Color #BCA89E in popluar number systems.

HEXBCA89E
Decimal188168158
Binary101111001010100010011110
Octal274250236

Shades and tints

Shades of #BCA89E

#BCA89E
(188,168,158)
#AB9990
(171,153,144)
#9A8A82
(154,138,130)
#897B74
(137,123,116)
#786C66
(120,108,102)
#675D58
(103,93,88)
#564E4A
(86,78,74)
#453F3C
(69,63,60)
#34302E
(52,48,46)
#232120
(35,33,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #BCA89E

#BCA89E
(188,168,158)
#C2AFA6
(194,175,166)
#C8B6AE
(200,182,174)
#CEBDB6
(206,189,182)
#D4C4BE
(212,196,190)
#DACBC6
(218,203,198)
#E0D2CE
(224,210,206)
#E6D9D6
(230,217,214)
#ECE0DE
(236,224,222)
#F2E7E6
(242,231,230)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA89E; }

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

This text font color is #BCA89E.


Background Color

.myBgColor { background-color: #BCA89E; }

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

This div background color is #BCA89E.


Border color

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

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

This div border color is #BCA89E.


Opacity

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

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

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

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

This text has shadow with #BCA89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA89E on black background.


Color preview on white background

This text has color #BCA89E on white background.



Black color preview on #BCA89E background

This text has black color on #BCA89E background.


White color preview on #BCA89E background

This text has white color on #BCA89E background.