COLOR #B2AEA3

HEX: #B2AEA3 RGB: (178,174,163)

Color info

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

RGB color model

#B2AEA3 color RGB value is (178,174,163).

RGB: (178,174,163) (70%, 68%, 64%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 163 of 255 = 64%

178
174
163

R + G + B ~ 67%. #B2AEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 163 = 515 (100%)
R 178 of 515 ~ 34.56%
G 174 of 515 ~ 33.79%
B 163 of 515 ~ 31.65'%

%34.56
%33.79
%31.65

CMYK color model

#B2AEA3 color CMYK value is (0,2,8,30).

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

CMYK: (0,2,8,30)
C0M2Y8K30 (0%, 2%, 8%, 30%)
(0.00 / 0.02 / 0.08 / 0.30)

CMYK percentages

%0
%2.25
%8.43
%30.2

Codes

Color #B2AEA3 in popluar color models

B2 AE A3
RGB 178 174 163
HSL 44° 8.88% 66.86%
HSB/HSV 44° 8.43% 69.80%
CMYK 0.00% 2.25% 8.43%
30.20%

Color #B2AEA3 in popluar number systems.

HEX B2 AE A3
Decimal 178 174 163
Binary 10110010 10101110 10100011
Octal 262 256 243

Shades and tints

Shades of #B2AEA3

#B2AEA3
(178,174,163)
#A29F95
(162,159,149)
#929087
(146,144,135)
#828179
(130,129,121)
#72726B
(114,114,107)
#62635D
(98,99,93)
#52544F
(82,84,79)
#424541
(66,69,65)
#323633
(50,54,51)
#222725
(34,39,37)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2AEA3

#B2AEA3
(178,174,163)
#B9B5AB
(185,181,171)
#C0BCB3
(192,188,179)
#C7C3BB
(199,195,187)
#CECAC3
(206,202,195)
#D5D1CB
(213,209,203)
#DCD8D3
(220,216,211)
#E3DFDB
(227,223,219)
#EAE6E3
(234,230,227)
#F1EDEB
(241,237,235)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AEA3; }

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

This text font color is #B2AEA3.

Background Color

.myBgColor { background-color: #B2AEA3; }

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

This div background color is #B2AEA3.

Border color

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

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

This div border color is #B2AEA3.

Opacity

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

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

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

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

This text has shadow with #B2AEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AEA3.

Preview

Color preview on black background

This text has color #B2AEA3 on black background.


Color preview on white background

This text has color #B2AEA3 on white background.


Black color preview on #B2AEA3 background

This text has black color on #B2AEA3 background.


White color preview on #B2AEA3 background

This text has white color on #B2AEA3 background.


Related colors

Complementary color

Complementary color for #hex is #4D515C.


I love getcolorcode.com

Triadic colors

1 #A3B2AE and #AEA3B2 with #B2AEA3 are triadic colors.

2 #A3AEB2 and #AEB2A3 with #B2AEA3 are triadic colors.