COLOR #BABAA5

HEX: #BABAA5
RGB: (186,186,165)

Color info

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

RGB color model

#BABAA5 color RGB value is (186,186,165).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 165 of 255 = 65%

186
186
165

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 165 = 537 (100%)
R 186 of 537 ~ 34.64%
G 186 of 537 ~ 34.64%
B 165 of 537 ~ 30.73%

%34.64
%34.64
%30.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(0,0,11,27)
C0M0Y11K27 
(0%,0%,11%,27%)
(0.00/0.00/0.11/0.27)	

CMYK percentages

%0
%0
%11.29
%27.06

Codes

Color #BABAA5 in popluar color models

BABAA5
RGB186186165
HSL60°13.21%68.82%
HSB/HSV60°11.29%72.94%
CMYK0.00%0.00%11.29%
27.06%

Color #BABAA5 in popluar number systems.

HEXBABAA5
Decimal186186165
Binary101110101011101010100101
Octal272272245

Shades and tints

Shades of #BABAA5

#BABAA5
(186,186,165)
#AAAA96
(170,170,150)
#9A9A87
(154,154,135)
#8A8A78
(138,138,120)
#7A7A69
(122,122,105)
#6A6A5A
(106,106,90)
#5A5A4B
(90,90,75)
#4A4A3C
(74,74,60)
#3A3A2D
(58,58,45)
#2A2A1E
(42,42,30)
#1A1A0F
(26,26,15)
#000000
(0,0,0)

Tints of #BABAA5

#BABAA5
(186,186,165)
#C0C0AD
(192,192,173)
#C6C6B5
(198,198,181)
#CCCCBD
(204,204,189)
#D2D2C5
(210,210,197)
#D8D8CD
(216,216,205)
#DEDED5
(222,222,213)
#E4E4DD
(228,228,221)
#EAEAE5
(234,234,229)
#F0F0ED
(240,240,237)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAA5; }

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

This text font color is #BABAA5.


Background Color

.myBgColor { background-color: #BABAA5; }

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

This div background color is #BABAA5.


Border color

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

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

This div border color is #BABAA5.


Opacity

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

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

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

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

This text has shadow with #BABAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAA5 on black background.


Color preview on white background

This text has color #BABAA5 on white background.



Black color preview on #BABAA5 background

This text has black color on #BABAA5 background.


White color preview on #BABAA5 background

This text has white color on #BABAA5 background.