COLOR #B5BFAF

HEX: #B5BFAF RGB: (181,191,175)

Color info

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

RGB color model

#B5BFAF color RGB value is (181,191,175).

RGB: (181,191,175) (71%, 75%, 69%)

RGB channels and saturation

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

181
191
175

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

Portions of RGB colors in percentages

R + G + B = 181 + 191 + 175 = 547 (100%)
R 181 of 547 ~ 33.09%
G 191 of 547 ~ 34.92%
B 175 of 547 ~ 31.99'%

%33.09
%34.92
%31.99

CMYK color model

#B5BFAF color CMYK value is (5,0,8,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 25.10%
CMYK: (5,0,8,25) C5M0Y8K25 (5%,0%,8%,25%) (0.05/0.00/0.08/0.25) 

CMYK percentages

%5.24
%0
%8.38
%25.1

Codes

Color #B5BFAF in popluar color models

B5 BF AF
RGB 181 191 175
HSL 98° 11.11% 71.76%
HSB/HSV 98° 8.38% 74.90%
CMYK 5.24% 0.00% 8.38%
25.10%

Color #B5BFAF in popluar number systems.

HEX B5 BF AF
Decimal 181 191 175
Binary 10110101 10111111 10101111
Octal 265 277 257

Shades and tints

Shades of #B5BFAF

#B5BFAF
(181,191,175)
#A5AEA0
(165,174,160)
#959D91
(149,157,145)
#858C82
(133,140,130)
#757B73
(117,123,115)
#656A64
(101,106,100)
#555955
(85,89,85)
#454846
(69,72,70)
#353737
(53,55,55)
#252628
(37,38,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #B5BFAF

#B5BFAF
(181,191,175)
#BBC4B6
(187,196,182)
#C1C9BD
(193,201,189)
#C7CEC4
(199,206,196)
#CDD3CB
(205,211,203)
#D3D8D2
(211,216,210)
#D9DDD9
(217,221,217)
#DFE2E0
(223,226,224)
#E5E7E7
(229,231,231)
#EBECEE
(235,236,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BFAF; }

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

This text font color is #B5BFAF.

Background Color

.myBgColor { background-color: #B5BFAF; }

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

This div background color is #B5BFAF.

Border color

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

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

This div border color is #B5BFAF.

Opacity

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

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

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

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

This text has shadow with #B5BFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BFAF.

Preview

Color preview on black background

This text has color #B5BFAF on black background.


Color preview on white background

This text has color #B5BFAF on white background.


Black color preview on #B5BFAF background

This text has black color on #B5BFAF background.


White color preview on #B5BFAF background

This text has white color on #B5BFAF background.


Related colors

Complementary color

Complementary color for #hex is #4A4050.


I love getcolorcode.com

Triadic colors

1 #AFB5BF and #BFAFB5 with #B5BFAF are triadic colors.

2 #AFBFB5 and #BFB5AF with #B5BFAF are triadic colors.