COLOR #B5BCA9

HEX: #B5BCA9
RGB: (181,188,169)

Color info

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

RGB color model

#B5BCA9 color RGB value is (181,188,169).

  • red value is 181;
  • green value is 188;
  • blue value is 169.
RGB: (181,188,169) (71%,74%,66%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 169 of 255 = 66%

181
188
169

R + G + B ~ 70%. #B5BCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 169 = 538 (100%)
R 181 of 538 ~ 33.64%
G 188 of 538 ~ 34.94%
B 169 of 538 ~ 31.41%

%33.64
%34.94
%31.41

CMYK color model

#B5BCA9 color CMYK value is (4,0,10,26).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK: (4,0,10,26) C4M0Y10K26 (4%,0%,10%,26%) (0.04/0.00/0.10/0.26)

CMYK percentages

%3.72
%0
%10.11
%26.27

Codes

Color #B5BCA9 in popluar color models

B5BCA9
RGB181188169
HSL82°12.42%70.00%
HSB/HSV82°10.11%73.73%
CMYK3.72%0.00%10.11%
26.27%

Color #B5BCA9 in popluar number systems.

HEXB5BCA9
Decimal181188169
Binary101101011011110010101001
Octal265274251

Shades and tints

Shades of #B5BCA9

#B5BCA9
(181,188,169)
#A5AB9A
(165,171,154)
#959A8B
(149,154,139)
#85897C
(133,137,124)
#75786D
(117,120,109)
#65675E
(101,103,94)
#55564F
(85,86,79)
#454540
(69,69,64)
#353431
(53,52,49)
#252322
(37,35,34)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B5BCA9

#B5BCA9
(181,188,169)
#BBC2B0
(187,194,176)
#C1C8B7
(193,200,183)
#C7CEBE
(199,206,190)
#CDD4C5
(205,212,197)
#D3DACC
(211,218,204)
#D9E0D3
(217,224,211)
#DFE6DA
(223,230,218)
#E5ECE1
(229,236,225)
#EBF2E8
(235,242,232)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BCA9 color. Also use rgb(181,188,169) instead hex code.

Text Font Color

.myTextColor { color: #B5BCA9; }

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

This text font color is #B5BCA9.


Background Color

.myBgColor { background-color: #B5BCA9; }

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

This div background color is #B5BCA9.


Border color

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

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

This div border color is #B5BCA9.


Opacity

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

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

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

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

This text has shadow with #B5BCA9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5BCA9 on black background.


Color preview on white background

This text has color #B5BCA9 on white background.



Black color preview on #B5BCA9 background

This text has black color on #B5BCA9 background.


White color preview on #B5BCA9 background

This text has white color on #B5BCA9 background.