COLOR #B2AEAB

HEX: #B2AEAB RGB: (178,174,171)

Color info

#B2AEAB contains red, green and blue colors in about the same proportion. Web safe color of #B2AEAB is #999999 (or #999).

RGB color model

#B2AEAB color RGB value is (178,174,171).

RGB: (178,174,171) (70%, 68%, 67%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 171 of 255 = 67%

178
174
171

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

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 171 = 523 (100%)
R 178 of 523 ~ 34.03%
G 174 of 523 ~ 33.27%
B 171 of 523 ~ 32.7'%

%34.03
%33.27
%32.7

CMYK color model

#B2AEAB color CMYK value is (0,2,4,30).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 3.93%
  • key color value is 30.20%

CMYK: (0,2,4,30)
C0M2Y4K30 (0%, 2%, 4%, 30%)
(0.00 / 0.02 / 0.04 / 0.30)

CMYK percentages

%0
%2.25
%3.93
%30.2

Codes

Color #B2AEAB in popluar color models

B2 AE AB
RGB 178 174 171
HSL 26° 4.35% 68.43%
HSB/HSV 26° 3.93% 69.80%
CMYK 0.00% 2.25% 3.93%
30.20%

Color #B2AEAB in popluar number systems.

HEX B2 AE AB
Decimal 178 174 171
Binary 10110010 10101110 10101011
Octal 262 256 253

Shades and tints

Shades of #B2AEAB

#B2AEAB
(178,174,171)
#A29F9C
(162,159,156)
#92908D
(146,144,141)
#82817E
(130,129,126)
#72726F
(114,114,111)
#626360
(98,99,96)
#525451
(82,84,81)
#424542
(66,69,66)
#323633
(50,54,51)
#222724
(34,39,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #B2AEAB

#B2AEAB
(178,174,171)
#B9B5B2
(185,181,178)
#C0BCB9
(192,188,185)
#C7C3C0
(199,195,192)
#CECAC7
(206,202,199)
#D5D1CE
(213,209,206)
#DCD8D5
(220,216,213)
#E3DFDC
(227,223,220)
#EAE6E3
(234,230,227)
#F1EDEA
(241,237,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AEAB; }

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

This text font color is #B2AEAB.

Background Color

.myBgColor { background-color: #B2AEAB; }

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

This div background color is #B2AEAB.

Border color

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

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

This div border color is #B2AEAB.

Opacity

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

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

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

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

This text has shadow with #B2AEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AEAB.

Preview

Color preview on black background

This text has color #B2AEAB on black background.


Color preview on white background

This text has color #B2AEAB on white background.


Black color preview on #B2AEAB background

This text has black color on #B2AEAB background.


White color preview on #B2AEAB background

This text has white color on #B2AEAB background.


Related colors

Complementary color

Complementary color for #hex is #4D5154.


I love getcolorcode.com

Triadic colors

1 #ABB2AE and #AEABB2 with #B2AEAB are triadic colors.

2 #ABAEB2 and #AEB2AB with #B2AEAB are triadic colors.