COLOR #BBA6AA

HEX: #BBA6AA
RGB: (187,166,170)

Color info

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

RGB color model

#BBA6AA color RGB value is (187,166,170).

  • red value is 187;
  • green value is 166;
  • blue value is 170.
RGB:
(187,166,170)
(73%,65%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 170 of 255 = 67%

187
166
170

R + G + B ~ 68%. #BBA6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 170 = 523 (100%)
R 187 of 523 ~ 35.76%
G 166 of 523 ~ 31.74%
B 170 of 523 ~ 32.5%

%35.76
%31.74
%32.5

CMYK color model

#BBA6AA color CMYK value is (0,11,9,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(0,11,9,27)
C0M11Y9K27 
(0%,11%,9%,27%)
(0.00/0.11/0.09/0.27)	

CMYK percentages

%0
%11.23
%9.09
%26.67

Codes

Color #BBA6AA in popluar color models

BBA6AA
RGB187166170
HSL349°13.38%69.22%
HSB/HSV349°11.23%73.33%
CMYK0.00%11.23%9.09%
26.67%

Color #BBA6AA in popluar number systems.

HEXBBA6AA
Decimal187166170
Binary101110111010011010101010
Octal273246252

Shades and tints

Shades of #BBA6AA

#BBA6AA
(187,166,170)
#AA979B
(170,151,155)
#99888C
(153,136,140)
#88797D
(136,121,125)
#776A6E
(119,106,110)
#665B5F
(102,91,95)
#554C50
(85,76,80)
#443D41
(68,61,65)
#332E32
(51,46,50)
#221F23
(34,31,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #BBA6AA

#BBA6AA
(187,166,170)
#C1AEB1
(193,174,177)
#C7B6B8
(199,182,184)
#CDBEBF
(205,190,191)
#D3C6C6
(211,198,198)
#D9CECD
(217,206,205)
#DFD6D4
(223,214,212)
#E5DEDB
(229,222,219)
#EBE6E2
(235,230,226)
#F1EEE9
(241,238,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA6AA color. Also use rgb(187,166,170) instead hex code.

Text Font Color

.myTextColor { color: #BBA6AA; }

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

This text font color is #BBA6AA.


Background Color

.myBgColor { background-color: #BBA6AA; }

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

This div background color is #BBA6AA.


Border color

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

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

This div border color is #BBA6AA.


Opacity

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

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

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

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

This text has shadow with #BBA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6AA on black background.


Color preview on white background

This text has color #BBA6AA on white background.



Black color preview on #BBA6AA background

This text has black color on #BBA6AA background.


White color preview on #BBA6AA background

This text has white color on #BBA6AA background.