COLOR #BCC7CD

HEX: #BCC7CD
RGB: (188,199,205)

Color info

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

RGB color model

#BCC7CD color RGB value is (188,199,205).

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

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 205 of 255 = 80%

188
199
205

R + G + B ~ 77%. #BCC7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 205 = 592 (100%)
R 188 of 592 ~ 31.76%
G 199 of 592 ~ 33.61%
B 205 of 592 ~ 34.63%

%31.76
%33.61
%34.63

CMYK color model

#BCC7CD color CMYK value is (8,3,0,20).

  • cyan value is 8.29%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,3,0,20)
C8M3Y0K20 
(8%,3%,0%,20%)
(0.08/0.03/0.00/0.20)	

CMYK percentages

%8.29
%2.93
%0
%19.61

Codes

Color #BCC7CD in popluar color models

BCC7CD
RGB188199205
HSL201°14.53%77.06%
HSB/HSV201°8.29%80.39%
CMYK8.29%2.93%0.00%
19.61%

Color #BCC7CD in popluar number systems.

HEXBCC7CD
Decimal188199205
Binary101111001100011111001101
Octal274307315

Shades and tints

Shades of #BCC7CD

#BCC7CD
(188,199,205)
#ABB5BB
(171,181,187)
#9AA3A9
(154,163,169)
#899197
(137,145,151)
#787F85
(120,127,133)
#676D73
(103,109,115)
#565B61
(86,91,97)
#45494F
(69,73,79)
#34373D
(52,55,61)
#23252B
(35,37,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #BCC7CD

#BCC7CD
(188,199,205)
#C2CCD1
(194,204,209)
#C8D1D5
(200,209,213)
#CED6D9
(206,214,217)
#D4DBDD
(212,219,221)
#DAE0E1
(218,224,225)
#E0E5E5
(224,229,229)
#E6EAE9
(230,234,233)
#ECEFED
(236,239,237)
#F2F4F1
(242,244,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7CD; }

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

This text font color is #BCC7CD.


Background Color

.myBgColor { background-color: #BCC7CD; }

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

This div background color is #BCC7CD.


Border color

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

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

This div border color is #BCC7CD.


Opacity

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

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

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

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

This text has shadow with #BCC7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7CD on black background.


Color preview on white background

This text has color #BCC7CD on white background.



Black color preview on #BCC7CD background

This text has black color on #BCC7CD background.


White color preview on #BCC7CD background

This text has white color on #BCC7CD background.