COLOR #BBB3BD

HEX: #BBB3BD
RGB: (187,179,189)

Color info

#BBB3BD contains red, green and blue colors in about the same proportion. Web safe color of #BBB3BD is #CC99CC (or #C9C).

RGB color model

#BBB3BD color RGB value is (187,179,189).

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

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 189 of 255 = 74%

187
179
189

R + G + B ~ 72%. #BBB3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 179 + 189 = 555 (100%)
R 187 of 555 ~ 33.69%
G 179 of 555 ~ 32.25%
B 189 of 555 ~ 34.05%

%33.69
%32.25
%34.05

CMYK color model

#BBB3BD color CMYK value is (1,5,0,26).

  • cyan value is 1.06%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,5,0,26)
C1M5Y0K26 
(1%,5%,0%,26%)
(0.01/0.05/0.00/0.26)	

CMYK percentages

%1.06
%5.29
%0
%25.88

Codes

Color #BBB3BD in popluar color models

BBB3BD
RGB187179189
HSL288°7.04%72.16%
HSB/HSV288°5.29%74.12%
CMYK1.06%5.29%0.00%
25.88%

Color #BBB3BD in popluar number systems.

HEXBBB3BD
Decimal187179189
Binary101110111011001110111101
Octal273263275

Shades and tints

Shades of #BBB3BD

#BBB3BD
(187,179,189)
#AAA3AC
(170,163,172)
#99939B
(153,147,155)
#88838A
(136,131,138)
#777379
(119,115,121)
#666368
(102,99,104)
#555357
(85,83,87)
#444346
(68,67,70)
#333335
(51,51,53)
#222324
(34,35,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BBB3BD

#BBB3BD
(187,179,189)
#C1B9C3
(193,185,195)
#C7BFC9
(199,191,201)
#CDC5CF
(205,197,207)
#D3CBD5
(211,203,213)
#D9D1DB
(217,209,219)
#DFD7E1
(223,215,225)
#E5DDE7
(229,221,231)
#EBE3ED
(235,227,237)
#F1E9F3
(241,233,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB3BD; }

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

This text font color is #BBB3BD.


Background Color

.myBgColor { background-color: #BBB3BD; }

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

This div background color is #BBB3BD.


Border color

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

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

This div border color is #BBB3BD.


Opacity

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

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

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

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

This text has shadow with #BBB3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB3BD on black background.


Color preview on white background

This text has color #BBB3BD on white background.



Black color preview on #BBB3BD background

This text has black color on #BBB3BD background.


White color preview on #BBB3BD background

This text has white color on #BBB3BD background.