COLOR #BAB7BB

HEX: #BAB7BB
RGB: (186,183,187)

Color info

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

RGB color model

#BAB7BB color RGB value is (186,183,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 187 of 255 = 73%

186
183
187

R + G + B ~ 73%. #BAB7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 183 + 187 = 556 (100%)
R 186 of 556 ~ 33.45%
G 183 of 556 ~ 32.91%
B 187 of 556 ~ 33.63%

%33.45
%32.91
%33.63

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,2,0,27)
C1M2Y0K27 
(1%,2%,0%,27%)
(0.01/0.02/0.00/0.27)	

CMYK percentages

%0.53
%2.14
%0
%26.67

Codes

Color #BAB7BB in popluar color models

BAB7BB
RGB186183187
HSL285°2.86%72.55%
HSB/HSV285°2.14%73.33%
CMYK0.53%2.14%0.00%
26.67%

Color #BAB7BB in popluar number systems.

HEXBAB7BB
Decimal186183187
Binary101110101011011110111011
Octal272267273

Shades and tints

Shades of #BAB7BB

#BAB7BB
(186,183,187)
#AAA7AA
(170,167,170)
#9A9799
(154,151,153)
#8A8788
(138,135,136)
#7A7777
(122,119,119)
#6A6766
(106,103,102)
#5A5755
(90,87,85)
#4A4744
(74,71,68)
#3A3733
(58,55,51)
#2A2722
(42,39,34)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #BAB7BB

#BAB7BB
(186,183,187)
#C0BDC1
(192,189,193)
#C6C3C7
(198,195,199)
#CCC9CD
(204,201,205)
#D2CFD3
(210,207,211)
#D8D5D9
(216,213,217)
#DEDBDF
(222,219,223)
#E4E1E5
(228,225,229)
#EAE7EB
(234,231,235)
#F0EDF1
(240,237,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB7BB; }

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

This text font color is #BAB7BB.


Background Color

.myBgColor { background-color: #BAB7BB; }

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

This div background color is #BAB7BB.


Border color

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

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

This div border color is #BAB7BB.


Opacity

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

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

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

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

This text has shadow with #BAB7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB7BB on black background.


Color preview on white background

This text has color #BAB7BB on white background.



Black color preview on #BAB7BB background

This text has black color on #BAB7BB background.


White color preview on #BAB7BB background

This text has white color on #BAB7BB background.