COLOR #BBAAB7

HEX: #BBAAB7
RGB: (187,170,183)

Color info

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

RGB color model

#BBAAB7 color RGB value is (187,170,183).

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

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 183 of 255 = 72%

187
170
183

R + G + B ~ 71%. #BBAAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 183 = 540 (100%)
R 187 of 540 ~ 34.63%
G 170 of 540 ~ 31.48%
B 183 of 540 ~ 33.89%

%34.63
%31.48
%33.89

CMYK color model

#BBAAB7 color CMYK value is (0,9,2,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 2.14%
  • key color value is 26.67%
CMYK:
(0,9,2,27)
C0M9Y2K27 
(0%,9%,2%,27%)
(0.00/0.09/0.02/0.27)	

CMYK percentages

%0
%9.09
%2.14
%26.67

Codes

Color #BBAAB7 in popluar color models

BBAAB7
RGB187170183
HSL314°11.11%70.00%
HSB/HSV314°9.09%73.33%
CMYK0.00%9.09%2.14%
26.67%

Color #BBAAB7 in popluar number systems.

HEXBBAAB7
Decimal187170183
Binary101110111010101010110111
Octal273252267

Shades and tints

Shades of #BBAAB7

#BBAAB7
(187,170,183)
#AA9BA7
(170,155,167)
#998C97
(153,140,151)
#887D87
(136,125,135)
#776E77
(119,110,119)
#665F67
(102,95,103)
#555057
(85,80,87)
#444147
(68,65,71)
#333237
(51,50,55)
#222327
(34,35,39)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #BBAAB7

#BBAAB7
(187,170,183)
#C1B1BD
(193,177,189)
#C7B8C3
(199,184,195)
#CDBFC9
(205,191,201)
#D3C6CF
(211,198,207)
#D9CDD5
(217,205,213)
#DFD4DB
(223,212,219)
#E5DBE1
(229,219,225)
#EBE2E7
(235,226,231)
#F1E9ED
(241,233,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAB7; }

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

This text font color is #BBAAB7.


Background Color

.myBgColor { background-color: #BBAAB7; }

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

This div background color is #BBAAB7.


Border color

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

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

This div border color is #BBAAB7.


Opacity

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

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

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

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

This text has shadow with #BBAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAB7 on black background.


Color preview on white background

This text has color #BBAAB7 on white background.



Black color preview on #BBAAB7 background

This text has black color on #BBAAB7 background.


White color preview on #BBAAB7 background

This text has white color on #BBAAB7 background.