COLOR #B2B0BE

HEX: #B2B0BE RGB: (178,176,190)

Color info

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

RGB color model

#B2B0BE color RGB value is (178,176,190).

RGB: (178,176,190) (70%, 69%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 190 of 255 = 75%

178
176
190

R + G + B ~ 71%. #B2B0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 176 + 190 = 544 (100%)
R 178 of 544 ~ 32.72%
G 176 of 544 ~ 32.35%
B 190 of 544 ~ 34.93'%

%32.72
%32.35
%34.93

CMYK color model

#B2B0BE color CMYK value is (6,7,0,25).

  • cyan value is 6.32%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (6,7,0,25)
C6M7Y0K25 (6%, 7%, 0%, 25%)
(0.06 / 0.07 / 0.00 / 0.25)

CMYK percentages

%6.32
%7.37
%0
%25.49

Codes

Color #B2B0BE in popluar color models

B2 B0 BE
RGB 178 176 190
HSL 249° 9.72% 71.76%
HSB/HSV 249° 7.37% 74.51%
CMYK 6.32% 7.37% 0.00%
25.49%

Color #B2B0BE in popluar number systems.

HEX B2 B0 BE
Decimal 178 176 190
Binary 10110010 10110000 10111110
Octal 262 260 276

Shades and tints

Shades of #B2B0BE

#B2B0BE
(178,176,190)
#A2A0AD
(162,160,173)
#92909C
(146,144,156)
#82808B
(130,128,139)
#72707A
(114,112,122)
#626069
(98,96,105)
#525058
(82,80,88)
#424047
(66,64,71)
#323036
(50,48,54)
#222025
(34,32,37)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #B2B0BE

#B2B0BE
(178,176,190)
#B9B7C3
(185,183,195)
#C0BEC8
(192,190,200)
#C7C5CD
(199,197,205)
#CECCD2
(206,204,210)
#D5D3D7
(213,211,215)
#DCDADC
(220,218,220)
#E3E1E1
(227,225,225)
#EAE8E6
(234,232,230)
#F1EFEB
(241,239,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B0BE; }

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

This text font color is #B2B0BE.

Background Color

.myBgColor { background-color: #B2B0BE; }

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

This div background color is #B2B0BE.

Border color

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

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

This div border color is #B2B0BE.

Opacity

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

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

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

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

This text has shadow with #B2B0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B0BE.

Preview

Color preview on black background

This text has color #B2B0BE on black background.


Color preview on white background

This text has color #B2B0BE on white background.


Black color preview on #B2B0BE background

This text has black color on #B2B0BE background.


White color preview on #B2B0BE background

This text has white color on #B2B0BE background.


Related colors

Complementary color

Complementary color for #hex is #4D4F41.


I love getcolorcode.com

Triadic colors

1 #BEB2B0 and #B0BEB2 with #B2B0BE are triadic colors.

2 #BEB0B2 and #B0B2BE with #B2B0BE are triadic colors.