COLOR #B6AEA1

HEX: #B6AEA1
RGB: (182,174,161)

Color info

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

RGB color model

#B6AEA1 color RGB value is (182,174,161).

  • red value is 182;
  • green value is 174;
  • blue value is 161.
RGB:
(182,174,161)
(71%,68%,63%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 161 of 255 = 63%

182
174
161

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 161 = 517 (100%)
R 182 of 517 ~ 35.2%
G 174 of 517 ~ 33.66%
B 161 of 517 ~ 31.14%

%35.2
%33.66
%31.14

CMYK color model

#B6AEA1 color CMYK value is (0,4,12,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 11.54%
  • key color value is 28.63%
CMYK:
(0,4,12,29)
C0M4Y12K29 
(0%,4%,12%,29%)
(0.00/0.04/0.12/0.29)	

CMYK percentages

%0
%4.4
%11.54
%28.63

Codes

Color #B6AEA1 in popluar color models

B6AEA1
RGB182174161
HSL37°12.57%67.25%
HSB/HSV37°11.54%71.37%
CMYK0.00%4.40%11.54%
28.63%

Color #B6AEA1 in popluar number systems.

HEXB6AEA1
Decimal182174161
Binary101101101010111010100001
Octal266256241

Shades and tints

Shades of #B6AEA1

#B6AEA1
(182,174,161)
#A69F93
(166,159,147)
#969085
(150,144,133)
#868177
(134,129,119)
#767269
(118,114,105)
#66635B
(102,99,91)
#56544D
(86,84,77)
#46453F
(70,69,63)
#363631
(54,54,49)
#262723
(38,39,35)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #B6AEA1

#B6AEA1
(182,174,161)
#BCB5A9
(188,181,169)
#C2BCB1
(194,188,177)
#C8C3B9
(200,195,185)
#CECAC1
(206,202,193)
#D4D1C9
(212,209,201)
#DAD8D1
(218,216,209)
#E0DFD9
(224,223,217)
#E6E6E1
(230,230,225)
#ECEDE9
(236,237,233)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AEA1 color. Also use rgb(182,174,161) instead hex code.

Text Font Color

.myTextColor { color: #B6AEA1; }

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

This text font color is #B6AEA1.


Background Color

.myBgColor { background-color: #B6AEA1; }

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

This div background color is #B6AEA1.


Border color

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

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

This div border color is #B6AEA1.


Opacity

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

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

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

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

This text has shadow with #B6AEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEA1 on black background.


Color preview on white background

This text has color #B6AEA1 on white background.



Black color preview on #B6AEA1 background

This text has black color on #B6AEA1 background.


White color preview on #B6AEA1 background

This text has white color on #B6AEA1 background.