COLOR #B5A8AF

HEX: #B5A8AF RGB: (181,168,175)

Color info

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

RGB color model

#B5A8AF color RGB value is (181,168,175).

RGB: (181,168,175) (71%, 66%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 168 of 255 = 66%
B 175 of 255 = 69%

181
168
175

R + G + B ~ 69%. #B5A8AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 168 + 175 = 524 (100%)
R 181 of 524 ~ 34.54%
G 168 of 524 ~ 32.06%
B 175 of 524 ~ 33.4'%

%34.54
%32.06
%33.4

CMYK color model

#B5A8AF color CMYK value is (0,7,3,29).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 3.31%
  • key color value is 29.02%

CMYK: (0,7,3,29)
C0M7Y3K29 (0%, 7%, 3%, 29%)
(0.00 / 0.07 / 0.03 / 0.29)

CMYK percentages

%0
%7.18
%3.31
%29.02

Codes

Color #B5A8AF in popluar color models

B5 A8 AF
RGB 181 168 175
HSL 328° 8.07% 68.43%
HSB/HSV 328° 7.18% 70.98%
CMYK 0.00% 7.18% 3.31%
29.02%

Color #B5A8AF in popluar number systems.

HEX B5 A8 AF
Decimal 181 168 175
Binary 10110101 10101000 10101111
Octal 265 250 257

Shades and tints

Shades of #B5A8AF

#B5A8AF
(181,168,175)
#A599A0
(165,153,160)
#958A91
(149,138,145)
#857B82
(133,123,130)
#756C73
(117,108,115)
#655D64
(101,93,100)
#554E55
(85,78,85)
#453F46
(69,63,70)
#353037
(53,48,55)
#252128
(37,33,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #B5A8AF

#B5A8AF
(181,168,175)
#BBAFB6
(187,175,182)
#C1B6BD
(193,182,189)
#C7BDC4
(199,189,196)
#CDC4CB
(205,196,203)
#D3CBD2
(211,203,210)
#D9D2D9
(217,210,217)
#DFD9E0
(223,217,224)
#E5E0E7
(229,224,231)
#EBE7EE
(235,231,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A8AF; }

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

This text font color is #B5A8AF.

Background Color

.myBgColor { background-color: #B5A8AF; }

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

This div background color is #B5A8AF.

Border color

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

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

This div border color is #B5A8AF.

Opacity

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

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

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

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

This text has shadow with #B5A8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A8AF.

Preview

Color preview on black background

This text has color #B5A8AF on black background.


Color preview on white background

This text has color #B5A8AF on white background.


Black color preview on #B5A8AF background

This text has black color on #B5A8AF background.


White color preview on #B5A8AF background

This text has white color on #B5A8AF background.


Related colors

Complementary color

Complementary color for #hex is #4A5750.


I love getcolorcode.com

Triadic colors

1 #AFB5A8 and #A8AFB5 with #B5A8AF are triadic colors.

2 #AFA8B5 and #A8B5AF with #B5A8AF are triadic colors.