COLOR #BAB4BB

HEX: #BAB4BB
RGB: (186,180,187)

Color info

#BAB4BB contains red, green and blue colors in about the same proportion. Web safe color of #BAB4BB is #CCCCCC (or #CCC).

RGB color model

#BAB4BB color RGB value is (186,180,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 187 of 255 = 73%

186
180
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 187 = 553 (100%)
R 186 of 553 ~ 33.63%
G 180 of 553 ~ 32.55%
B 187 of 553 ~ 33.82%

%33.63
%32.55
%33.82

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,4,0,27)
C1M4Y0K27 
(1%,4%,0%,27%)
(0.01/0.04/0.00/0.27)	

CMYK percentages

%0.53
%3.74
%0
%26.67

Codes

Color #BAB4BB in popluar color models

BAB4BB
RGB186180187
HSL291°4.90%71.96%
HSB/HSV291°3.74%73.33%
CMYK0.53%3.74%0.00%
26.67%

Color #BAB4BB in popluar number systems.

HEXBAB4BB
Decimal186180187
Binary101110101011010010111011
Octal272264273

Shades and tints

Shades of #BAB4BB

#BAB4BB
(186,180,187)
#AAA4AA
(170,164,170)
#9A9499
(154,148,153)
#8A8488
(138,132,136)
#7A7477
(122,116,119)
#6A6466
(106,100,102)
#5A5455
(90,84,85)
#4A4444
(74,68,68)
#3A3433
(58,52,51)
#2A2422
(42,36,34)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #BAB4BB

#BAB4BB
(186,180,187)
#C0BAC1
(192,186,193)
#C6C0C7
(198,192,199)
#CCC6CD
(204,198,205)
#D2CCD3
(210,204,211)
#D8D2D9
(216,210,217)
#DED8DF
(222,216,223)
#E4DEE5
(228,222,229)
#EAE4EB
(234,228,235)
#F0EAF1
(240,234,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB4BB; }

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

This text font color is #BAB4BB.


Background Color

.myBgColor { background-color: #BAB4BB; }

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

This div background color is #BAB4BB.


Border color

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

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

This div border color is #BAB4BB.


Opacity

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

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

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

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

This text has shadow with #BAB4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB4BB on black background.


Color preview on white background

This text has color #BAB4BB on white background.



Black color preview on #BAB4BB background

This text has black color on #BAB4BB background.


White color preview on #BAB4BB background

This text has white color on #BAB4BB background.