COLOR #BCC7BD

HEX: #BCC7BD
RGB: (188,199,189)

Color info

#BCC7BD contains red, green and blue colors in about the same proportion. Web safe color of #BCC7BD is #CCCCCC (or #CCC).

RGB color model

#BCC7BD color RGB value is (188,199,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 189 of 255 = 74%

188
199
189

R + G + B ~ 75%. #BCC7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 189 = 576 (100%)
R 188 of 576 ~ 32.64%
G 199 of 576 ~ 34.55%
B 189 of 576 ~ 32.81%

%32.64
%34.55
%32.81

CMYK color model

#BCC7BD color CMYK value is (6,0,5,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(6,0,5,22)
C6M0Y5K22 
(6%,0%,5%,22%)
(0.06/0.00/0.05/0.22)	

CMYK percentages

%5.53
%0
%5.03
%21.96

Codes

Color #BCC7BD in popluar color models

BCC7BD
RGB188199189
HSL125°8.94%75.88%
HSB/HSV125°5.53%78.04%
CMYK5.53%0.00%5.03%
21.96%

Color #BCC7BD in popluar number systems.

HEXBCC7BD
Decimal188199189
Binary101111001100011110111101
Octal274307275

Shades and tints

Shades of #BCC7BD

#BCC7BD
(188,199,189)
#ABB5AC
(171,181,172)
#9AA39B
(154,163,155)
#89918A
(137,145,138)
#787F79
(120,127,121)
#676D68
(103,109,104)
#565B57
(86,91,87)
#454946
(69,73,70)
#343735
(52,55,53)
#232524
(35,37,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCC7BD

#BCC7BD
(188,199,189)
#C2CCC3
(194,204,195)
#C8D1C9
(200,209,201)
#CED6CF
(206,214,207)
#D4DBD5
(212,219,213)
#DAE0DB
(218,224,219)
#E0E5E1
(224,229,225)
#E6EAE7
(230,234,231)
#ECEFED
(236,239,237)
#F2F4F3
(242,244,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7BD; }

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

This text font color is #BCC7BD.


Background Color

.myBgColor { background-color: #BCC7BD; }

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

This div background color is #BCC7BD.


Border color

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

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

This div border color is #BCC7BD.


Opacity

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

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

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

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

This text has shadow with #BCC7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7BD on black background.


Color preview on white background

This text has color #BCC7BD on white background.



Black color preview on #BCC7BD background

This text has black color on #BCC7BD background.


White color preview on #BCC7BD background

This text has white color on #BCC7BD background.