COLOR #B4BFB7

HEX: #B4BFB7 RGB: (180,191,183)

Color info

#B4BFB7 contains red, green and blue colors in about the same proportion. Web safe color of #B4BFB7 is #CCCCCC (or #CCC).

RGB color model

#B4BFB7 color RGB value is (180,191,183).

RGB: (180,191,183) (71%, 75%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 183 of 255 = 72%

180
191
183

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

Portions of RGB colors in percentages

R + G + B = 180 + 191 + 183 = 554 (100%)
R 180 of 554 ~ 32.49%
G 191 of 554 ~ 34.48%
B 183 of 554 ~ 33.03'%

%32.49
%34.48
%33.03

CMYK color model

#B4BFB7 color CMYK value is (6,0,4,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 25.10%

CMYK: (6,0,4,25)
C6M0Y4K25 (6%, 0%, 4%, 25%)
(0.06 / 0.00 / 0.04 / 0.25)

CMYK percentages

%5.76
%0
%4.19
%25.1

Codes

Color #B4BFB7 in popluar color models

B4 BF B7
RGB 180 191 183
HSL 136° 7.91% 72.75%
HSB/HSV 136° 5.76% 74.90%
CMYK 5.76% 0.00% 4.19%
25.10%

Color #B4BFB7 in popluar number systems.

HEX B4 BF B7
Decimal 180 191 183
Binary 10110100 10111111 10110111
Octal 264 277 267

Shades and tints

Shades of #B4BFB7

#B4BFB7
(180,191,183)
#A4AEA7
(164,174,167)
#949D97
(148,157,151)
#848C87
(132,140,135)
#747B77
(116,123,119)
#646A67
(100,106,103)
#545957
(84,89,87)
#444847
(68,72,71)
#343737
(52,55,55)
#242627
(36,38,39)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B4BFB7

#B4BFB7
(180,191,183)
#BAC4BD
(186,196,189)
#C0C9C3
(192,201,195)
#C6CEC9
(198,206,201)
#CCD3CF
(204,211,207)
#D2D8D5
(210,216,213)
#D8DDDB
(216,221,219)
#DEE2E1
(222,226,225)
#E4E7E7
(228,231,231)
#EAECED
(234,236,237)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BFB7 color. Also use rgb(180,191,183) instead hex code.

Text Font Color

.myTextColor { color: #B4BFB7; }

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

This text font color is #B4BFB7.

Background Color

.myBgColor { background-color: #B4BFB7; }

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

This div background color is #B4BFB7.

Border color

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

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

This div border color is #B4BFB7.

Opacity

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

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

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

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

This text has shadow with #B4BFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BFB7.

Preview

Color preview on black background

This text has color #B4BFB7 on black background.


Color preview on white background

This text has color #B4BFB7 on white background.


Black color preview on #B4BFB7 background

This text has black color on #B4BFB7 background.


White color preview on #B4BFB7 background

This text has white color on #B4BFB7 background.


Related colors

Complementary color

Complementary color for #hex is #4B4048.


I love getcolorcode.com

Triadic colors

1 #B7B4BF and #BFB7B4 with #B4BFB7 are triadic colors.

2 #B7BFB4 and #BFB4B7 with #B4BFB7 are triadic colors.