COLOR #B6AE80

HEX: #B6AE80
RGB: (182,174,128)

Color info

#B6AE80 contains red, green and blue colors in about the same proportion. Web safe color of #B6AE80 is #CC9966 (or #C96).

RGB color model

#B6AE80 color RGB value is (182,174,128).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 128 of 255 = 50%

182
174
128

R + G + B ~ 63%. #B6AE80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 128 = 484 (100%)
R 182 of 484 ~ 37.6%
G 174 of 484 ~ 35.95%
B 128 of 484 ~ 26.45%

%37.6
%35.95
%26.45

CMYK color model

#B6AE80 color CMYK value is (0,4,30,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(0,4,30,29)
C0M4Y30K29 
(0%,4%,30%,29%)
(0.00/0.04/0.30/0.29)	

CMYK percentages

%0
%4.4
%29.67
%28.63

Codes

Color #B6AE80 in popluar color models

B6AE80
RGB182174128
HSL51°27.00%60.78%
HSB/HSV51°29.67%71.37%
CMYK0.00%4.40%29.67%
28.63%

Color #B6AE80 in popluar number systems.

HEXB6AE80
Decimal182174128
Binary101101101010111010000000
Octal266256200

Shades and tints

Shades of #B6AE80

#B6AE80
(182,174,128)
#A69F75
(166,159,117)
#96906A
(150,144,106)
#86815F
(134,129,95)
#767254
(118,114,84)
#666349
(102,99,73)
#56543E
(86,84,62)
#464533
(70,69,51)
#363628
(54,54,40)
#26271D
(38,39,29)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #B6AE80

#B6AE80
(182,174,128)
#BCB58B
(188,181,139)
#C2BC96
(194,188,150)
#C8C3A1
(200,195,161)
#CECAAC
(206,202,172)
#D4D1B7
(212,209,183)
#DAD8C2
(218,216,194)
#E0DFCD
(224,223,205)
#E6E6D8
(230,230,216)
#ECEDE3
(236,237,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AE80; }

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

This text font color is #B6AE80.


Background Color

.myBgColor { background-color: #B6AE80; }

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

This div background color is #B6AE80.


Border color

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

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

This div border color is #B6AE80.


Opacity

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

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

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

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

This text has shadow with #B6AE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AE80 on black background.


Color preview on white background

This text has color #B6AE80 on white background.



Black color preview on #B6AE80 background

This text has black color on #B6AE80 background.


White color preview on #B6AE80 background

This text has white color on #B6AE80 background.