COLOR #B5BFA8

HEX: #B5BFA8
RGB: (181,191,168)

Color info

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

RGB color model

#B5BFA8 color RGB value is (181,191,168).

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

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 168 of 255 = 66%

181
191
168

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

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 168 = 540 (100%)
R 181 of 540 ~ 33.52%
G 191 of 540 ~ 35.37%
B 168 of 540 ~ 31.11%

%33.52
%35.37
%31.11

CMYK color model

#B5BFA8 color CMYK value is (5,0,12,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 25.10%
CMYK:
(5,0,12,25)
C5M0Y12K25 
(5%,0%,12%,25%)
(0.05/0.00/0.12/0.25)	

CMYK percentages

%5.24
%0
%12.04
%25.1

Codes

Color #B5BFA8 in popluar color models

B5BFA8
RGB181191168
HSL86°15.23%70.39%
HSB/HSV86°12.04%74.90%
CMYK5.24%0.00%12.04%
25.10%

Color #B5BFA8 in popluar number systems.

HEXB5BFA8
Decimal181191168
Binary101101011011111110101000
Octal265277250

Shades and tints

Shades of #B5BFA8

#B5BFA8
(181,191,168)
#A5AE99
(165,174,153)
#959D8A
(149,157,138)
#858C7B
(133,140,123)
#757B6C
(117,123,108)
#656A5D
(101,106,93)
#55594E
(85,89,78)
#45483F
(69,72,63)
#353730
(53,55,48)
#252621
(37,38,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5BFA8

#B5BFA8
(181,191,168)
#BBC4AF
(187,196,175)
#C1C9B6
(193,201,182)
#C7CEBD
(199,206,189)
#CDD3C4
(205,211,196)
#D3D8CB
(211,216,203)
#D9DDD2
(217,221,210)
#DFE2D9
(223,226,217)
#E5E7E0
(229,231,224)
#EBECE7
(235,236,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BFA8; }

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

This text font color is #B5BFA8.


Background Color

.myBgColor { background-color: #B5BFA8; }

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

This div background color is #B5BFA8.


Border color

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

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

This div border color is #B5BFA8.


Opacity

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

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

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

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

This text has shadow with #B5BFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFA8 on black background.


Color preview on white background

This text has color #B5BFA8 on white background.



Black color preview on #B5BFA8 background

This text has black color on #B5BFA8 background.


White color preview on #B5BFA8 background

This text has white color on #B5BFA8 background.