COLOR #BCC9AD

HEX: #BCC9AD
RGB: (188,201,173)

Color info

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

RGB color model

#BCC9AD color RGB value is (188,201,173).

  • red value is 188;
  • green value is 201;
  • blue value is 173.
RGB:
(188,201,173)
(74%,79%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 173 of 255 = 68%

188
201
173

R + G + B ~ 74%. #BCC9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 201 + 173 = 562 (100%)
R 188 of 562 ~ 33.45%
G 201 of 562 ~ 35.77%
B 173 of 562 ~ 30.78%

%33.45
%35.77
%30.78

CMYK color model

#BCC9AD color CMYK value is (6,0,14,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(6,0,14,21)
C6M0Y14K21 
(6%,0%,14%,21%)
(0.06/0.00/0.14/0.21)	

CMYK percentages

%6.47
%0
%13.93
%21.18

Codes

Color #BCC9AD in popluar color models

BCC9AD
RGB188201173
HSL88°20.59%73.33%
HSB/HSV88°13.93%78.82%
CMYK6.47%0.00%13.93%
21.18%

Color #BCC9AD in popluar number systems.

HEXBCC9AD
Decimal188201173
Binary101111001100100110101101
Octal274311255

Shades and tints

Shades of #BCC9AD

#BCC9AD
(188,201,173)
#ABB79E
(171,183,158)
#9AA58F
(154,165,143)
#899380
(137,147,128)
#788171
(120,129,113)
#676F62
(103,111,98)
#565D53
(86,93,83)
#454B44
(69,75,68)
#343935
(52,57,53)
#232726
(35,39,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCC9AD

#BCC9AD
(188,201,173)
#C2CDB4
(194,205,180)
#C8D1BB
(200,209,187)
#CED5C2
(206,213,194)
#D4D9C9
(212,217,201)
#DADDD0
(218,221,208)
#E0E1D7
(224,225,215)
#E6E5DE
(230,229,222)
#ECE9E5
(236,233,229)
#F2EDEC
(242,237,236)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC9AD color. Also use rgb(188,201,173) instead hex code.

Text Font Color

.myTextColor { color: #BCC9AD; }

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

This text font color is #BCC9AD.


Background Color

.myBgColor { background-color: #BCC9AD; }

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

This div background color is #BCC9AD.


Border color

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

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

This div border color is #BCC9AD.


Opacity

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

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

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

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

This text has shadow with #BCC9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9AD on black background.


Color preview on white background

This text has color #BCC9AD on white background.



Black color preview on #BCC9AD background

This text has black color on #BCC9AD background.


White color preview on #BCC9AD background

This text has white color on #BCC9AD background.