COLOR #BAB694

HEX: #BAB694
RGB: (186,182,148)

Color info

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

RGB color model

#BAB694 color RGB value is (186,182,148).

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

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 148 of 255 = 58%

186
182
148

R + G + B ~ 67%. #BAB694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 148 = 516 (100%)
R 186 of 516 ~ 36.05%
G 182 of 516 ~ 35.27%
B 148 of 516 ~ 28.68%

%36.05
%35.27
%28.68

CMYK color model

#BAB694 color CMYK value is (0,2,20,27).

  • cyan value is 0.00%
  • magenta value is 2.15%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(0,2,20,27)
C0M2Y20K27 
(0%,2%,20%,27%)
(0.00/0.02/0.20/0.27)	

CMYK percentages

%0
%2.15
%20.43
%27.06

Codes

Color #BAB694 in popluar color models

BAB694
RGB186182148
HSL54°21.59%65.49%
HSB/HSV54°20.43%72.94%
CMYK0.00%2.15%20.43%
27.06%

Color #BAB694 in popluar number systems.

HEXBAB694
Decimal186182148
Binary101110101011011010010100
Octal272266224

Shades and tints

Shades of #BAB694

#BAB694
(186,182,148)
#AAA687
(170,166,135)
#9A967A
(154,150,122)
#8A866D
(138,134,109)
#7A7660
(122,118,96)
#6A6653
(106,102,83)
#5A5646
(90,86,70)
#4A4639
(74,70,57)
#3A362C
(58,54,44)
#2A261F
(42,38,31)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #BAB694

#BAB694
(186,182,148)
#C0BC9D
(192,188,157)
#C6C2A6
(198,194,166)
#CCC8AF
(204,200,175)
#D2CEB8
(210,206,184)
#D8D4C1
(216,212,193)
#DEDACA
(222,218,202)
#E4E0D3
(228,224,211)
#EAE6DC
(234,230,220)
#F0ECE5
(240,236,229)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB694; }

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

This text font color is #BAB694.


Background Color

.myBgColor { background-color: #BAB694; }

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

This div background color is #BAB694.


Border color

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

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

This div border color is #BAB694.


Opacity

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

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

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

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

This text has shadow with #BAB694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB694 on black background.


Color preview on white background

This text has color #BAB694 on white background.



Black color preview on #BAB694 background

This text has black color on #BAB694 background.


White color preview on #BAB694 background

This text has white color on #BAB694 background.