COLOR #B5B4BD

HEX: #B5B4BD RGB: (181,180,189)

Color info

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

RGB color model

#B5B4BD color RGB value is (181,180,189).

RGB: (181,180,189) (71%, 71%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 189 of 255 = 74%

181
180
189

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

Portions of RGB colors in percentages

R + G + B = 181 + 180 + 189 = 550 (100%)
R 181 of 550 ~ 32.91%
G 180 of 550 ~ 32.73%
B 189 of 550 ~ 34.36'%

%32.91
%32.73
%34.36

CMYK color model

#B5B4BD color CMYK value is (4,5,0,26).

  • cyan value is 4.23%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (4,5,0,26) C4M5Y0K26 (4%,5%,0%,26%) (0.04/0.05/0.00/0.26) 

CMYK percentages

%4.23
%4.76
%0
%25.88

Codes

Color #B5B4BD in popluar color models

B5 B4 BD
RGB 181 180 189
HSL 247° 6.38% 72.35%
HSB/HSV 247° 4.76% 74.12%
CMYK 4.23% 4.76% 0.00%
25.88%

Color #B5B4BD in popluar number systems.

HEX B5 B4 BD
Decimal 181 180 189
Binary 10110101 10110100 10111101
Octal 265 264 275

Shades and tints

Shades of #B5B4BD

#B5B4BD
(181,180,189)
#A5A4AC
(165,164,172)
#95949B
(149,148,155)
#85848A
(133,132,138)
#757479
(117,116,121)
#656468
(101,100,104)
#555457
(85,84,87)
#454446
(69,68,70)
#353435
(53,52,53)
#252424
(37,36,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B5B4BD

#B5B4BD
(181,180,189)
#BBBAC3
(187,186,195)
#C1C0C9
(193,192,201)
#C7C6CF
(199,198,207)
#CDCCD5
(205,204,213)
#D3D2DB
(211,210,219)
#D9D8E1
(217,216,225)
#DFDEE7
(223,222,231)
#E5E4ED
(229,228,237)
#EBEAF3
(235,234,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B4BD color. Also use rgb(181,180,189) instead hex code.

Text Font Color

.myTextColor { color: #B5B4BD; }

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

This text font color is #B5B4BD.

Background Color

.myBgColor { background-color: #B5B4BD; }

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

This div background color is #B5B4BD.

Border color

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

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

This div border color is #B5B4BD.

Opacity

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

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

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

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

This text has shadow with #B5B4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B4BD.

Preview

Color preview on black background

This text has color #B5B4BD on black background.


Color preview on white background

This text has color #B5B4BD on white background.


Black color preview on #B5B4BD background

This text has black color on #B5B4BD background.


White color preview on #B5B4BD background

This text has white color on #B5B4BD background.


Related colors

Complementary color

Complementary color for #hex is #4A4B42.


I love getcolorcode.com

Triadic colors

1 #BDB5B4 and #B4BDB5 with #B5B4BD are triadic colors.

2 #BDB4B5 and #B4B5BD with #B5B4BD are triadic colors.