COLOR #B2BABE

HEX: #B2BABE
RGB: (178,186,190)

Color info

#B2BABE contains red, green and blue colors in about the same proportion. Web safe color of #B2BABE is #99CCCC (or #9CC).

RGB color model

#B2BABE color RGB value is (178,186,190).

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

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 190 of 255 = 75%

178
186
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 190 = 554 (100%)
R 178 of 554 ~ 32.13%
G 186 of 554 ~ 33.57%
B 190 of 554 ~ 34.3%

%32.13
%33.57
%34.3

CMYK color model

#B2BABE color CMYK value is (6,2,0,25).

  • cyan value is 6.32%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,2,0,25)
C6M2Y0K25 
(6%,2%,0%,25%)
(0.06/0.02/0.00/0.25)	

CMYK percentages

%6.32
%2.11
%0
%25.49

Codes

Color #B2BABE in popluar color models

B2BABE
RGB178186190
HSL200°8.45%72.16%
HSB/HSV200°6.32%74.51%
CMYK6.32%2.11%0.00%
25.49%

Color #B2BABE in popluar number systems.

HEXB2BABE
Decimal178186190
Binary101100101011101010111110
Octal262272276

Shades and tints

Shades of #B2BABE

#B2BABE
(178,186,190)
#A2AAAD
(162,170,173)
#929A9C
(146,154,156)
#828A8B
(130,138,139)
#727A7A
(114,122,122)
#626A69
(98,106,105)
#525A58
(82,90,88)
#424A47
(66,74,71)
#323A36
(50,58,54)
#222A25
(34,42,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2BABE

#B2BABE
(178,186,190)
#B9C0C3
(185,192,195)
#C0C6C8
(192,198,200)
#C7CCCD
(199,204,205)
#CED2D2
(206,210,210)
#D5D8D7
(213,216,215)
#DCDEDC
(220,222,220)
#E3E4E1
(227,228,225)
#EAEAE6
(234,234,230)
#F1F0EB
(241,240,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BABE; }

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

This text font color is #B2BABE.


Background Color

.myBgColor { background-color: #B2BABE; }

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

This div background color is #B2BABE.


Border color

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

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

This div border color is #B2BABE.


Opacity

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

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

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

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

This text has shadow with #B2BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BABE on black background.


Color preview on white background

This text has color #B2BABE on white background.



Black color preview on #B2BABE background

This text has black color on #B2BABE background.


White color preview on #B2BABE background

This text has white color on #B2BABE background.