COLOR #BAB696

HEX: #BAB696 RGB: (186,182,150)

Color info

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

RGB color model

#BAB696 color RGB value is (186,182,150).

RGB: (186,182,150) (73%, 71%, 59%)

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 150 of 255 = 59%

186
182
150

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

Portions of RGB colors in percentages

R + G + B = 186 + 182 + 150 = 518 (100%)
R 186 of 518 ~ 35.91%
G 182 of 518 ~ 35.14%
B 150 of 518 ~ 28.96'%

%35.91
%35.14
%28.96

CMYK color model

#BAB696 color CMYK value is (0,2,19,27).

  • cyan value is 0.00%
  • magenta value is 2.15%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK: (0,2,19,27) C0M2Y19K27 (0%,2%,19%,27%) (0.00/0.02/0.19/0.27) 

CMYK percentages

%0
%2.15
%19.35
%27.06

Codes

Color #BAB696 in popluar color models

BA B6 96
RGB 186 182 150
HSL 53° 20.69% 65.88%
HSB/HSV 53° 19.35% 72.94%
CMYK 0.00% 2.15% 19.35%
27.06%

Color #BAB696 in popluar number systems.

HEX BA B6 96
Decimal 186 182 150
Binary 10111010 10110110 10010110
Octal 272 266 226

Shades and tints

Shades of #BAB696

#BAB696
(186,182,150)
#AAA689
(170,166,137)
#9A967C
(154,150,124)
#8A866F
(138,134,111)
#7A7662
(122,118,98)
#6A6655
(106,102,85)
#5A5648
(90,86,72)
#4A463B
(74,70,59)
#3A362E
(58,54,46)
#2A2621
(42,38,33)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BAB696

#BAB696
(186,182,150)
#C0BC9F
(192,188,159)
#C6C2A8
(198,194,168)
#CCC8B1
(204,200,177)
#D2CEBA
(210,206,186)
#D8D4C3
(216,212,195)
#DEDACC
(222,218,204)
#E4E0D5
(228,224,213)
#EAE6DE
(234,230,222)
#F0ECE7
(240,236,231)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB696; }

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

This text font color is #BAB696.

Background Color

.myBgColor { background-color: #BAB696; }

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

This div background color is #BAB696.

Border color

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

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

This div border color is #BAB696.

Opacity

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

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

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

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

This text has shadow with #BAB696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB696.

Preview

Color preview on black background

This text has color #BAB696 on black background.


Color preview on white background

This text has color #BAB696 on white background.


Black color preview on #BAB696 background

This text has black color on #BAB696 background.


White color preview on #BAB696 background

This text has white color on #BAB696 background.


Related colors

Complementary color

Complementary color for #hex is #454969.


I love getcolorcode.com

Triadic colors

1 #96BAB6 and #B696BA with #BAB696 are triadic colors.

2 #96B6BA and #B6BA96 with #BAB696 are triadic colors.