COLOR #BCAA9C

HEX: #BCAA9C
RGB: (188,170,156)

Color info

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

RGB color model

#BCAA9C color RGB value is (188,170,156).

  • red value is 188;
  • green value is 170;
  • blue value is 156.
RGB:
(188,170,156)
(74%,67%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 156 of 255 = 61%

188
170
156

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

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 156 = 514 (100%)
R 188 of 514 ~ 36.58%
G 170 of 514 ~ 33.07%
B 156 of 514 ~ 30.35%

%36.58
%33.07
%30.35

CMYK color model

#BCAA9C color CMYK value is (0,10,17,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(0,10,17,26)
C0M10Y17K26 
(0%,10%,17%,26%)
(0.00/0.10/0.17/0.26)	

CMYK percentages

%0
%9.57
%17.02
%26.27

Codes

Color #BCAA9C in popluar color models

BCAA9C
RGB188170156
HSL26°19.28%67.45%
HSB/HSV26°17.02%73.73%
CMYK0.00%9.57%17.02%
26.27%

Color #BCAA9C in popluar number systems.

HEXBCAA9C
Decimal188170156
Binary101111001010101010011100
Octal274252234

Shades and tints

Shades of #BCAA9C

#BCAA9C
(188,170,156)
#AB9B8E
(171,155,142)
#9A8C80
(154,140,128)
#897D72
(137,125,114)
#786E64
(120,110,100)
#675F56
(103,95,86)
#565048
(86,80,72)
#45413A
(69,65,58)
#34322C
(52,50,44)
#23231E
(35,35,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BCAA9C

#BCAA9C
(188,170,156)
#C2B1A5
(194,177,165)
#C8B8AE
(200,184,174)
#CEBFB7
(206,191,183)
#D4C6C0
(212,198,192)
#DACDC9
(218,205,201)
#E0D4D2
(224,212,210)
#E6DBDB
(230,219,219)
#ECE2E4
(236,226,228)
#F2E9ED
(242,233,237)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAA9C color. Also use rgb(188,170,156) instead hex code.

Text Font Color

.myTextColor { color: #BCAA9C; }

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

This text font color is #BCAA9C.


Background Color

.myBgColor { background-color: #BCAA9C; }

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

This div background color is #BCAA9C.


Border color

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

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

This div border color is #BCAA9C.


Opacity

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

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

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

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

This text has shadow with #BCAA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAA9C on black background.


Color preview on white background

This text has color #BCAA9C on white background.



Black color preview on #BCAA9C background

This text has black color on #BCAA9C background.


White color preview on #BCAA9C background

This text has white color on #BCAA9C background.