COLOR #B5BDAC

HEX: #B5BDAC
RGB: (181,189,172)

Color info

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

RGB color model

#B5BDAC color RGB value is (181,189,172).

  • red value is 181;
  • green value is 189;
  • blue value is 172.
RGB:
(181,189,172)
(71%,74%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 172 of 255 = 67%

181
189
172

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 172 = 542 (100%)
R 181 of 542 ~ 33.39%
G 189 of 542 ~ 34.87%
B 172 of 542 ~ 31.73%

%33.39
%34.87
%31.73

CMYK color model

#B5BDAC color CMYK value is (4,0,9,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(4,0,9,26)
C4M0Y9K26 
(4%,0%,9%,26%)
(0.04/0.00/0.09/0.26)	

CMYK percentages

%4.23
%0
%8.99
%25.88

Codes

Color #B5BDAC in popluar color models

B5BDAC
RGB181189172
HSL88°11.41%70.78%
HSB/HSV88°8.99%74.12%
CMYK4.23%0.00%8.99%
25.88%

Color #B5BDAC in popluar number systems.

HEXB5BDAC
Decimal181189172
Binary101101011011110110101100
Octal265275254

Shades and tints

Shades of #B5BDAC

#B5BDAC
(181,189,172)
#A5AC9D
(165,172,157)
#959B8E
(149,155,142)
#858A7F
(133,138,127)
#757970
(117,121,112)
#656861
(101,104,97)
#555752
(85,87,82)
#454643
(69,70,67)
#353534
(53,53,52)
#252425
(37,36,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #B5BDAC

#B5BDAC
(181,189,172)
#BBC3B3
(187,195,179)
#C1C9BA
(193,201,186)
#C7CFC1
(199,207,193)
#CDD5C8
(205,213,200)
#D3DBCF
(211,219,207)
#D9E1D6
(217,225,214)
#DFE7DD
(223,231,221)
#E5EDE4
(229,237,228)
#EBF3EB
(235,243,235)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BDAC; }

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

This text font color is #B5BDAC.


Background Color

.myBgColor { background-color: #B5BDAC; }

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

This div background color is #B5BDAC.


Border color

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

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

This div border color is #B5BDAC.


Opacity

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

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

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

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

This text has shadow with #B5BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BDAC on black background.


Color preview on white background

This text has color #B5BDAC on white background.



Black color preview on #B5BDAC background

This text has black color on #B5BDAC background.


White color preview on #B5BDAC background

This text has white color on #B5BDAC background.