COLOR #BABB90

HEX: #BABB90
RGB: (186,187,144)

Color info

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

RGB color model

#BABB90 color RGB value is (186,187,144).

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

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 144 of 255 = 56%

186
187
144

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

Portions of RGB colors in percentages

R + G + B =
186 + 187 + 144 = 517 (100%)
R 186 of 517 ~ 35.98%
G 187 of 517 ~ 36.17%
B 144 of 517 ~ 27.85%

%35.98
%36.17
%27.85

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(1,0,23,27)
C1M0Y23K27 
(1%,0%,23%,27%)
(0.01/0.00/0.23/0.27)	

CMYK percentages

%0.53
%0
%22.99
%26.67

Codes

Color #BABB90 in popluar color models

BABB90
RGB186187144
HSL61°24.02%64.90%
HSB/HSV61°22.99%73.33%
CMYK0.53%0.00%22.99%
26.67%

Color #BABB90 in popluar number systems.

HEXBABB90
Decimal186187144
Binary101110101011101110010000
Octal272273220

Shades and tints

Shades of #BABB90

#BABB90
(186,187,144)
#AAAA83
(170,170,131)
#9A9976
(154,153,118)
#8A8869
(138,136,105)
#7A775C
(122,119,92)
#6A664F
(106,102,79)
#5A5542
(90,85,66)
#4A4435
(74,68,53)
#3A3328
(58,51,40)
#2A221B
(42,34,27)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #BABB90

#BABB90
(186,187,144)
#C0C19A
(192,193,154)
#C6C7A4
(198,199,164)
#CCCDAE
(204,205,174)
#D2D3B8
(210,211,184)
#D8D9C2
(216,217,194)
#DEDFCC
(222,223,204)
#E4E5D6
(228,229,214)
#EAEBE0
(234,235,224)
#F0F1EA
(240,241,234)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABB90; }

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

This text font color is #BABB90.


Background Color

.myBgColor { background-color: #BABB90; }

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

This div background color is #BABB90.


Border color

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

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

This div border color is #BABB90.


Opacity

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

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

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

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

This text has shadow with #BABB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABB90 on black background.


Color preview on white background

This text has color #BABB90 on white background.



Black color preview on #BABB90 background

This text has black color on #BABB90 background.


White color preview on #BABB90 background

This text has white color on #BABB90 background.