COLOR #BCC7A0

HEX: #BCC7A0
RGB: (188,199,160)

Color info

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

RGB color model

#BCC7A0 color RGB value is (188,199,160).

  • red value is 188;
  • green value is 199;
  • blue value is 160.
RGB:
(188,199,160)
(74%,78%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 160 of 255 = 63%

188
199
160

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

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 160 = 547 (100%)
R 188 of 547 ~ 34.37%
G 199 of 547 ~ 36.38%
B 160 of 547 ~ 29.25%

%34.37
%36.38
%29.25

CMYK color model

#BCC7A0 color CMYK value is (6,0,20,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 21.96%
CMYK:
(6,0,20,22)
C6M0Y20K22 
(6%,0%,20%,22%)
(0.06/0.00/0.20/0.22)	

CMYK percentages

%5.53
%0
%19.6
%21.96

Codes

Color #BCC7A0 in popluar color models

BCC7A0
RGB188199160
HSL77°25.83%70.39%
HSB/HSV77°19.60%78.04%
CMYK5.53%0.00%19.60%
21.96%

Color #BCC7A0 in popluar number systems.

HEXBCC7A0
Decimal188199160
Binary101111001100011110100000
Octal274307240

Shades and tints

Shades of #BCC7A0

#BCC7A0
(188,199,160)
#ABB592
(171,181,146)
#9AA384
(154,163,132)
#899176
(137,145,118)
#787F68
(120,127,104)
#676D5A
(103,109,90)
#565B4C
(86,91,76)
#45493E
(69,73,62)
#343730
(52,55,48)
#232522
(35,37,34)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCC7A0

#BCC7A0
(188,199,160)
#C2CCA8
(194,204,168)
#C8D1B0
(200,209,176)
#CED6B8
(206,214,184)
#D4DBC0
(212,219,192)
#DAE0C8
(218,224,200)
#E0E5D0
(224,229,208)
#E6EAD8
(230,234,216)
#ECEFE0
(236,239,224)
#F2F4E8
(242,244,232)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC7A0 color. Also use rgb(188,199,160) instead hex code.

Text Font Color

.myTextColor { color: #BCC7A0; }

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

This text font color is #BCC7A0.


Background Color

.myBgColor { background-color: #BCC7A0; }

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

This div background color is #BCC7A0.


Border color

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

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

This div border color is #BCC7A0.


Opacity

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

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

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

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

This text has shadow with #BCC7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7A0 on black background.


Color preview on white background

This text has color #BCC7A0 on white background.



Black color preview on #BCC7A0 background

This text has black color on #BCC7A0 background.


White color preview on #BCC7A0 background

This text has white color on #BCC7A0 background.