COLOR #BAB093

HEX: #BAB093
RGB: (186,176,147)

Color info

#BAB093 contains red, green and blue colors in about the same proportion. Web safe color of #BAB093 is #CC9999 (or #C99).

RGB color model

#BAB093 color RGB value is (186,176,147).

  • red value is 186;
  • green value is 176;
  • blue value is 147.
RGB:
(186,176,147)
(73%,69%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 176 of 255 = 69%
B 147 of 255 = 58%

186
176
147

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

Portions of RGB colors in percentages

R + G + B =
186 + 176 + 147 = 509 (100%)
R 186 of 509 ~ 36.54%
G 176 of 509 ~ 34.58%
B 147 of 509 ~ 28.88%

%36.54
%34.58
%28.88

CMYK color model

#BAB093 color CMYK value is (0,5,21,27).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 20.97%
  • key color value is 27.06%
CMYK:
(0,5,21,27)
C0M5Y21K27 
(0%,5%,21%,27%)
(0.00/0.05/0.21/0.27)	

CMYK percentages

%0
%5.38
%20.97
%27.06

Codes

Color #BAB093 in popluar color models

BAB093
RGB186176147
HSL45°22.03%65.29%
HSB/HSV45°20.97%72.94%
CMYK0.00%5.38%20.97%
27.06%

Color #BAB093 in popluar number systems.

HEXBAB093
Decimal186176147
Binary101110101011000010010011
Octal272260223

Shades and tints

Shades of #BAB093

#BAB093
(186,176,147)
#AAA086
(170,160,134)
#9A9079
(154,144,121)
#8A806C
(138,128,108)
#7A705F
(122,112,95)
#6A6052
(106,96,82)
#5A5045
(90,80,69)
#4A4038
(74,64,56)
#3A302B
(58,48,43)
#2A201E
(42,32,30)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #BAB093

#BAB093
(186,176,147)
#C0B79C
(192,183,156)
#C6BEA5
(198,190,165)
#CCC5AE
(204,197,174)
#D2CCB7
(210,204,183)
#D8D3C0
(216,211,192)
#DEDAC9
(222,218,201)
#E4E1D2
(228,225,210)
#EAE8DB
(234,232,219)
#F0EFE4
(240,239,228)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB093 color. Also use rgb(186,176,147) instead hex code.

Text Font Color

.myTextColor { color: #BAB093; }

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

This text font color is #BAB093.


Background Color

.myBgColor { background-color: #BAB093; }

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

This div background color is #BAB093.


Border color

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

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

This div border color is #BAB093.


Opacity

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

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

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

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

This text has shadow with #BAB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB093 on black background.


Color preview on white background

This text has color #BAB093 on white background.



Black color preview on #BAB093 background

This text has black color on #BAB093 background.


White color preview on #BAB093 background

This text has white color on #BAB093 background.