COLOR #B5B2AC

HEX: #B5B2AC RGB: (181,178,172)

Color info

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

RGB color model

#B5B2AC color RGB value is (181,178,172).

RGB: (181,178,172) (71%, 70%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 172 of 255 = 67%

181
178
172

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

Portions of RGB colors in percentages

R + G + B = 181 + 178 + 172 = 531 (100%)
R 181 of 531 ~ 34.09%
G 178 of 531 ~ 33.52%
B 172 of 531 ~ 32.39'%

%34.09
%33.52
%32.39

CMYK color model

#B5B2AC color CMYK value is (0,2,5,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 4.97%
  • key color value is 29.02%

CMYK: (0,2,5,29)
C0M2Y5K29 (0%, 2%, 5%, 29%)
(0.00 / 0.02 / 0.05 / 0.29)

CMYK percentages

%0
%1.66
%4.97
%29.02

Codes

Color #B5B2AC in popluar color models

B5 B2 AC
RGB 181 178 172
HSL 40° 5.73% 69.22%
HSB/HSV 40° 4.97% 70.98%
CMYK 0.00% 1.66% 4.97%
29.02%

Color #B5B2AC in popluar number systems.

HEX B5 B2 AC
Decimal 181 178 172
Binary 10110101 10110010 10101100
Octal 265 262 254

Shades and tints

Shades of #B5B2AC

#B5B2AC
(181,178,172)
#A5A29D
(165,162,157)
#95928E
(149,146,142)
#85827F
(133,130,127)
#757270
(117,114,112)
#656261
(101,98,97)
#555252
(85,82,82)
#454243
(69,66,67)
#353234
(53,50,52)
#252225
(37,34,37)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #B5B2AC

#B5B2AC
(181,178,172)
#BBB9B3
(187,185,179)
#C1C0BA
(193,192,186)
#C7C7C1
(199,199,193)
#CDCEC8
(205,206,200)
#D3D5CF
(211,213,207)
#D9DCD6
(217,220,214)
#DFE3DD
(223,227,221)
#E5EAE4
(229,234,228)
#EBF1EB
(235,241,235)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B2AC color. Also use rgb(181,178,172) instead hex code.

Text Font Color

.myTextColor { color: #B5B2AC; }

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

This text font color is #B5B2AC.

Background Color

.myBgColor { background-color: #B5B2AC; }

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

This div background color is #B5B2AC.

Border color

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

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

This div border color is #B5B2AC.

Opacity

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

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

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

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

This text has shadow with #B5B2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B2AC.

Preview

Color preview on black background

This text has color #B5B2AC on black background.


Color preview on white background

This text has color #B5B2AC on white background.


Black color preview on #B5B2AC background

This text has black color on #B5B2AC background.


White color preview on #B5B2AC background

This text has white color on #B5B2AC background.


Related colors

Complementary color

Complementary color for #hex is #4A4D53.


I love getcolorcode.com

Triadic colors

1 #ACB5B2 and #B2ACB5 with #B5B2AC are triadic colors.

2 #ACB2B5 and #B2B5AC with #B5B2AC are triadic colors.