COLOR #BBA4A4

HEX: #BBA4A4
RGB: (187,164,164)

Color info

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

RGB color model

#BBA4A4 color RGB value is (187,164,164).

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

RGB channels and saturation

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

187
164
164

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

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 164 = 515 (100%)
R 187 of 515 ~ 36.31%
G 164 of 515 ~ 31.84%
B 164 of 515 ~ 31.84%

%36.31
%31.84
%31.84

CMYK color model

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

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

CMYK percentages

%0
%12.3
%12.3
%26.67

Codes

Color #BBA4A4 in popluar color models

BBA4A4
RGB187164164
HSL14.47%68.82%
HSB/HSV12.30%73.33%
CMYK0.00%12.30%12.30%
26.67%

Color #BBA4A4 in popluar number systems.

HEXBBA4A4
Decimal187164164
Binary101110111010010010100100
Octal273244244

Shades and tints

Shades of #BBA4A4

#BBA4A4
(187,164,164)
#AA9696
(170,150,150)
#998888
(153,136,136)
#887A7A
(136,122,122)
#776C6C
(119,108,108)
#665E5E
(102,94,94)
#555050
(85,80,80)
#444242
(68,66,66)
#333434
(51,52,52)
#222626
(34,38,38)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBA4A4

#BBA4A4
(187,164,164)
#C1ACAC
(193,172,172)
#C7B4B4
(199,180,180)
#CDBCBC
(205,188,188)
#D3C4C4
(211,196,196)
#D9CCCC
(217,204,204)
#DFD4D4
(223,212,212)
#E5DCDC
(229,220,220)
#EBE4E4
(235,228,228)
#F1ECEC
(241,236,236)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA4A4; }

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

This text font color is #BBA4A4.


Background Color

.myBgColor { background-color: #BBA4A4; }

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

This div background color is #BBA4A4.


Border color

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

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

This div border color is #BBA4A4.


Opacity

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

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

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

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

This text has shadow with #BBA4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA4A4 on black background.


Color preview on white background

This text has color #BBA4A4 on white background.



Black color preview on #BBA4A4 background

This text has black color on #BBA4A4 background.


White color preview on #BBA4A4 background

This text has white color on #BBA4A4 background.