COLOR #BBA6A4

HEX: #BBA6A4
RGB: (187,166,164)

Color info

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

RGB color model

#BBA6A4 color RGB value is (187,166,164).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 164 of 255 = 64%

187
166
164

R + G + B ~ 67%. #BBA6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 164 = 517 (100%)
R 187 of 517 ~ 36.17%
G 166 of 517 ~ 32.11%
B 164 of 517 ~ 31.72%

%36.17
%32.11
%31.72

CMYK color model

#BBA6A4 color CMYK value is (0,11,12,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(0,11,12,27)
C0M11Y12K27 
(0%,11%,12%,27%)
(0.00/0.11/0.12/0.27)	

CMYK percentages

%0
%11.23
%12.3
%26.67

Codes

Color #BBA6A4 in popluar color models

BBA6A4
RGB187166164
HSL14.47%68.82%
HSB/HSV12.30%73.33%
CMYK0.00%11.23%12.30%
26.67%

Color #BBA6A4 in popluar number systems.

HEXBBA6A4
Decimal187166164
Binary101110111010011010100100
Octal273246244

Shades and tints

Shades of #BBA6A4

#BBA6A4
(187,166,164)
#AA9796
(170,151,150)
#998888
(153,136,136)
#88797A
(136,121,122)
#776A6C
(119,106,108)
#665B5E
(102,91,94)
#554C50
(85,76,80)
#443D42
(68,61,66)
#332E34
(51,46,52)
#221F26
(34,31,38)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BBA6A4

#BBA6A4
(187,166,164)
#C1AEAC
(193,174,172)
#C7B6B4
(199,182,180)
#CDBEBC
(205,190,188)
#D3C6C4
(211,198,196)
#D9CECC
(217,206,204)
#DFD6D4
(223,214,212)
#E5DEDC
(229,222,220)
#EBE6E4
(235,230,228)
#F1EEEC
(241,238,236)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6A4; }

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

This text font color is #BBA6A4.


Background Color

.myBgColor { background-color: #BBA6A4; }

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

This div background color is #BBA6A4.


Border color

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

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

This div border color is #BBA6A4.


Opacity

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

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

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

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

This text has shadow with #BBA6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6A4 on black background.


Color preview on white background

This text has color #BBA6A4 on white background.



Black color preview on #BBA6A4 background

This text has black color on #BBA6A4 background.


White color preview on #BBA6A4 background

This text has white color on #BBA6A4 background.