COLOR #BBC6C7

HEX: #BBC6C7
RGB: (187,198,199)

Color info

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

RGB color model

#BBC6C7 color RGB value is (187,198,199).

  • red value is 187;
  • green value is 198;
  • blue value is 199.
RGB:
(187,198,199)
(73%,78%,78%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 199 of 255 = 78%

187
198
199

R + G + B ~ 76%. #BBC6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 198 + 199 = 584 (100%)
R 187 of 584 ~ 32.02%
G 198 of 584 ~ 33.9%
B 199 of 584 ~ 34.08%

%32.02
%33.9
%34.08

CMYK color model

#BBC6C7 color CMYK value is (6,1,0,22).

  • cyan value is 6.03%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,1,0,22)
C6M1Y0K22 
(6%,1%,0%,22%)
(0.06/0.01/0.00/0.22)	

CMYK percentages

%6.03
%0.5
%0
%21.96

Codes

Color #BBC6C7 in popluar color models

BBC6C7
RGB187198199
HSL185°9.68%75.69%
HSB/HSV185°6.03%78.04%
CMYK6.03%0.50%0.00%
21.96%

Color #BBC6C7 in popluar number systems.

HEXBBC6C7
Decimal187198199
Binary101110111100011011000111
Octal273306307

Shades and tints

Shades of #BBC6C7

#BBC6C7
(187,198,199)
#AAB4B5
(170,180,181)
#99A2A3
(153,162,163)
#889091
(136,144,145)
#777E7F
(119,126,127)
#666C6D
(102,108,109)
#555A5B
(85,90,91)
#444849
(68,72,73)
#333637
(51,54,55)
#222425
(34,36,37)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBC6C7

#BBC6C7
(187,198,199)
#C1CBCC
(193,203,204)
#C7D0D1
(199,208,209)
#CDD5D6
(205,213,214)
#D3DADB
(211,218,219)
#D9DFE0
(217,223,224)
#DFE4E5
(223,228,229)
#E5E9EA
(229,233,234)
#EBEEEF
(235,238,239)
#F1F3F4
(241,243,244)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC6C7 color. Also use rgb(187,198,199) instead hex code.

Text Font Color

.myTextColor { color: #BBC6C7; }

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

This text font color is #BBC6C7.


Background Color

.myBgColor { background-color: #BBC6C7; }

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

This div background color is #BBC6C7.


Border color

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

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

This div border color is #BBC6C7.


Opacity

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

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

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

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

This text has shadow with #BBC6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC6C7 on black background.


Color preview on white background

This text has color #BBC6C7 on white background.



Black color preview on #BBC6C7 background

This text has black color on #BBC6C7 background.


White color preview on #BBC6C7 background

This text has white color on #BBC6C7 background.