COLOR #BBB8A9

HEX: #BBB8A9 RGB: (187,184,169)

Color info

#BBB8A9 contains red, green and blue colors in about the same proportion. Web safe color of #BBB8A9 is #CCCC99 (or #CC9).

RGB color model

#BBB8A9 color RGB value is (187,184,169).

RGB: (187,184,169) (73%, 72%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 169 of 255 = 66%

187
184
169

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

Portions of RGB colors in percentages

R + G + B = 187 + 184 + 169 = 540 (100%)
R 187 of 540 ~ 34.63%
G 184 of 540 ~ 34.07%
B 169 of 540 ~ 31.3'%

%34.63
%34.07
%31.3

CMYK color model

#BBB8A9 color CMYK value is (0,2,10,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 9.63%
  • key color value is 26.67%

CMYK: (0,2,10,27)
C0M2Y10K27 (0%, 2%, 10%, 27%)
(0.00 / 0.02 / 0.10 / 0.27)

CMYK percentages

%0
%1.6
%9.63
%26.67

Codes

Color #BBB8A9 in popluar color models

BB B8 A9
RGB 187 184 169
HSL 50° 11.69% 69.80%
HSB/HSV 50° 9.63% 73.33%
CMYK 0.00% 1.60% 9.63%
26.67%

Color #BBB8A9 in popluar number systems.

HEX BB B8 A9
Decimal 187 184 169
Binary 10111011 10111000 10101001
Octal 273 270 251

Shades and tints

Shades of #BBB8A9

#BBB8A9
(187,184,169)
#AAA89A
(170,168,154)
#99988B
(153,152,139)
#88887C
(136,136,124)
#77786D
(119,120,109)
#66685E
(102,104,94)
#55584F
(85,88,79)
#444840
(68,72,64)
#333831
(51,56,49)
#222822
(34,40,34)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBB8A9

#BBB8A9
(187,184,169)
#C1BEB0
(193,190,176)
#C7C4B7
(199,196,183)
#CDCABE
(205,202,190)
#D3D0C5
(211,208,197)
#D9D6CC
(217,214,204)
#DFDCD3
(223,220,211)
#E5E2DA
(229,226,218)
#EBE8E1
(235,232,225)
#F1EEE8
(241,238,232)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB8A9 color. Also use rgb(187,184,169) instead hex code.

Text Font Color

.myTextColor { color: #BBB8A9; }

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

This text font color is #BBB8A9.

Background Color

.myBgColor { background-color: #BBB8A9; }

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

This div background color is #BBB8A9.

Border color

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

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

This div border color is #BBB8A9.

Opacity

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

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

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

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

This text has shadow with #BBB8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB8A9.

Preview

Color preview on black background

This text has color #BBB8A9 on black background.


Color preview on white background

This text has color #BBB8A9 on white background.


Black color preview on #BBB8A9 background

This text has black color on #BBB8A9 background.


White color preview on #BBB8A9 background

This text has white color on #BBB8A9 background.


Related colors

Complementary color

Complementary color for #hex is #444756.


I love getcolorcode.com

Triadic colors

1 #A9BBB8 and #B8A9BB with #BBB8A9 are triadic colors.

2 #A9B8BB and #B8BBA9 with #BBB8A9 are triadic colors.