COLOR #B2AEA5

HEX: #B2AEA5 RGB: (178,174,165)

Color info

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

RGB color model

#B2AEA5 color RGB value is (178,174,165).

RGB: (178,174,165) (70%, 68%, 65%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 165 of 255 = 65%

178
174
165

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

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 165 = 517 (100%)
R 178 of 517 ~ 34.43%
G 174 of 517 ~ 33.66%
B 165 of 517 ~ 31.91'%

%34.43
%33.66
%31.91

CMYK color model

#B2AEA5 color CMYK value is (0,2,7,30).

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

CMYK: (0,2,7,30)
C0M2Y7K30 (0%, 2%, 7%, 30%)
(0.00 / 0.02 / 0.07 / 0.30)

CMYK percentages

%0
%2.25
%7.3
%30.2

Codes

Color #B2AEA5 in popluar color models

B2 AE A5
RGB 178 174 165
HSL 42° 7.78% 67.25%
HSB/HSV 42° 7.30% 69.80%
CMYK 0.00% 2.25% 7.30%
30.20%

Color #B2AEA5 in popluar number systems.

HEX B2 AE A5
Decimal 178 174 165
Binary 10110010 10101110 10100101
Octal 262 256 245

Shades and tints

Shades of #B2AEA5

#B2AEA5
(178,174,165)
#A29F96
(162,159,150)
#929087
(146,144,135)
#828178
(130,129,120)
#727269
(114,114,105)
#62635A
(98,99,90)
#52544B
(82,84,75)
#42453C
(66,69,60)
#32362D
(50,54,45)
#22271E
(34,39,30)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #B2AEA5

#B2AEA5
(178,174,165)
#B9B5AD
(185,181,173)
#C0BCB5
(192,188,181)
#C7C3BD
(199,195,189)
#CECAC5
(206,202,197)
#D5D1CD
(213,209,205)
#DCD8D5
(220,216,213)
#E3DFDD
(227,223,221)
#EAE6E5
(234,230,229)
#F1EDED
(241,237,237)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AEA5; }

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

This text font color is #B2AEA5.

Background Color

.myBgColor { background-color: #B2AEA5; }

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

This div background color is #B2AEA5.

Border color

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

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

This div border color is #B2AEA5.

Opacity

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

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

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

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

This text has shadow with #B2AEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AEA5.

Preview

Color preview on black background

This text has color #B2AEA5 on black background.


Color preview on white background

This text has color #B2AEA5 on white background.


Black color preview on #B2AEA5 background

This text has black color on #B2AEA5 background.


White color preview on #B2AEA5 background

This text has white color on #B2AEA5 background.


Related colors

Complementary color

Complementary color for #hex is #4D515A.


I love getcolorcode.com

Triadic colors

1 #A5B2AE and #AEA5B2 with #B2AEA5 are triadic colors.

2 #A5AEB2 and #AEB2A5 with #B2AEA5 are triadic colors.