COLOR #BAB994

HEX: #BAB994
RGB: (186,185,148)

Color info

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

RGB color model

#BAB994 color RGB value is (186,185,148).

  • red value is 186;
  • green value is 185;
  • blue value is 148.
RGB:
(186,185,148)
(73%,73%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 148 of 255 = 58%

186
185
148

R + G + B ~ 68%. #BAB994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 185 + 148 = 519 (100%)
R 186 of 519 ~ 35.84%
G 185 of 519 ~ 35.65%
B 148 of 519 ~ 28.52%

%35.84
%35.65
%28.52

CMYK color model

#BAB994 color CMYK value is (0,1,20,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(0,1,20,27)
C0M1Y20K27 
(0%,1%,20%,27%)
(0.00/0.01/0.20/0.27)	

CMYK percentages

%0
%0.54
%20.43
%27.06

Codes

Color #BAB994 in popluar color models

BAB994
RGB186185148
HSL58°21.59%65.49%
HSB/HSV58°20.43%72.94%
CMYK0.00%0.54%20.43%
27.06%

Color #BAB994 in popluar number systems.

HEXBAB994
Decimal186185148
Binary101110101011100110010100
Octal272271224

Shades and tints

Shades of #BAB994

#BAB994
(186,185,148)
#AAA987
(170,169,135)
#9A997A
(154,153,122)
#8A896D
(138,137,109)
#7A7960
(122,121,96)
#6A6953
(106,105,83)
#5A5946
(90,89,70)
#4A4939
(74,73,57)
#3A392C
(58,57,44)
#2A291F
(42,41,31)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #BAB994

#BAB994
(186,185,148)
#C0BF9D
(192,191,157)
#C6C5A6
(198,197,166)
#CCCBAF
(204,203,175)
#D2D1B8
(210,209,184)
#D8D7C1
(216,215,193)
#DEDDCA
(222,221,202)
#E4E3D3
(228,227,211)
#EAE9DC
(234,233,220)
#F0EFE5
(240,239,229)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB994; }

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

This text font color is #BAB994.


Background Color

.myBgColor { background-color: #BAB994; }

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

This div background color is #BAB994.


Border color

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

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

This div border color is #BAB994.


Opacity

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

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

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

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

This text has shadow with #BAB994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB994 on black background.


Color preview on white background

This text has color #BAB994 on white background.



Black color preview on #BAB994 background

This text has black color on #BAB994 background.


White color preview on #BAB994 background

This text has white color on #BAB994 background.