COLOR #B5BFB1

HEX: #B5BFB1
RGB: (181,191,177)

Color info

#B5BFB1 contains red, green and blue colors in about the same proportion. Web safe color of #B5BFB1 is #CCCC99 (or #CC9).

RGB color model

#B5BFB1 color RGB value is (181,191,177).

  • red value is 181;
  • green value is 191;
  • blue value is 177.
RGB:
(181,191,177)
(71%,75%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 177 of 255 = 69%

181
191
177

R + G + B ~ 72%. #B5BFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 177 = 549 (100%)
R 181 of 549 ~ 32.97%
G 191 of 549 ~ 34.79%
B 177 of 549 ~ 32.24%

%32.97
%34.79
%32.24

CMYK color model

#B5BFB1 color CMYK value is (5,0,7,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 7.33%
  • key color value is 25.10%
CMYK:
(5,0,7,25)
C5M0Y7K25 
(5%,0%,7%,25%)
(0.05/0.00/0.07/0.25)	

CMYK percentages

%5.24
%0
%7.33
%25.1

Codes

Color #B5BFB1 in popluar color models

B5BFB1
RGB181191177
HSL103°9.86%72.16%
HSB/HSV103°7.33%74.90%
CMYK5.24%0.00%7.33%
25.10%

Color #B5BFB1 in popluar number systems.

HEXB5BFB1
Decimal181191177
Binary101101011011111110110001
Octal265277261

Shades and tints

Shades of #B5BFB1

#B5BFB1
(181,191,177)
#A5AEA1
(165,174,161)
#959D91
(149,157,145)
#858C81
(133,140,129)
#757B71
(117,123,113)
#656A61
(101,106,97)
#555951
(85,89,81)
#454841
(69,72,65)
#353731
(53,55,49)
#252621
(37,38,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B5BFB1

#B5BFB1
(181,191,177)
#BBC4B8
(187,196,184)
#C1C9BF
(193,201,191)
#C7CEC6
(199,206,198)
#CDD3CD
(205,211,205)
#D3D8D4
(211,216,212)
#D9DDDB
(217,221,219)
#DFE2E2
(223,226,226)
#E5E7E9
(229,231,233)
#EBECF0
(235,236,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BFB1 color. Also use rgb(181,191,177) instead hex code.

Text Font Color

.myTextColor { color: #B5BFB1; }

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

This text font color is #B5BFB1.


Background Color

.myBgColor { background-color: #B5BFB1; }

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

This div background color is #B5BFB1.


Border color

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

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

This div border color is #B5BFB1.


Opacity

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

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

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

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

This text has shadow with #B5BFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFB1 on black background.


Color preview on white background

This text has color #B5BFB1 on white background.



Black color preview on #B5BFB1 background

This text has black color on #B5BFB1 background.


White color preview on #B5BFB1 background

This text has white color on #B5BFB1 background.