COLOR #BABAAB

HEX: #BABAAB
RGB: (186,186,171)

Color info

#BABAAB contains red, green and blue colors in about the same proportion. Web safe color of #BABAAB is #CCCC99 (or #CC9).

RGB color model

#BABAAB color RGB value is (186,186,171).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 171 of 255 = 67%

186
186
171

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 171 = 543 (100%)
R 186 of 543 ~ 34.25%
G 186 of 543 ~ 34.25%
B 171 of 543 ~ 31.49%

%34.25
%34.25
%31.49

CMYK color model

#BABAAB color CMYK value is (0,0,8,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 27.06%
CMYK:
(0,0,8,27)
C0M0Y8K27 
(0%,0%,8%,27%)
(0.00/0.00/0.08/0.27)	

CMYK percentages

%0
%0
%8.06
%27.06

Codes

Color #BABAAB in popluar color models

BABAAB
RGB186186171
HSL60°9.80%70.00%
HSB/HSV60°8.06%72.94%
CMYK0.00%0.00%8.06%
27.06%

Color #BABAAB in popluar number systems.

HEXBABAAB
Decimal186186171
Binary101110101011101010101011
Octal272272253

Shades and tints

Shades of #BABAAB

#BABAAB
(186,186,171)
#AAAA9C
(170,170,156)
#9A9A8D
(154,154,141)
#8A8A7E
(138,138,126)
#7A7A6F
(122,122,111)
#6A6A60
(106,106,96)
#5A5A51
(90,90,81)
#4A4A42
(74,74,66)
#3A3A33
(58,58,51)
#2A2A24
(42,42,36)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #BABAAB

#BABAAB
(186,186,171)
#C0C0B2
(192,192,178)
#C6C6B9
(198,198,185)
#CCCCC0
(204,204,192)
#D2D2C7
(210,210,199)
#D8D8CE
(216,216,206)
#DEDED5
(222,222,213)
#E4E4DC
(228,228,220)
#EAEAE3
(234,234,227)
#F0F0EA
(240,240,234)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAAB; }

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

This text font color is #BABAAB.


Background Color

.myBgColor { background-color: #BABAAB; }

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

This div background color is #BABAAB.


Border color

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

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

This div border color is #BABAAB.


Opacity

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

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

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

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

This text has shadow with #BABAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAAB on black background.


Color preview on white background

This text has color #BABAAB on white background.



Black color preview on #BABAAB background

This text has black color on #BABAAB background.


White color preview on #BABAAB background

This text has white color on #BABAAB background.