COLOR #BABAA6

HEX: #BABAA6
RGB: (186,186,166)

Color info

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

RGB color model

#BABAA6 color RGB value is (186,186,166).

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

RGB channels and saturation

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

186
186
166

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 166 = 538 (100%)
R 186 of 538 ~ 34.57%
G 186 of 538 ~ 34.57%
B 166 of 538 ~ 30.86%

%34.57
%34.57
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • 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
%10.75
%27.06

Codes

Color #BABAA6 in popluar color models

BABAA6
RGB186186166
HSL60°12.66%69.02%
HSB/HSV60°10.75%72.94%
CMYK0.00%0.00%10.75%
27.06%

Color #BABAA6 in popluar number systems.

HEXBABAA6
Decimal186186166
Binary101110101011101010100110
Octal272272246

Shades and tints

Shades of #BABAA6

#BABAA6
(186,186,166)
#AAAA97
(170,170,151)
#9A9A88
(154,154,136)
#8A8A79
(138,138,121)
#7A7A6A
(122,122,106)
#6A6A5B
(106,106,91)
#5A5A4C
(90,90,76)
#4A4A3D
(74,74,61)
#3A3A2E
(58,58,46)
#2A2A1F
(42,42,31)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #BABAA6

#BABAA6
(186,186,166)
#C0C0AE
(192,192,174)
#C6C6B6
(198,198,182)
#CCCCBE
(204,204,190)
#D2D2C6
(210,210,198)
#D8D8CE
(216,216,206)
#DEDED6
(222,222,214)
#E4E4DE
(228,228,222)
#EAEAE6
(234,234,230)
#F0F0EE
(240,240,238)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAA6; }

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

This text font color is #BABAA6.


Background Color

.myBgColor { background-color: #BABAA6; }

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

This div background color is #BABAA6.


Border color

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

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

This div border color is #BABAA6.


Opacity

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

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

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

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

This text has shadow with #BABAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAA6 on black background.


Color preview on white background

This text has color #BABAA6 on white background.



Black color preview on #BABAA6 background

This text has black color on #BABAA6 background.


White color preview on #BABAA6 background

This text has white color on #BABAA6 background.