COLOR #B5AFB0

HEX: #B5AFB0 RGB: (181,175,176)

Color info

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

RGB color model

#B5AFB0 color RGB value is (181,175,176).

RGB: (181,175,176) (71%, 69%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 176 of 255 = 69%

181
175
176

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

Portions of RGB colors in percentages

R + G + B = 181 + 175 + 176 = 532 (100%)
R 181 of 532 ~ 34.02%
G 175 of 532 ~ 32.89%
B 176 of 532 ~ 33.08'%

%34.02
%32.89
%33.08

CMYK color model

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

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

CMYK: (0,3,3,29)
C0M3Y3K29 (0%, 3%, 3%, 29%)
(0.00 / 0.03 / 0.03 / 0.29)

CMYK percentages

%0
%3.31
%2.76
%29.02

Codes

Color #B5AFB0 in popluar color models

B5 AF B0
RGB 181 175 176
HSL 350° 3.90% 69.80%
HSB/HSV 350° 3.31% 70.98%
CMYK 0.00% 3.31% 2.76%
29.02%

Color #B5AFB0 in popluar number systems.

HEX B5 AF B0
Decimal 181 175 176
Binary 10110101 10101111 10110000
Octal 265 257 260

Shades and tints

Shades of #B5AFB0

#B5AFB0
(181,175,176)
#A5A0A0
(165,160,160)
#959190
(149,145,144)
#858280
(133,130,128)
#757370
(117,115,112)
#656460
(101,100,96)
#555550
(85,85,80)
#454640
(69,70,64)
#353730
(53,55,48)
#252820
(37,40,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #B5AFB0

#B5AFB0
(181,175,176)
#BBB6B7
(187,182,183)
#C1BDBE
(193,189,190)
#C7C4C5
(199,196,197)
#CDCBCC
(205,203,204)
#D3D2D3
(211,210,211)
#D9D9DA
(217,217,218)
#DFE0E1
(223,224,225)
#E5E7E8
(229,231,232)
#EBEEEF
(235,238,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AFB0; }

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

This text font color is #B5AFB0.

Background Color

.myBgColor { background-color: #B5AFB0; }

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

This div background color is #B5AFB0.

Border color

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

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

This div border color is #B5AFB0.

Opacity

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

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

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

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

This text has shadow with #B5AFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AFB0.

Preview

Color preview on black background

This text has color #B5AFB0 on black background.


Color preview on white background

This text has color #B5AFB0 on white background.


Black color preview on #B5AFB0 background

This text has black color on #B5AFB0 background.


White color preview on #B5AFB0 background

This text has white color on #B5AFB0 background.


Related colors

Complementary color

Complementary color for #hex is #4A504F.


I love getcolorcode.com

Triadic colors

1 #B0B5AF and #AFB0B5 with #B5AFB0 are triadic colors.

2 #B0AFB5 and #AFB5B0 with #B5AFB0 are triadic colors.