COLOR #B5AEAB

HEX: #B5AEAB RGB: (181,174,171)

Color info

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

RGB color model

#B5AEAB color RGB value is (181,174,171).

RGB: (181,174,171) (71%, 68%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 171 of 255 = 67%

181
174
171

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

Portions of RGB colors in percentages

R + G + B = 181 + 174 + 171 = 526 (100%)
R 181 of 526 ~ 34.41%
G 174 of 526 ~ 33.08%
B 171 of 526 ~ 32.51'%

%34.41
%33.08
%32.51

CMYK color model

#B5AEAB color CMYK value is (0,4,6,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 5.52%
  • key color value is 29.02%

CMYK: (0,4,6,29)
C0M4Y6K29 (0%, 4%, 6%, 29%)
(0.00 / 0.04 / 0.06 / 0.29)

CMYK percentages

%0
%3.87
%5.52
%29.02

Codes

Color #B5AEAB in popluar color models

B5 AE AB
RGB 181 174 171
HSL 18° 6.33% 69.02%
HSB/HSV 18° 5.52% 70.98%
CMYK 0.00% 3.87% 5.52%
29.02%

Color #B5AEAB in popluar number systems.

HEX B5 AE AB
Decimal 181 174 171
Binary 10110101 10101110 10101011
Octal 265 256 253

Shades and tints

Shades of #B5AEAB

#B5AEAB
(181,174,171)
#A59F9C
(165,159,156)
#95908D
(149,144,141)
#85817E
(133,129,126)
#75726F
(117,114,111)
#656360
(101,99,96)
#555451
(85,84,81)
#454542
(69,69,66)
#353633
(53,54,51)
#252724
(37,39,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #B5AEAB

#B5AEAB
(181,174,171)
#BBB5B2
(187,181,178)
#C1BCB9
(193,188,185)
#C7C3C0
(199,195,192)
#CDCAC7
(205,202,199)
#D3D1CE
(211,209,206)
#D9D8D5
(217,216,213)
#DFDFDC
(223,223,220)
#E5E6E3
(229,230,227)
#EBEDEA
(235,237,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AEAB color. Also use rgb(181,174,171) instead hex code.

Text Font Color

.myTextColor { color: #B5AEAB; }

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

This text font color is #B5AEAB.

Background Color

.myBgColor { background-color: #B5AEAB; }

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

This div background color is #B5AEAB.

Border color

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

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

This div border color is #B5AEAB.

Opacity

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

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

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

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

This text has shadow with #B5AEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AEAB.

Preview

Color preview on black background

This text has color #B5AEAB on black background.


Color preview on white background

This text has color #B5AEAB on white background.


Black color preview on #B5AEAB background

This text has black color on #B5AEAB background.


White color preview on #B5AEAB background

This text has white color on #B5AEAB background.


Related colors

Complementary color

Complementary color for #hex is #4A5154.


I love getcolorcode.com

Triadic colors

1 #ABB5AE and #AEABB5 with #B5AEAB are triadic colors.

2 #ABAEB5 and #AEB5AB with #B5AEAB are triadic colors.