COLOR #BBC3CD

HEX: #BBC3CD
RGB: (187,195,205)

Color info

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

RGB color model

#BBC3CD color RGB value is (187,195,205).

  • red value is 187;
  • green value is 195;
  • blue value is 205.
RGB:
(187,195,205)
(73%,76%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 205 of 255 = 80%

187
195
205

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

Portions of RGB colors in percentages

R + G + B =
187 + 195 + 205 = 587 (100%)
R 187 of 587 ~ 31.86%
G 195 of 587 ~ 33.22%
B 205 of 587 ~ 34.92%

%31.86
%33.22
%34.92

CMYK color model

#BBC3CD color CMYK value is (9,5,0,20).

  • cyan value is 8.78%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,5,0,20)
C9M5Y0K20 
(9%,5%,0%,20%)
(0.09/0.05/0.00/0.20)	

CMYK percentages

%8.78
%4.88
%0
%19.61

Codes

Color #BBC3CD in popluar color models

BBC3CD
RGB187195205
HSL213°15.25%76.86%
HSB/HSV213°8.78%80.39%
CMYK8.78%4.88%0.00%
19.61%

Color #BBC3CD in popluar number systems.

HEXBBC3CD
Decimal187195205
Binary101110111100001111001101
Octal273303315

Shades and tints

Shades of #BBC3CD

#BBC3CD
(187,195,205)
#AAB2BB
(170,178,187)
#99A1A9
(153,161,169)
#889097
(136,144,151)
#777F85
(119,127,133)
#666E73
(102,110,115)
#555D61
(85,93,97)
#444C4F
(68,76,79)
#333B3D
(51,59,61)
#222A2B
(34,42,43)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #BBC3CD

#BBC3CD
(187,195,205)
#C1C8D1
(193,200,209)
#C7CDD5
(199,205,213)
#CDD2D9
(205,210,217)
#D3D7DD
(211,215,221)
#D9DCE1
(217,220,225)
#DFE1E5
(223,225,229)
#E5E6E9
(229,230,233)
#EBEBED
(235,235,237)
#F1F0F1
(241,240,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC3CD color. Also use rgb(187,195,205) instead hex code.

Text Font Color

.myTextColor { color: #BBC3CD; }

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

This text font color is #BBC3CD.


Background Color

.myBgColor { background-color: #BBC3CD; }

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

This div background color is #BBC3CD.


Border color

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

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

This div border color is #BBC3CD.


Opacity

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

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

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

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

This text has shadow with #BBC3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC3CD on black background.


Color preview on white background

This text has color #BBC3CD on white background.



Black color preview on #BBC3CD background

This text has black color on #BBC3CD background.


White color preview on #BBC3CD background

This text has white color on #BBC3CD background.