COLOR #B6AE90

HEX: #B6AE90
RGB: (182,174,144)

Color info

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

RGB color model

#B6AE90 color RGB value is (182,174,144).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 144 of 255 = 56%

182
174
144

R + G + B ~ 65%. #B6AE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 144 = 500 (100%)
R 182 of 500 ~ 36.4%
G 174 of 500 ~ 34.8%
B 144 of 500 ~ 28.8%

%36.4
%34.8
%28.8

CMYK color model

#B6AE90 color CMYK value is (0,4,21,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(0,4,21,29)
C0M4Y21K29 
(0%,4%,21%,29%)
(0.00/0.04/0.21/0.29)	

CMYK percentages

%0
%4.4
%20.88
%28.63

Codes

Color #B6AE90 in popluar color models

B6AE90
RGB182174144
HSL47°20.65%63.92%
HSB/HSV47°20.88%71.37%
CMYK0.00%4.40%20.88%
28.63%

Color #B6AE90 in popluar number systems.

HEXB6AE90
Decimal182174144
Binary101101101010111010010000
Octal266256220

Shades and tints

Shades of #B6AE90

#B6AE90
(182,174,144)
#A69F83
(166,159,131)
#969076
(150,144,118)
#868169
(134,129,105)
#76725C
(118,114,92)
#66634F
(102,99,79)
#565442
(86,84,66)
#464535
(70,69,53)
#363628
(54,54,40)
#26271B
(38,39,27)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #B6AE90

#B6AE90
(182,174,144)
#BCB59A
(188,181,154)
#C2BCA4
(194,188,164)
#C8C3AE
(200,195,174)
#CECAB8
(206,202,184)
#D4D1C2
(212,209,194)
#DAD8CC
(218,216,204)
#E0DFD6
(224,223,214)
#E6E6E0
(230,230,224)
#ECEDEA
(236,237,234)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AE90; }

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

This text font color is #B6AE90.


Background Color

.myBgColor { background-color: #B6AE90; }

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

This div background color is #B6AE90.


Border color

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

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

This div border color is #B6AE90.


Opacity

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

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

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

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

This text has shadow with #B6AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AE90 on black background.


Color preview on white background

This text has color #B6AE90 on white background.



Black color preview on #B6AE90 background

This text has black color on #B6AE90 background.


White color preview on #B6AE90 background

This text has white color on #B6AE90 background.