COLOR #BBABB3

HEX: #BBABB3 RGB: (187,171,179)

Color info

#BBABB3 contains red, green and blue colors in about the same proportion. Web safe color of #BBABB3 is #CC9999 (or #C99).

RGB color model

#BBABB3 color RGB value is (187,171,179).

RGB: (187,171,179) (73%, 67%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 179 of 255 = 70%

187
171
179

R + G + B ~ 70%. #BBABB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 179 = 537 (100%)
R 187 of 537 ~ 34.82%
G 171 of 537 ~ 31.84%
B 179 of 537 ~ 33.33'%

%34.82
%31.84
%33.33

CMYK color model

#BBABB3 color CMYK value is (0,9,4,27).

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

CMYK: (0,9,4,27)
C0M9Y4K27 (0%, 9%, 4%, 27%)
(0.00 / 0.09 / 0.04 / 0.27)

CMYK percentages

%0
%8.56
%4.28
%26.67

Codes

Color #BBABB3 in popluar color models

BB AB B3
RGB 187 171 179
HSL 330° 10.53% 70.20%
HSB/HSV 330° 8.56% 73.33%
CMYK 0.00% 8.56% 4.28%
26.67%

Color #BBABB3 in popluar number systems.

HEX BB AB B3
Decimal 187 171 179
Binary 10111011 10101011 10110011
Octal 273 253 263

Shades and tints

Shades of #BBABB3

#BBABB3
(187,171,179)
#AA9CA3
(170,156,163)
#998D93
(153,141,147)
#887E83
(136,126,131)
#776F73
(119,111,115)
#666063
(102,96,99)
#555153
(85,81,83)
#444243
(68,66,67)
#333333
(51,51,51)
#222423
(34,36,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBABB3

#BBABB3
(187,171,179)
#C1B2B9
(193,178,185)
#C7B9BF
(199,185,191)
#CDC0C5
(205,192,197)
#D3C7CB
(211,199,203)
#D9CED1
(217,206,209)
#DFD5D7
(223,213,215)
#E5DCDD
(229,220,221)
#EBE3E3
(235,227,227)
#F1EAE9
(241,234,233)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABB3; }

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

This text font color is #BBABB3.

Background Color

.myBgColor { background-color: #BBABB3; }

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

This div background color is #BBABB3.

Border color

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

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

This div border color is #BBABB3.

Opacity

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

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

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

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

This text has shadow with #BBABB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABB3.

Preview

Color preview on black background

This text has color #BBABB3 on black background.


Color preview on white background

This text has color #BBABB3 on white background.


Black color preview on #BBABB3 background

This text has black color on #BBABB3 background.


White color preview on #BBABB3 background

This text has white color on #BBABB3 background.


Related colors

Complementary color

Complementary color for #hex is #44544C.


I love getcolorcode.com

Triadic colors

1 #B3BBAB and #ABB3BB with #BBABB3 are triadic colors.

2 #B3ABBB and #ABBBB3 with #BBABB3 are triadic colors.