COLOR #BCC8AF

HEX: #BCC8AF
RGB: (188,200,175)

Color info

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

RGB color model

#BCC8AF color RGB value is (188,200,175).

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

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 175 of 255 = 69%

188
200
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 175 = 563 (100%)
R 188 of 563 ~ 33.39%
G 200 of 563 ~ 35.52%
B 175 of 563 ~ 31.08%

%33.39
%35.52
%31.08

CMYK color model

#BCC8AF color CMYK value is (6,0,13,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK:
(6,0,13,22)
C6M0Y13K22 
(6%,0%,13%,22%)
(0.06/0.00/0.13/0.22)	

CMYK percentages

%6
%0
%12.5
%21.57

Codes

Color #BCC8AF in popluar color models

BCC8AF
RGB188200175
HSL89°18.52%73.53%
HSB/HSV89°12.50%78.43%
CMYK6.00%0.00%12.50%
21.57%

Color #BCC8AF in popluar number systems.

HEXBCC8AF
Decimal188200175
Binary101111001100100010101111
Octal274310257

Shades and tints

Shades of #BCC8AF

#BCC8AF
(188,200,175)
#ABB6A0
(171,182,160)
#9AA491
(154,164,145)
#899282
(137,146,130)
#788073
(120,128,115)
#676E64
(103,110,100)
#565C55
(86,92,85)
#454A46
(69,74,70)
#343837
(52,56,55)
#232628
(35,38,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BCC8AF

#BCC8AF
(188,200,175)
#C2CDB6
(194,205,182)
#C8D2BD
(200,210,189)
#CED7C4
(206,215,196)
#D4DCCB
(212,220,203)
#DAE1D2
(218,225,210)
#E0E6D9
(224,230,217)
#E6EBE0
(230,235,224)
#ECF0E7
(236,240,231)
#F2F5EE
(242,245,238)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8AF; }

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

This text font color is #BCC8AF.


Background Color

.myBgColor { background-color: #BCC8AF; }

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

This div background color is #BCC8AF.


Border color

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

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

This div border color is #BCC8AF.


Opacity

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

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

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

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

This text has shadow with #BCC8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8AF on black background.


Color preview on white background

This text has color #BCC8AF on white background.



Black color preview on #BCC8AF background

This text has black color on #BCC8AF background.


White color preview on #BCC8AF background

This text has white color on #BCC8AF background.