COLOR #BBB3AB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

187
179
171

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

Portions of RGB colors in percentages

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

%34.82
%33.33
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(0,4,9,27)
C0M4Y9K27 
(0%,4%,9%,27%)
(0.00/0.04/0.09/0.27)	

CMYK percentages

%0
%4.28
%8.56
%26.67

Codes

Color #BBB3AB in popluar color models

BBB3AB
RGB187179171
HSL30°10.53%70.20%
HSB/HSV30°8.56%73.33%
CMYK0.00%4.28%8.56%
26.67%

Color #BBB3AB in popluar number systems.

HEXBBB3AB
Decimal187179171
Binary101110111011001110101011
Octal273263253

Shades and tints

Shades of #BBB3AB

#BBB3AB
(187,179,171)
#AAA39C
(170,163,156)
#99938D
(153,147,141)
#88837E
(136,131,126)
#77736F
(119,115,111)
#666360
(102,99,96)
#555351
(85,83,81)
#444342
(68,67,66)
#333333
(51,51,51)
#222324
(34,35,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BBB3AB

#BBB3AB
(187,179,171)
#C1B9B2
(193,185,178)
#C7BFB9
(199,191,185)
#CDC5C0
(205,197,192)
#D3CBC7
(211,203,199)
#D9D1CE
(217,209,206)
#DFD7D5
(223,215,213)
#E5DDDC
(229,221,220)
#EBE3E3
(235,227,227)
#F1E9EA
(241,233,234)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB3AB; }

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

This text font color is #BBB3AB.


Background Color

.myBgColor { background-color: #BBB3AB; }

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

This div background color is #BBB3AB.


Border color

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

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

This div border color is #BBB3AB.


Opacity

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

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

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

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

This text has shadow with #BBB3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB3AB on black background.


Color preview on white background

This text has color #BBB3AB on white background.



Black color preview on #BBB3AB background

This text has black color on #BBB3AB background.


White color preview on #BBB3AB background

This text has white color on #BBB3AB background.