COLOR #B2BDB1

HEX: #B2BDB1
RGB: (178,189,177)

Color info

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

RGB color model

#B2BDB1 color RGB value is (178,189,177).

  • red value is 178;
  • green value is 189;
  • blue value is 177.
RGB:
(178,189,177)
(70%,74%,69%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 177 of 255 = 69%

178
189
177

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 177 = 544 (100%)
R 178 of 544 ~ 32.72%
G 189 of 544 ~ 34.74%
B 177 of 544 ~ 32.54%

%32.72
%34.74
%32.54

CMYK color model

#B2BDB1 color CMYK value is (6,0,6,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(6,0,6,26)
C6M0Y6K26 
(6%,0%,6%,26%)
(0.06/0.00/0.06/0.26)	

CMYK percentages

%5.82
%0
%6.35
%25.88

Codes

Color #B2BDB1 in popluar color models

B2BDB1
RGB178189177
HSL115°8.33%71.76%
HSB/HSV115°6.35%74.12%
CMYK5.82%0.00%6.35%
25.88%

Color #B2BDB1 in popluar number systems.

HEXB2BDB1
Decimal178189177
Binary101100101011110110110001
Octal262275261

Shades and tints

Shades of #B2BDB1

#B2BDB1
(178,189,177)
#A2ACA1
(162,172,161)
#929B91
(146,155,145)
#828A81
(130,138,129)
#727971
(114,121,113)
#626861
(98,104,97)
#525751
(82,87,81)
#424641
(66,70,65)
#323531
(50,53,49)
#222421
(34,36,33)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #B2BDB1

#B2BDB1
(178,189,177)
#B9C3B8
(185,195,184)
#C0C9BF
(192,201,191)
#C7CFC6
(199,207,198)
#CED5CD
(206,213,205)
#D5DBD4
(213,219,212)
#DCE1DB
(220,225,219)
#E3E7E2
(227,231,226)
#EAEDE9
(234,237,233)
#F1F3F0
(241,243,240)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BDB1 color. Also use rgb(178,189,177) instead hex code.

Text Font Color

.myTextColor { color: #B2BDB1; }

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

This text font color is #B2BDB1.


Background Color

.myBgColor { background-color: #B2BDB1; }

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

This div background color is #B2BDB1.


Border color

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

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

This div border color is #B2BDB1.


Opacity

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

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

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

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

This text has shadow with #B2BDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDB1 on black background.


Color preview on white background

This text has color #B2BDB1 on white background.



Black color preview on #B2BDB1 background

This text has black color on #B2BDB1 background.


White color preview on #B2BDB1 background

This text has white color on #B2BDB1 background.