COLOR #BBABB7

HEX: #BBABB7 RGB: (187,171,183)

Color info

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

RGB color model

#BBABB7 color RGB value is (187,171,183).

RGB: (187,171,183) (73%, 67%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 183 of 255 = 72%

187
171
183

R + G + B ~ 71%. #BBABB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 183 = 541 (100%)
R 187 of 541 ~ 34.57%
G 171 of 541 ~ 31.61%
B 183 of 541 ~ 33.83'%

%34.57
%31.61
%33.83

CMYK color model

#BBABB7 color CMYK value is (0,9,2,27).

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

CMYK: (0,9,2,27)
C0M9Y2K27 (0%, 9%, 2%, 27%)
(0.00 / 0.09 / 0.02 / 0.27)

CMYK percentages

%0
%8.56
%2.14
%26.67

Codes

Color #BBABB7 in popluar color models

BB AB B7
RGB 187 171 183
HSL 315° 10.53% 70.20%
HSB/HSV 315° 8.56% 73.33%
CMYK 0.00% 8.56% 2.14%
26.67%

Color #BBABB7 in popluar number systems.

HEX BB AB B7
Decimal 187 171 183
Binary 10111011 10101011 10110111
Octal 273 253 267

Shades and tints

Shades of #BBABB7

#BBABB7
(187,171,183)
#AA9CA7
(170,156,167)
#998D97
(153,141,151)
#887E87
(136,126,135)
#776F77
(119,111,119)
#666067
(102,96,103)
#555157
(85,81,87)
#444247
(68,66,71)
#333337
(51,51,55)
#222427
(34,36,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BBABB7

#BBABB7
(187,171,183)
#C1B2BD
(193,178,189)
#C7B9C3
(199,185,195)
#CDC0C9
(205,192,201)
#D3C7CF
(211,199,207)
#D9CED5
(217,206,213)
#DFD5DB
(223,213,219)
#E5DCE1
(229,220,225)
#EBE3E7
(235,227,231)
#F1EAED
(241,234,237)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABB7; }

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

This text font color is #BBABB7.

Background Color

.myBgColor { background-color: #BBABB7; }

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

This div background color is #BBABB7.

Border color

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

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

This div border color is #BBABB7.

Opacity

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

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

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

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

This text has shadow with #BBABB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABB7.

Preview

Color preview on black background

This text has color #BBABB7 on black background.


Color preview on white background

This text has color #BBABB7 on white background.


Black color preview on #BBABB7 background

This text has black color on #BBABB7 background.


White color preview on #BBABB7 background

This text has white color on #BBABB7 background.


Related colors

Complementary color

Complementary color for #hex is #445448.


I love getcolorcode.com

Triadic colors

1 #B7BBAB and #ABB7BB with #BBABB7 are triadic colors.

2 #B7ABBB and #ABBBB7 with #BBABB7 are triadic colors.