COLOR #BBA6B6

HEX: #BBA6B6
RGB: (187,166,182)

Color info

#BBA6B6 contains red, green and blue colors in about the same proportion. Web safe color of #BBA6B6 is #CC99CC (or #C9C).

RGB color model

#BBA6B6 color RGB value is (187,166,182).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 182 of 255 = 71%

187
166
182

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 182 = 535 (100%)
R 187 of 535 ~ 34.95%
G 166 of 535 ~ 31.03%
B 182 of 535 ~ 34.02%

%34.95
%31.03
%34.02

CMYK color model

#BBA6B6 color CMYK value is (0,11,3,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(0,11,3,27)
C0M11Y3K27 
(0%,11%,3%,27%)
(0.00/0.11/0.03/0.27)	

CMYK percentages

%0
%11.23
%2.67
%26.67

Codes

Color #BBA6B6 in popluar color models

BBA6B6
RGB187166182
HSL314°13.38%69.22%
HSB/HSV314°11.23%73.33%
CMYK0.00%11.23%2.67%
26.67%

Color #BBA6B6 in popluar number systems.

HEXBBA6B6
Decimal187166182
Binary101110111010011010110110
Octal273246266

Shades and tints

Shades of #BBA6B6

#BBA6B6
(187,166,182)
#AA97A6
(170,151,166)
#998896
(153,136,150)
#887986
(136,121,134)
#776A76
(119,106,118)
#665B66
(102,91,102)
#554C56
(85,76,86)
#443D46
(68,61,70)
#332E36
(51,46,54)
#221F26
(34,31,38)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #BBA6B6

#BBA6B6
(187,166,182)
#C1AEBC
(193,174,188)
#C7B6C2
(199,182,194)
#CDBEC8
(205,190,200)
#D3C6CE
(211,198,206)
#D9CED4
(217,206,212)
#DFD6DA
(223,214,218)
#E5DEE0
(229,222,224)
#EBE6E6
(235,230,230)
#F1EEEC
(241,238,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6B6; }

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

This text font color is #BBA6B6.


Background Color

.myBgColor { background-color: #BBA6B6; }

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

This div background color is #BBA6B6.


Border color

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

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

This div border color is #BBA6B6.


Opacity

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

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

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

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

This text has shadow with #BBA6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6B6 on black background.


Color preview on white background

This text has color #BBA6B6 on white background.



Black color preview on #BBA6B6 background

This text has black color on #BBA6B6 background.


White color preview on #BBA6B6 background

This text has white color on #BBA6B6 background.