COLOR #B6AEA5

HEX: #B6AEA5
RGB: (182,174,165)

Color info

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

RGB color model

#B6AEA5 color RGB value is (182,174,165).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 165 of 255 = 65%

182
174
165

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 165 = 521 (100%)
R 182 of 521 ~ 34.93%
G 174 of 521 ~ 33.4%
B 165 of 521 ~ 31.67%

%34.93
%33.4
%31.67

CMYK color model

#B6AEA5 color CMYK value is (0,4,9,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,4,9,29)
C0M4Y9K29 
(0%,4%,9%,29%)
(0.00/0.04/0.09/0.29)	

CMYK percentages

%0
%4.4
%9.34
%28.63

Codes

Color #B6AEA5 in popluar color models

B6AEA5
RGB182174165
HSL32°10.43%68.04%
HSB/HSV32°9.34%71.37%
CMYK0.00%4.40%9.34%
28.63%

Color #B6AEA5 in popluar number systems.

HEXB6AEA5
Decimal182174165
Binary101101101010111010100101
Octal266256245

Shades and tints

Shades of #B6AEA5

#B6AEA5
(182,174,165)
#A69F96
(166,159,150)
#969087
(150,144,135)
#868178
(134,129,120)
#767269
(118,114,105)
#66635A
(102,99,90)
#56544B
(86,84,75)
#46453C
(70,69,60)
#36362D
(54,54,45)
#26271E
(38,39,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #B6AEA5

#B6AEA5
(182,174,165)
#BCB5AD
(188,181,173)
#C2BCB5
(194,188,181)
#C8C3BD
(200,195,189)
#CECAC5
(206,202,197)
#D4D1CD
(212,209,205)
#DAD8D5
(218,216,213)
#E0DFDD
(224,223,221)
#E6E6E5
(230,230,229)
#ECEDED
(236,237,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AEA5; }

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

This text font color is #B6AEA5.


Background Color

.myBgColor { background-color: #B6AEA5; }

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

This div background color is #B6AEA5.


Border color

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

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

This div border color is #B6AEA5.


Opacity

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

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

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

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

This text has shadow with #B6AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEA5 on black background.


Color preview on white background

This text has color #B6AEA5 on white background.



Black color preview on #B6AEA5 background

This text has black color on #B6AEA5 background.


White color preview on #B6AEA5 background

This text has white color on #B6AEA5 background.