COLOR #BAB7BE

HEX: #BAB7BE
RGB: (186,183,190)

Color info

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

RGB color model

#BAB7BE color RGB value is (186,183,190).

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

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 190 of 255 = 75%

186
183
190

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

Portions of RGB colors in percentages

R + G + B =
186 + 183 + 190 = 559 (100%)
R 186 of 559 ~ 33.27%
G 183 of 559 ~ 32.74%
B 190 of 559 ~ 33.99%

%33.27
%32.74
%33.99

CMYK color model

#BAB7BE color CMYK value is (2,4,0,25).

  • cyan value is 2.11%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,4,0,25)
C2M4Y0K25 
(2%,4%,0%,25%)
(0.02/0.04/0.00/0.25)	

CMYK percentages

%2.11
%3.68
%0
%25.49

Codes

Color #BAB7BE in popluar color models

BAB7BE
RGB186183190
HSL266°5.11%73.14%
HSB/HSV266°3.68%74.51%
CMYK2.11%3.68%0.00%
25.49%

Color #BAB7BE in popluar number systems.

HEXBAB7BE
Decimal186183190
Binary101110101011011110111110
Octal272267276

Shades and tints

Shades of #BAB7BE

#BAB7BE
(186,183,190)
#AAA7AD
(170,167,173)
#9A979C
(154,151,156)
#8A878B
(138,135,139)
#7A777A
(122,119,122)
#6A6769
(106,103,105)
#5A5758
(90,87,88)
#4A4747
(74,71,71)
#3A3736
(58,55,54)
#2A2725
(42,39,37)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #BAB7BE

#BAB7BE
(186,183,190)
#C0BDC3
(192,189,195)
#C6C3C8
(198,195,200)
#CCC9CD
(204,201,205)
#D2CFD2
(210,207,210)
#D8D5D7
(216,213,215)
#DEDBDC
(222,219,220)
#E4E1E1
(228,225,225)
#EAE7E6
(234,231,230)
#F0EDEB
(240,237,235)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB7BE; }

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

This text font color is #BAB7BE.


Background Color

.myBgColor { background-color: #BAB7BE; }

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

This div background color is #BAB7BE.


Border color

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

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

This div border color is #BAB7BE.


Opacity

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

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

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

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

This text has shadow with #BAB7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB7BE on black background.


Color preview on white background

This text has color #BAB7BE on white background.



Black color preview on #BAB7BE background

This text has black color on #BAB7BE background.


White color preview on #BAB7BE background

This text has white color on #BAB7BE background.