COLOR #BBA6B8

HEX: #BBA6B8
RGB: (187,166,184)

Color info

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

RGB color model

#BBA6B8 color RGB value is (187,166,184).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 184 of 255 = 72%

187
166
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 184 = 537 (100%)
R 187 of 537 ~ 34.82%
G 166 of 537 ~ 30.91%
B 184 of 537 ~ 34.26%

%34.82
%30.91
%34.26

CMYK color model

#BBA6B8 color CMYK value is (0,11,2,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,11,2,27)
C0M11Y2K27 
(0%,11%,2%,27%)
(0.00/0.11/0.02/0.27)	

CMYK percentages

%0
%11.23
%1.6
%26.67

Codes

Color #BBA6B8 in popluar color models

BBA6B8
RGB187166184
HSL309°13.38%69.22%
HSB/HSV309°11.23%73.33%
CMYK0.00%11.23%1.60%
26.67%

Color #BBA6B8 in popluar number systems.

HEXBBA6B8
Decimal187166184
Binary101110111010011010111000
Octal273246270

Shades and tints

Shades of #BBA6B8

#BBA6B8
(187,166,184)
#AA97A8
(170,151,168)
#998898
(153,136,152)
#887988
(136,121,136)
#776A78
(119,106,120)
#665B68
(102,91,104)
#554C58
(85,76,88)
#443D48
(68,61,72)
#332E38
(51,46,56)
#221F28
(34,31,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BBA6B8

#BBA6B8
(187,166,184)
#C1AEBE
(193,174,190)
#C7B6C4
(199,182,196)
#CDBECA
(205,190,202)
#D3C6D0
(211,198,208)
#D9CED6
(217,206,214)
#DFD6DC
(223,214,220)
#E5DEE2
(229,222,226)
#EBE6E8
(235,230,232)
#F1EEEE
(241,238,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6B8; }

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

This text font color is #BBA6B8.


Background Color

.myBgColor { background-color: #BBA6B8; }

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

This div background color is #BBA6B8.


Border color

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

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

This div border color is #BBA6B8.


Opacity

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

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

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

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

This text has shadow with #BBA6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6B8 on black background.


Color preview on white background

This text has color #BBA6B8 on white background.



Black color preview on #BBA6B8 background

This text has black color on #BBA6B8 background.


White color preview on #BBA6B8 background

This text has white color on #BBA6B8 background.