COLOR #BABAA0

HEX: #BABAA0
RGB: (186,186,160)

Color info

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

RGB color model

#BABAA0 color RGB value is (186,186,160).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 160 of 255 = 63%

186
186
160

R + G + B ~ 70%. #BABAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 160 = 532 (100%)
R 186 of 532 ~ 34.96%
G 186 of 532 ~ 34.96%
B 160 of 532 ~ 30.08%

%34.96
%34.96
%30.08

CMYK color model

#BABAA0 color CMYK value is (0,0,14,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(0,0,14,27)
C0M0Y14K27 
(0%,0%,14%,27%)
(0.00/0.00/0.14/0.27)	

CMYK percentages

%0
%0
%13.98
%27.06

Codes

Color #BABAA0 in popluar color models

BABAA0
RGB186186160
HSL60°15.85%67.84%
HSB/HSV60°13.98%72.94%
CMYK0.00%0.00%13.98%
27.06%

Color #BABAA0 in popluar number systems.

HEXBABAA0
Decimal186186160
Binary101110101011101010100000
Octal272272240

Shades and tints

Shades of #BABAA0

#BABAA0
(186,186,160)
#AAAA92
(170,170,146)
#9A9A84
(154,154,132)
#8A8A76
(138,138,118)
#7A7A68
(122,122,104)
#6A6A5A
(106,106,90)
#5A5A4C
(90,90,76)
#4A4A3E
(74,74,62)
#3A3A30
(58,58,48)
#2A2A22
(42,42,34)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #BABAA0

#BABAA0
(186,186,160)
#C0C0A8
(192,192,168)
#C6C6B0
(198,198,176)
#CCCCB8
(204,204,184)
#D2D2C0
(210,210,192)
#D8D8C8
(216,216,200)
#DEDED0
(222,222,208)
#E4E4D8
(228,228,216)
#EAEAE0
(234,234,224)
#F0F0E8
(240,240,232)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAA0; }

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

This text font color is #BABAA0.


Background Color

.myBgColor { background-color: #BABAA0; }

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

This div background color is #BABAA0.


Border color

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

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

This div border color is #BABAA0.


Opacity

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

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

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

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

This text has shadow with #BABAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAA0 on black background.


Color preview on white background

This text has color #BABAA0 on white background.



Black color preview on #BABAA0 background

This text has black color on #BABAA0 background.


White color preview on #BABAA0 background

This text has white color on #BABAA0 background.