COLOR #B5A7AD

HEX: #B5A7AD
RGB: (181,167,173)

Color info

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

RGB color model

#B5A7AD color RGB value is (181,167,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 173 of 255 = 68%

181
167
173

R + G + B ~ 68%. #B5A7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 167 + 173 = 521 (100%)
R 181 of 521 ~ 34.74%
G 167 of 521 ~ 32.05%
B 173 of 521 ~ 33.21%

%34.74
%32.05
%33.21

CMYK color model

#B5A7AD color CMYK value is (0,8,4,29).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,8,4,29)
C0M8Y4K29 
(0%,8%,4%,29%)
(0.00/0.08/0.04/0.29)	

CMYK percentages

%0
%7.73
%4.42
%29.02

Codes

Color #B5A7AD in popluar color models

B5A7AD
RGB181167173
HSL334°8.64%68.24%
HSB/HSV334°7.73%70.98%
CMYK0.00%7.73%4.42%
29.02%

Color #B5A7AD in popluar number systems.

HEXB5A7AD
Decimal181167173
Binary101101011010011110101101
Octal265247255

Shades and tints

Shades of #B5A7AD

#B5A7AD
(181,167,173)
#A5989E
(165,152,158)
#95898F
(149,137,143)
#857A80
(133,122,128)
#756B71
(117,107,113)
#655C62
(101,92,98)
#554D53
(85,77,83)
#453E44
(69,62,68)
#352F35
(53,47,53)
#252026
(37,32,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B5A7AD

#B5A7AD
(181,167,173)
#BBAFB4
(187,175,180)
#C1B7BB
(193,183,187)
#C7BFC2
(199,191,194)
#CDC7C9
(205,199,201)
#D3CFD0
(211,207,208)
#D9D7D7
(217,215,215)
#DFDFDE
(223,223,222)
#E5E7E5
(229,231,229)
#EBEFEC
(235,239,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A7AD; }

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

This text font color is #B5A7AD.


Background Color

.myBgColor { background-color: #B5A7AD; }

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

This div background color is #B5A7AD.


Border color

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

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

This div border color is #B5A7AD.


Opacity

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

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

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

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

This text has shadow with #B5A7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A7AD on black background.


Color preview on white background

This text has color #B5A7AD on white background.



Black color preview on #B5A7AD background

This text has black color on #B5A7AD background.


White color preview on #B5A7AD background

This text has white color on #B5A7AD background.