COLOR #BBABA4

HEX: #BBABA4
RGB: (187,171,164)

Color info

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

RGB color model

#BBABA4 color RGB value is (187,171,164).

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

RGB channels and saturation

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

187
171
164

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 164 = 522 (100%)
R 187 of 522 ~ 35.82%
G 171 of 522 ~ 32.76%
B 164 of 522 ~ 31.42%

%35.82
%32.76
%31.42

CMYK color model

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

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

CMYK percentages

%0
%8.56
%12.3
%26.67

Codes

Color #BBABA4 in popluar color models

BBABA4
RGB187171164
HSL18°14.47%68.82%
HSB/HSV18°12.30%73.33%
CMYK0.00%8.56%12.30%
26.67%

Color #BBABA4 in popluar number systems.

HEXBBABA4
Decimal187171164
Binary101110111010101110100100
Octal273253244

Shades and tints

Shades of #BBABA4

#BBABA4
(187,171,164)
#AA9C96
(170,156,150)
#998D88
(153,141,136)
#887E7A
(136,126,122)
#776F6C
(119,111,108)
#66605E
(102,96,94)
#555150
(85,81,80)
#444242
(68,66,66)
#333334
(51,51,52)
#222426
(34,36,38)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #BBABA4

#BBABA4
(187,171,164)
#C1B2AC
(193,178,172)
#C7B9B4
(199,185,180)
#CDC0BC
(205,192,188)
#D3C7C4
(211,199,196)
#D9CECC
(217,206,204)
#DFD5D4
(223,213,212)
#E5DCDC
(229,220,220)
#EBE3E4
(235,227,228)
#F1EAEC
(241,234,236)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABA4; }

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

This text font color is #BBABA4.


Background Color

.myBgColor { background-color: #BBABA4; }

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

This div background color is #BBABA4.


Border color

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

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

This div border color is #BBABA4.


Opacity

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

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

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

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

This text has shadow with #BBABA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABA4 on black background.


Color preview on white background

This text has color #BBABA4 on white background.



Black color preview on #BBABA4 background

This text has black color on #BBABA4 background.


White color preview on #BBABA4 background

This text has white color on #BBABA4 background.