COLOR #BBBDCD

HEX: #BBBDCD
RGB: (187,189,205)

Color info

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

RGB color model

#BBBDCD color RGB value is (187,189,205).

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

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 205 of 255 = 80%

187
189
205

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

Portions of RGB colors in percentages

R + G + B =
187 + 189 + 205 = 581 (100%)
R 187 of 581 ~ 32.19%
G 189 of 581 ~ 32.53%
B 205 of 581 ~ 35.28%

%32.19
%32.53
%35.28

CMYK color model

#BBBDCD color CMYK value is (9,8,0,20).

  • cyan value is 8.78%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,8,0,20)
C9M8Y0K20 
(9%,8%,0%,20%)
(0.09/0.08/0.00/0.20)	

CMYK percentages

%8.78
%7.8
%0
%19.61

Codes

Color #BBBDCD in popluar color models

BBBDCD
RGB187189205
HSL233°15.25%76.86%
HSB/HSV233°8.78%80.39%
CMYK8.78%7.80%0.00%
19.61%

Color #BBBDCD in popluar number systems.

HEXBBBDCD
Decimal187189205
Binary101110111011110111001101
Octal273275315

Shades and tints

Shades of #BBBDCD

#BBBDCD
(187,189,205)
#AAACBB
(170,172,187)
#999BA9
(153,155,169)
#888A97
(136,138,151)
#777985
(119,121,133)
#666873
(102,104,115)
#555761
(85,87,97)
#44464F
(68,70,79)
#33353D
(51,53,61)
#22242B
(34,36,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #BBBDCD

#BBBDCD
(187,189,205)
#C1C3D1
(193,195,209)
#C7C9D5
(199,201,213)
#CDCFD9
(205,207,217)
#D3D5DD
(211,213,221)
#D9DBE1
(217,219,225)
#DFE1E5
(223,225,229)
#E5E7E9
(229,231,233)
#EBEDED
(235,237,237)
#F1F3F1
(241,243,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDCD; }

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

This text font color is #BBBDCD.


Background Color

.myBgColor { background-color: #BBBDCD; }

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

This div background color is #BBBDCD.


Border color

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

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

This div border color is #BBBDCD.


Opacity

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

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

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

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

This text has shadow with #BBBDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBDCD on black background.


Color preview on white background

This text has color #BBBDCD on white background.



Black color preview on #BBBDCD background

This text has black color on #BBBDCD background.


White color preview on #BBBDCD background

This text has white color on #BBBDCD background.