COLOR #B2BBBE

HEX: #B2BBBE
RGB: (178,187,190)

Color info

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

RGB color model

#B2BBBE color RGB value is (178,187,190).

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

RGB channels and saturation

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

178
187
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 190 = 555 (100%)
R 178 of 555 ~ 32.07%
G 187 of 555 ~ 33.69%
B 190 of 555 ~ 34.23%

%32.07
%33.69
%34.23

CMYK color model

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

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

Codes

Color #B2BBBE in popluar color models

B2BBBE
RGB178187190
HSL195°8.45%72.16%
HSB/HSV195°6.32%74.51%
CMYK6.32%1.58%0.00%
25.49%

Color #B2BBBE in popluar number systems.

HEXB2BBBE
Decimal178187190
Binary101100101011101110111110
Octal262273276

Shades and tints

Shades of #B2BBBE

#B2BBBE
(178,187,190)
#A2AAAD
(162,170,173)
#92999C
(146,153,156)
#82888B
(130,136,139)
#72777A
(114,119,122)
#626669
(98,102,105)
#525558
(82,85,88)
#424447
(66,68,71)
#323336
(50,51,54)
#222225
(34,34,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B2BBBE

#B2BBBE
(178,187,190)
#B9C1C3
(185,193,195)
#C0C7C8
(192,199,200)
#C7CDCD
(199,205,205)
#CED3D2
(206,211,210)
#D5D9D7
(213,217,215)
#DCDFDC
(220,223,220)
#E3E5E1
(227,229,225)
#EAEBE6
(234,235,230)
#F1F1EB
(241,241,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBBE; }

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

This text font color is #B2BBBE.


Background Color

.myBgColor { background-color: #B2BBBE; }

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

This div background color is #B2BBBE.


Border color

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

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

This div border color is #B2BBBE.


Opacity

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

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

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

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

This text has shadow with #B2BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBBE on black background.


Color preview on white background

This text has color #B2BBBE on white background.



Black color preview on #B2BBBE background

This text has black color on #B2BBBE background.


White color preview on #B2BBBE background

This text has white color on #B2BBBE background.