COLOR #BAB6BE

HEX: #BAB6BE
RGB: (186,182,190)

Color info

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

RGB color model

#BAB6BE color RGB value is (186,182,190).

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

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 190 of 255 = 75%

186
182
190

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

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 190 = 558 (100%)
R 186 of 558 ~ 33.33%
G 182 of 558 ~ 32.62%
B 190 of 558 ~ 34.05%

%33.33
%32.62
%34.05

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 4.21%
  • 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
%4.21
%0
%25.49

Codes

Color #BAB6BE in popluar color models

BAB6BE
RGB186182190
HSL270°5.80%72.94%
HSB/HSV270°4.21%74.51%
CMYK2.11%4.21%0.00%
25.49%

Color #BAB6BE in popluar number systems.

HEXBAB6BE
Decimal186182190
Binary101110101011011010111110
Octal272266276

Shades and tints

Shades of #BAB6BE

#BAB6BE
(186,182,190)
#AAA6AD
(170,166,173)
#9A969C
(154,150,156)
#8A868B
(138,134,139)
#7A767A
(122,118,122)
#6A6669
(106,102,105)
#5A5658
(90,86,88)
#4A4647
(74,70,71)
#3A3636
(58,54,54)
#2A2625
(42,38,37)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BAB6BE

#BAB6BE
(186,182,190)
#C0BCC3
(192,188,195)
#C6C2C8
(198,194,200)
#CCC8CD
(204,200,205)
#D2CED2
(210,206,210)
#D8D4D7
(216,212,215)
#DEDADC
(222,218,220)
#E4E0E1
(228,224,225)
#EAE6E6
(234,230,230)
#F0ECEB
(240,236,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB6BE; }

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

This text font color is #BAB6BE.


Background Color

.myBgColor { background-color: #BAB6BE; }

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

This div background color is #BAB6BE.


Border color

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

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

This div border color is #BAB6BE.


Opacity

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

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

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

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

This text has shadow with #BAB6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB6BE on black background.


Color preview on white background

This text has color #BAB6BE on white background.



Black color preview on #BAB6BE background

This text has black color on #BAB6BE background.


White color preview on #BAB6BE background

This text has white color on #BAB6BE background.