COLOR #BBAB9E

HEX: #BBAB9E RGB: (187,171,158)

Color info

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

RGB color model

#BBAB9E color RGB value is (187,171,158).

RGB: (187,171,158) (73%, 67%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 158 of 255 = 62%

187
171
158

R + G + B ~ 67%. #BBAB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 158 = 516 (100%)
R 187 of 516 ~ 36.24%
G 171 of 516 ~ 33.14%
B 158 of 516 ~ 30.62'%

%36.24
%33.14
%30.62

CMYK color model

#BBAB9E color CMYK value is (0,9,16,27).

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

CMYK: (0,9,16,27)
C0M9Y16K27 (0%, 9%, 16%, 27%)
(0.00 / 0.09 / 0.16 / 0.27)

CMYK percentages

%0
%8.56
%15.51
%26.67

Codes

Color #BBAB9E in popluar color models

BB AB 9E
RGB 187 171 158
HSL 27° 17.58% 67.65%
HSB/HSV 27° 15.51% 73.33%
CMYK 0.00% 8.56% 15.51%
26.67%

Color #BBAB9E in popluar number systems.

HEX BB AB 9E
Decimal 187 171 158
Binary 10111011 10101011 10011110
Octal 273 253 236

Shades and tints

Shades of #BBAB9E

#BBAB9E
(187,171,158)
#AA9C90
(170,156,144)
#998D82
(153,141,130)
#887E74
(136,126,116)
#776F66
(119,111,102)
#666058
(102,96,88)
#55514A
(85,81,74)
#44423C
(68,66,60)
#33332E
(51,51,46)
#222420
(34,36,32)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #BBAB9E

#BBAB9E
(187,171,158)
#C1B2A6
(193,178,166)
#C7B9AE
(199,185,174)
#CDC0B6
(205,192,182)
#D3C7BE
(211,199,190)
#D9CEC6
(217,206,198)
#DFD5CE
(223,213,206)
#E5DCD6
(229,220,214)
#EBE3DE
(235,227,222)
#F1EAE6
(241,234,230)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAB9E; }

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

This text font color is #BBAB9E.

Background Color

.myBgColor { background-color: #BBAB9E; }

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

This div background color is #BBAB9E.

Border color

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

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

This div border color is #BBAB9E.

Opacity

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

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

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

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

This text has shadow with #BBAB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAB9E.

Preview

Color preview on black background

This text has color #BBAB9E on black background.


Color preview on white background

This text has color #BBAB9E on white background.


Black color preview on #BBAB9E background

This text has black color on #BBAB9E background.


White color preview on #BBAB9E background

This text has white color on #BBAB9E background.


Related colors

Complementary color

Complementary color for #hex is #445461.


I love getcolorcode.com

Triadic colors

1 #9EBBAB and #AB9EBB with #BBAB9E are triadic colors.

2 #9EABBB and #ABBB9E with #BBAB9E are triadic colors.