COLOR #BBB3B7

HEX: #BBB3B7 RGB: (187,179,183)

Color info

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

RGB color model

#BBB3B7 color RGB value is (187,179,183).

RGB: (187,179,183) (73%, 70%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 183 of 255 = 72%

187
179
183

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

Portions of RGB colors in percentages

R + G + B = 187 + 179 + 183 = 549 (100%)
R 187 of 549 ~ 34.06%
G 179 of 549 ~ 32.6%
B 183 of 549 ~ 33.33'%

%34.06
%32.6
%33.33

CMYK color model

#BBB3B7 color CMYK value is (0,4,2,27).

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (0,4,2,27)
C0M4Y2K27 (0%, 4%, 2%, 27%)
(0.00 / 0.04 / 0.02 / 0.27)

CMYK percentages

%0
%4.28
%2.14
%26.67

Codes

Color #BBB3B7 in popluar color models

BB B3 B7
RGB 187 179 183
HSL 330° 5.56% 71.76%
HSB/HSV 330° 4.28% 73.33%
CMYK 0.00% 4.28% 2.14%
26.67%

Color #BBB3B7 in popluar number systems.

HEX BB B3 B7
Decimal 187 179 183
Binary 10111011 10110011 10110111
Octal 273 263 267

Shades and tints

Shades of #BBB3B7

#BBB3B7
(187,179,183)
#AAA3A7
(170,163,167)
#999397
(153,147,151)
#888387
(136,131,135)
#777377
(119,115,119)
#666367
(102,99,103)
#555357
(85,83,87)
#444347
(68,67,71)
#333337
(51,51,55)
#222327
(34,35,39)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #BBB3B7

#BBB3B7
(187,179,183)
#C1B9BD
(193,185,189)
#C7BFC3
(199,191,195)
#CDC5C9
(205,197,201)
#D3CBCF
(211,203,207)
#D9D1D5
(217,209,213)
#DFD7DB
(223,215,219)
#E5DDE1
(229,221,225)
#EBE3E7
(235,227,231)
#F1E9ED
(241,233,237)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB3B7; }

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

This text font color is #BBB3B7.

Background Color

.myBgColor { background-color: #BBB3B7; }

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

This div background color is #BBB3B7.

Border color

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

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

This div border color is #BBB3B7.

Opacity

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

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

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

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

This text has shadow with #BBB3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB3B7.

Preview

Color preview on black background

This text has color #BBB3B7 on black background.


Color preview on white background

This text has color #BBB3B7 on white background.


Black color preview on #BBB3B7 background

This text has black color on #BBB3B7 background.


White color preview on #BBB3B7 background

This text has white color on #BBB3B7 background.


Related colors

Complementary color

Complementary color for #hex is #444C48.


I love getcolorcode.com

Triadic colors

1 #B7BBB3 and #B3B7BB with #BBB3B7 are triadic colors.

2 #B7B3BB and #B3BBB7 with #BBB3B7 are triadic colors.