COLOR #BCC8A6

HEX: #BCC8A6
RGB: (188,200,166)

Color info

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

RGB color model

#BCC8A6 color RGB value is (188,200,166).

  • red value is 188;
  • green value is 200;
  • blue value is 166.
RGB:
(188,200,166)
(74%,78%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 166 of 255 = 65%

188
200
166

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

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 166 = 554 (100%)
R 188 of 554 ~ 33.94%
G 200 of 554 ~ 36.1%
B 166 of 554 ~ 29.96%

%33.94
%36.1
%29.96

CMYK color model

#BCC8A6 color CMYK value is (6,0,17,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 21.57%
CMYK:
(6,0,17,22)
C6M0Y17K22 
(6%,0%,17%,22%)
(0.06/0.00/0.17/0.22)	

CMYK percentages

%6
%0
%17
%21.57

Codes

Color #BCC8A6 in popluar color models

BCC8A6
RGB188200166
HSL81°23.61%71.76%
HSB/HSV81°17.00%78.43%
CMYK6.00%0.00%17.00%
21.57%

Color #BCC8A6 in popluar number systems.

HEXBCC8A6
Decimal188200166
Binary101111001100100010100110
Octal274310246

Shades and tints

Shades of #BCC8A6

#BCC8A6
(188,200,166)
#ABB697
(171,182,151)
#9AA488
(154,164,136)
#899279
(137,146,121)
#78806A
(120,128,106)
#676E5B
(103,110,91)
#565C4C
(86,92,76)
#454A3D
(69,74,61)
#34382E
(52,56,46)
#23261F
(35,38,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BCC8A6

#BCC8A6
(188,200,166)
#C2CDAE
(194,205,174)
#C8D2B6
(200,210,182)
#CED7BE
(206,215,190)
#D4DCC6
(212,220,198)
#DAE1CE
(218,225,206)
#E0E6D6
(224,230,214)
#E6EBDE
(230,235,222)
#ECF0E6
(236,240,230)
#F2F5EE
(242,245,238)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC8A6 color. Also use rgb(188,200,166) instead hex code.

Text Font Color

.myTextColor { color: #BCC8A6; }

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

This text font color is #BCC8A6.


Background Color

.myBgColor { background-color: #BCC8A6; }

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

This div background color is #BCC8A6.


Border color

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

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

This div border color is #BCC8A6.


Opacity

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

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

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

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

This text has shadow with #BCC8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8A6 on black background.


Color preview on white background

This text has color #BCC8A6 on white background.



Black color preview on #BCC8A6 background

This text has black color on #BCC8A6 background.


White color preview on #BCC8A6 background

This text has white color on #BCC8A6 background.