COLOR #B8BABF

HEX: #B8BABF
RGB: (184,186,191)

Color info

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

RGB color model

#B8BABF color RGB value is (184,186,191).

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

RGB channels and saturation

R 184 of 255 = 72%
G 186 of 255 = 73%
B 191 of 255 = 75%

184
186
191

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

Portions of RGB colors in percentages

R + G + B =
184 + 186 + 191 = 561 (100%)
R 184 of 561 ~ 32.8%
G 186 of 561 ~ 33.16%
B 191 of 561 ~ 34.05%

%32.8
%33.16
%34.05

CMYK color model

#B8BABF color CMYK value is (4,3,0,25).

  • cyan value is 3.66%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,3,0,25)
C4M3Y0K25 
(4%,3%,0%,25%)
(0.04/0.03/0.00/0.25)	

CMYK percentages

%3.66
%2.62
%0
%25.1

Codes

Color #B8BABF in popluar color models

B8BABF
RGB184186191
HSL223°5.19%73.53%
HSB/HSV223°3.66%74.90%
CMYK3.66%2.62%0.00%
25.10%

Color #B8BABF in popluar number systems.

HEXB8BABF
Decimal184186191
Binary101110001011101010111111
Octal270272277

Shades and tints

Shades of #B8BABF

#B8BABF
(184,186,191)
#A8AAAE
(168,170,174)
#989A9D
(152,154,157)
#888A8C
(136,138,140)
#787A7B
(120,122,123)
#686A6A
(104,106,106)
#585A59
(88,90,89)
#484A48
(72,74,72)
#383A37
(56,58,55)
#282A26
(40,42,38)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #B8BABF

#B8BABF
(184,186,191)
#BEC0C4
(190,192,196)
#C4C6C9
(196,198,201)
#CACCCE
(202,204,206)
#D0D2D3
(208,210,211)
#D6D8D8
(214,216,216)
#DCDEDD
(220,222,221)
#E2E4E2
(226,228,226)
#E8EAE7
(232,234,231)
#EEF0EC
(238,240,236)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BABF color. Also use rgb(184,186,191) instead hex code.

Text Font Color

.myTextColor { color: #B8BABF; }

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

This text font color is #B8BABF.


Background Color

.myBgColor { background-color: #B8BABF; }

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

This div background color is #B8BABF.


Border color

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

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

This div border color is #B8BABF.


Opacity

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

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

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

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

This text has shadow with #B8BABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BABF on black background.


Color preview on white background

This text has color #B8BABF on white background.



Black color preview on #B8BABF background

This text has black color on #B8BABF background.


White color preview on #B8BABF background

This text has white color on #B8BABF background.