COLOR #BAB8A4

HEX: #BAB8A4 RGB: (186,184,164)

Color info

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

RGB color model

#BAB8A4 color RGB value is (186,184,164).

RGB: (186,184,164) (73%, 72%, 64%)

RGB channels and saturation

R 186 of 255 = 73%
G 184 of 255 = 72%
B 164 of 255 = 64%

186
184
164

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

Portions of RGB colors in percentages

R + G + B = 186 + 184 + 164 = 534 (100%)
R 186 of 534 ~ 34.83%
G 184 of 534 ~ 34.46%
B 164 of 534 ~ 30.71'%

%34.83
%34.46
%30.71

CMYK color model

#BAB8A4 color CMYK value is (0,1,12,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 11.83%
  • key color value is 27.06%
CMYK: (0,1,12,27) C0M1Y12K27 (0%,1%,12%,27%) (0.00/0.01/0.12/0.27) 

CMYK percentages

%0
%1.08
%11.83
%27.06

Codes

Color #BAB8A4 in popluar color models

BA B8 A4
RGB 186 184 164
HSL 55° 13.75% 68.63%
HSB/HSV 55° 11.83% 72.94%
CMYK 0.00% 1.08% 11.83%
27.06%

Color #BAB8A4 in popluar number systems.

HEX BA B8 A4
Decimal 186 184 164
Binary 10111010 10111000 10100100
Octal 272 270 244

Shades and tints

Shades of #BAB8A4

#BAB8A4
(186,184,164)
#AAA896
(170,168,150)
#9A9888
(154,152,136)
#8A887A
(138,136,122)
#7A786C
(122,120,108)
#6A685E
(106,104,94)
#5A5850
(90,88,80)
#4A4842
(74,72,66)
#3A3834
(58,56,52)
#2A2826
(42,40,38)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #BAB8A4

#BAB8A4
(186,184,164)
#C0BEAC
(192,190,172)
#C6C4B4
(198,196,180)
#CCCABC
(204,202,188)
#D2D0C4
(210,208,196)
#D8D6CC
(216,214,204)
#DEDCD4
(222,220,212)
#E4E2DC
(228,226,220)
#EAE8E4
(234,232,228)
#F0EEEC
(240,238,236)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB8A4; }

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

This text font color is #BAB8A4.

Background Color

.myBgColor { background-color: #BAB8A4; }

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

This div background color is #BAB8A4.

Border color

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

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

This div border color is #BAB8A4.

Opacity

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

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

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

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

This text has shadow with #BAB8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB8A4.

Preview

Color preview on black background

This text has color #BAB8A4 on black background.


Color preview on white background

This text has color #BAB8A4 on white background.


Black color preview on #BAB8A4 background

This text has black color on #BAB8A4 background.


White color preview on #BAB8A4 background

This text has white color on #BAB8A4 background.


Related colors

Complementary color

Complementary color for #hex is #45475B.


I love getcolorcode.com

Triadic colors

1 #A4BAB8 and #B8A4BA with #BAB8A4 are triadic colors.

2 #A4B8BA and #B8BAA4 with #BAB8A4 are triadic colors.