COLOR #BAB99E

HEX: #BAB99E RGB: (186,185,158)

Color info

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

RGB color model

#BAB99E color RGB value is (186,185,158).

RGB: (186,185,158) (73%, 73%, 62%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 158 of 255 = 62%

186
185
158

R + G + B ~ 69%. #BAB99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 185 + 158 = 529 (100%)
R 186 of 529 ~ 35.16%
G 185 of 529 ~ 34.97%
B 158 of 529 ~ 29.87'%

%35.16
%34.97
%29.87

CMYK color model

#BAB99E color CMYK value is (0,1,15,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 15.05%
  • key color value is 27.06%

CMYK: (0,1,15,27)
C0M1Y15K27 (0%, 1%, 15%, 27%)
(0.00 / 0.01 / 0.15 / 0.27)

CMYK percentages

%0
%0.54
%15.05
%27.06

Codes

Color #BAB99E in popluar color models

BA B9 9E
RGB 186 185 158
HSL 58° 16.87% 67.45%
HSB/HSV 58° 15.05% 72.94%
CMYK 0.00% 0.54% 15.05%
27.06%

Color #BAB99E in popluar number systems.

HEX BA B9 9E
Decimal 186 185 158
Binary 10111010 10111001 10011110
Octal 272 271 236

Shades and tints

Shades of #BAB99E

#BAB99E
(186,185,158)
#AAA990
(170,169,144)
#9A9982
(154,153,130)
#8A8974
(138,137,116)
#7A7966
(122,121,102)
#6A6958
(106,105,88)
#5A594A
(90,89,74)
#4A493C
(74,73,60)
#3A392E
(58,57,46)
#2A2920
(42,41,32)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #BAB99E

#BAB99E
(186,185,158)
#C0BFA6
(192,191,166)
#C6C5AE
(198,197,174)
#CCCBB6
(204,203,182)
#D2D1BE
(210,209,190)
#D8D7C6
(216,215,198)
#DEDDCE
(222,221,206)
#E4E3D6
(228,227,214)
#EAE9DE
(234,233,222)
#F0EFE6
(240,239,230)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB99E; }

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

This text font color is #BAB99E.

Background Color

.myBgColor { background-color: #BAB99E; }

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

This div background color is #BAB99E.

Border color

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

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

This div border color is #BAB99E.

Opacity

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

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

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

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

This text has shadow with #BAB99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB99E.

Preview

Color preview on black background

This text has color #BAB99E on black background.


Color preview on white background

This text has color #BAB99E on white background.


Black color preview on #BAB99E background

This text has black color on #BAB99E background.


White color preview on #BAB99E background

This text has white color on #BAB99E background.


Related colors

Complementary color

Complementary color for #hex is #454661.


I love getcolorcode.com

Triadic colors

1 #9EBAB9 and #B99EBA with #BAB99E are triadic colors.

2 #9EB9BA and #B9BA9E with #BAB99E are triadic colors.