COLOR #BBA3AB

HEX: #BBA3AB
RGB: (187,163,171)

Color info

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

RGB color model

#BBA3AB color RGB value is (187,163,171).

  • red value is 187;
  • green value is 163;
  • blue value is 171.
RGB:
(187,163,171)
(73%,64%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 171 of 255 = 67%

187
163
171

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

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 171 = 521 (100%)
R 187 of 521 ~ 35.89%
G 163 of 521 ~ 31.29%
B 171 of 521 ~ 32.82%

%35.89
%31.29
%32.82

CMYK color model

#BBA3AB color CMYK value is (0,13,9,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(0,13,9,27)
C0M13Y9K27 
(0%,13%,9%,27%)
(0.00/0.13/0.09/0.27)	

CMYK percentages

%0
%12.83
%8.56
%26.67

Codes

Color #BBA3AB in popluar color models

BBA3AB
RGB187163171
HSL340°15.00%68.63%
HSB/HSV340°12.83%73.33%
CMYK0.00%12.83%8.56%
26.67%

Color #BBA3AB in popluar number systems.

HEXBBA3AB
Decimal187163171
Binary101110111010001110101011
Octal273243253

Shades and tints

Shades of #BBA3AB

#BBA3AB
(187,163,171)
#AA959C
(170,149,156)
#99878D
(153,135,141)
#88797E
(136,121,126)
#776B6F
(119,107,111)
#665D60
(102,93,96)
#554F51
(85,79,81)
#444142
(68,65,66)
#333333
(51,51,51)
#222524
(34,37,36)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBA3AB

#BBA3AB
(187,163,171)
#C1ABB2
(193,171,178)
#C7B3B9
(199,179,185)
#CDBBC0
(205,187,192)
#D3C3C7
(211,195,199)
#D9CBCE
(217,203,206)
#DFD3D5
(223,211,213)
#E5DBDC
(229,219,220)
#EBE3E3
(235,227,227)
#F1EBEA
(241,235,234)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA3AB color. Also use rgb(187,163,171) instead hex code.

Text Font Color

.myTextColor { color: #BBA3AB; }

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

This text font color is #BBA3AB.


Background Color

.myBgColor { background-color: #BBA3AB; }

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

This div background color is #BBA3AB.


Border color

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

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

This div border color is #BBA3AB.


Opacity

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

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

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

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

This text has shadow with #BBA3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA3AB on black background.


Color preview on white background

This text has color #BBA3AB on white background.



Black color preview on #BBA3AB background

This text has black color on #BBA3AB background.


White color preview on #BBA3AB background

This text has white color on #BBA3AB background.