COLOR #B5BFAA

HEX: #B5BFAA
RGB: (181,191,170)

Color info

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

RGB color model

#B5BFAA color RGB value is (181,191,170).

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

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 170 of 255 = 67%

181
191
170

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

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 170 = 542 (100%)
R 181 of 542 ~ 33.39%
G 191 of 542 ~ 35.24%
B 170 of 542 ~ 31.37%

%33.39
%35.24
%31.37

CMYK color model

#B5BFAA color CMYK value is (5,0,11,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 25.10%
CMYK:
(5,0,11,25)
C5M0Y11K25 
(5%,0%,11%,25%)
(0.05/0.00/0.11/0.25)	

CMYK percentages

%5.24
%0
%10.99
%25.1

Codes

Color #B5BFAA in popluar color models

B5BFAA
RGB181191170
HSL89°14.09%70.78%
HSB/HSV89°10.99%74.90%
CMYK5.24%0.00%10.99%
25.10%

Color #B5BFAA in popluar number systems.

HEXB5BFAA
Decimal181191170
Binary101101011011111110101010
Octal265277252

Shades and tints

Shades of #B5BFAA

#B5BFAA
(181,191,170)
#A5AE9B
(165,174,155)
#959D8C
(149,157,140)
#858C7D
(133,140,125)
#757B6E
(117,123,110)
#656A5F
(101,106,95)
#555950
(85,89,80)
#454841
(69,72,65)
#353732
(53,55,50)
#252623
(37,38,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5BFAA

#B5BFAA
(181,191,170)
#BBC4B1
(187,196,177)
#C1C9B8
(193,201,184)
#C7CEBF
(199,206,191)
#CDD3C6
(205,211,198)
#D3D8CD
(211,216,205)
#D9DDD4
(217,221,212)
#DFE2DB
(223,226,219)
#E5E7E2
(229,231,226)
#EBECE9
(235,236,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BFAA; }

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

This text font color is #B5BFAA.


Background Color

.myBgColor { background-color: #B5BFAA; }

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

This div background color is #B5BFAA.


Border color

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

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

This div border color is #B5BFAA.


Opacity

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

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

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

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

This text has shadow with #B5BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFAA on black background.


Color preview on white background

This text has color #B5BFAA on white background.



Black color preview on #B5BFAA background

This text has black color on #B5BFAA background.


White color preview on #B5BFAA background

This text has white color on #B5BFAA background.