COLOR #B5B3AD

HEX: #B5B3AD
RGB: (181,179,173)

Color info

#B5B3AD contains red, green and blue colors in about the same proportion. Web safe color of #B5B3AD is #CC9999 (or #C99).

RGB color model

#B5B3AD color RGB value is (181,179,173).

  • red value is 181;
  • green value is 179;
  • blue value is 173.
RGB:
(181,179,173)
(71%,70%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 179 of 255 = 70%
B 173 of 255 = 68%

181
179
173

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

Portions of RGB colors in percentages

R + G + B =
181 + 179 + 173 = 533 (100%)
R 181 of 533 ~ 33.96%
G 179 of 533 ~ 33.58%
B 173 of 533 ~ 32.46%

%33.96
%33.58
%32.46

CMYK color model

#B5B3AD color CMYK value is (0,1,4,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,1,4,29)
C0M1Y4K29 
(0%,1%,4%,29%)
(0.00/0.01/0.04/0.29)	

CMYK percentages

%0
%1.1
%4.42
%29.02

Codes

Color #B5B3AD in popluar color models

B5B3AD
RGB181179173
HSL45°5.13%69.41%
HSB/HSV45°4.42%70.98%
CMYK0.00%1.10%4.42%
29.02%

Color #B5B3AD in popluar number systems.

HEXB5B3AD
Decimal181179173
Binary101101011011001110101101
Octal265263255

Shades and tints

Shades of #B5B3AD

#B5B3AD
(181,179,173)
#A5A39E
(165,163,158)
#95938F
(149,147,143)
#858380
(133,131,128)
#757371
(117,115,113)
#656362
(101,99,98)
#555353
(85,83,83)
#454344
(69,67,68)
#353335
(53,51,53)
#252326
(37,35,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B5B3AD

#B5B3AD
(181,179,173)
#BBB9B4
(187,185,180)
#C1BFBB
(193,191,187)
#C7C5C2
(199,197,194)
#CDCBC9
(205,203,201)
#D3D1D0
(211,209,208)
#D9D7D7
(217,215,215)
#DFDDDE
(223,221,222)
#E5E3E5
(229,227,229)
#EBE9EC
(235,233,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B3AD color. Also use rgb(181,179,173) instead hex code.

Text Font Color

.myTextColor { color: #B5B3AD; }

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

This text font color is #B5B3AD.


Background Color

.myBgColor { background-color: #B5B3AD; }

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

This div background color is #B5B3AD.


Border color

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

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

This div border color is #B5B3AD.


Opacity

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

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

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

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

This text has shadow with #B5B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B3AD on black background.


Color preview on white background

This text has color #B5B3AD on white background.



Black color preview on #B5B3AD background

This text has black color on #B5B3AD background.


White color preview on #B5B3AD background

This text has white color on #B5B3AD background.