COLOR #BABB89

HEX: #BABB89
RGB: (186,187,137)

Color info

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

RGB color model

#BABB89 color RGB value is (186,187,137).

  • red value is 186;
  • green value is 187;
  • blue value is 137.
RGB:
(186,187,137)
(73%,73%,54%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 137 of 255 = 54%

186
187
137

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

Portions of RGB colors in percentages

R + G + B =
186 + 187 + 137 = 510 (100%)
R 186 of 510 ~ 36.47%
G 187 of 510 ~ 36.67%
B 137 of 510 ~ 26.86%

%36.47
%36.67
%26.86

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(1,0,27,27)
C1M0Y27K27 
(1%,0%,27%,27%)
(0.01/0.00/0.27/0.27)	

CMYK percentages

%0.53
%0
%26.74
%26.67

Codes

Color #BABB89 in popluar color models

BABB89
RGB186187137
HSL61°26.88%63.53%
HSB/HSV61°26.74%73.33%
CMYK0.53%0.00%26.74%
26.67%

Color #BABB89 in popluar number systems.

HEXBABB89
Decimal186187137
Binary101110101011101110001001
Octal272273211

Shades and tints

Shades of #BABB89

#BABB89
(186,187,137)
#AAAA7D
(170,170,125)
#9A9971
(154,153,113)
#8A8865
(138,136,101)
#7A7759
(122,119,89)
#6A664D
(106,102,77)
#5A5541
(90,85,65)
#4A4435
(74,68,53)
#3A3329
(58,51,41)
#2A221D
(42,34,29)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #BABB89

#BABB89
(186,187,137)
#C0C193
(192,193,147)
#C6C79D
(198,199,157)
#CCCDA7
(204,205,167)
#D2D3B1
(210,211,177)
#D8D9BB
(216,217,187)
#DEDFC5
(222,223,197)
#E4E5CF
(228,229,207)
#EAEBD9
(234,235,217)
#F0F1E3
(240,241,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABB89 color. Also use rgb(186,187,137) instead hex code.

Text Font Color

.myTextColor { color: #BABB89; }

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

This text font color is #BABB89.


Background Color

.myBgColor { background-color: #BABB89; }

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

This div background color is #BABB89.


Border color

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

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

This div border color is #BABB89.


Opacity

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

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

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

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

This text has shadow with #BABB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABB89 on black background.


Color preview on white background

This text has color #BABB89 on white background.



Black color preview on #BABB89 background

This text has black color on #BABB89 background.


White color preview on #BABB89 background

This text has white color on #BABB89 background.