COLOR #BABAB3

HEX: #BABAB3
RGB: (186,186,179)

Color info

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

RGB color model

#BABAB3 color RGB value is (186,186,179).

  • red value is 186;
  • green value is 186;
  • blue value is 179.
RGB:
(186,186,179)
(73%,73%,70%)

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 179 of 255 = 70%

186
186
179

R + G + B ~ 72%. #BABAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 179 = 551 (100%)
R 186 of 551 ~ 33.76%
G 186 of 551 ~ 33.76%
B 179 of 551 ~ 32.49%

%33.76
%33.76
%32.49

CMYK color model

#BABAB3 color CMYK value is (0,0,4,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 27.06%
CMYK:
(0,0,4,27)
C0M0Y4K27 
(0%,0%,4%,27%)
(0.00/0.00/0.04/0.27)	

CMYK percentages

%0
%0
%3.76
%27.06

Codes

Color #BABAB3 in popluar color models

BABAB3
RGB186186179
HSL60°4.83%71.57%
HSB/HSV60°3.76%72.94%
CMYK0.00%0.00%3.76%
27.06%

Color #BABAB3 in popluar number systems.

HEXBABAB3
Decimal186186179
Binary101110101011101010110011
Octal272272263

Shades and tints

Shades of #BABAB3

#BABAB3
(186,186,179)
#AAAAA3
(170,170,163)
#9A9A93
(154,154,147)
#8A8A83
(138,138,131)
#7A7A73
(122,122,115)
#6A6A63
(106,106,99)
#5A5A53
(90,90,83)
#4A4A43
(74,74,67)
#3A3A33
(58,58,51)
#2A2A23
(42,42,35)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #BABAB3

#BABAB3
(186,186,179)
#C0C0B9
(192,192,185)
#C6C6BF
(198,198,191)
#CCCCC5
(204,204,197)
#D2D2CB
(210,210,203)
#D8D8D1
(216,216,209)
#DEDED7
(222,222,215)
#E4E4DD
(228,228,221)
#EAEAE3
(234,234,227)
#F0F0E9
(240,240,233)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAB3; }

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

This text font color is #BABAB3.


Background Color

.myBgColor { background-color: #BABAB3; }

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

This div background color is #BABAB3.


Border color

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

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

This div border color is #BABAB3.


Opacity

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

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

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

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

This text has shadow with #BABAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAB3 on black background.


Color preview on white background

This text has color #BABAB3 on white background.



Black color preview on #BABAB3 background

This text has black color on #BABAB3 background.


White color preview on #BABAB3 background

This text has white color on #BABAB3 background.