COLOR #B9BABE

HEX: #B9BABE
RGB: (185,186,190)

Color info

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

RGB color model

#B9BABE color RGB value is (185,186,190).

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

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 190 of 255 = 75%

185
186
190

R + G + B ~ 74%. #B9BABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 190 = 561 (100%)
R 185 of 561 ~ 32.98%
G 186 of 561 ~ 33.16%
B 190 of 561 ~ 33.87%

%32.98
%33.16
%33.87

CMYK color model

#B9BABE color CMYK value is (3,2,0,25).

  • cyan value is 2.63%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,2,0,25)
C3M2Y0K25 
(3%,2%,0%,25%)
(0.03/0.02/0.00/0.25)	

CMYK percentages

%2.63
%2.11
%0
%25.49

Codes

Color #B9BABE in popluar color models

B9BABE
RGB185186190
HSL228°3.70%73.53%
HSB/HSV228°2.63%74.51%
CMYK2.63%2.11%0.00%
25.49%

Color #B9BABE in popluar number systems.

HEXB9BABE
Decimal185186190
Binary101110011011101010111110
Octal271272276

Shades and tints

Shades of #B9BABE

#B9BABE
(185,186,190)
#A9AAAD
(169,170,173)
#999A9C
(153,154,156)
#898A8B
(137,138,139)
#797A7A
(121,122,122)
#696A69
(105,106,105)
#595A58
(89,90,88)
#494A47
(73,74,71)
#393A36
(57,58,54)
#292A25
(41,42,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #B9BABE

#B9BABE
(185,186,190)
#BFC0C3
(191,192,195)
#C5C6C8
(197,198,200)
#CBCCCD
(203,204,205)
#D1D2D2
(209,210,210)
#D7D8D7
(215,216,215)
#DDDEDC
(221,222,220)
#E3E4E1
(227,228,225)
#E9EAE6
(233,234,230)
#EFF0EB
(239,240,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BABE; }

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

This text font color is #B9BABE.


Background Color

.myBgColor { background-color: #B9BABE; }

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

This div background color is #B9BABE.


Border color

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

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

This div border color is #B9BABE.


Opacity

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

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

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

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

This text has shadow with #B9BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BABE on black background.


Color preview on white background

This text has color #B9BABE on white background.



Black color preview on #B9BABE background

This text has black color on #B9BABE background.


White color preview on #B9BABE background

This text has white color on #B9BABE background.