COLOR #B2AD9E

HEX: #B2AD9E
RGB: (178,173,158)

Color info

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

RGB color model

#B2AD9E color RGB value is (178,173,158).

  • red value is 178;
  • green value is 173;
  • blue value is 158.
RGB:
(178,173,158)
(70%,68%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 158 of 255 = 62%

178
173
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 158 = 509 (100%)
R 178 of 509 ~ 34.97%
G 173 of 509 ~ 33.99%
B 158 of 509 ~ 31.04%

%34.97
%33.99
%31.04

CMYK color model

#B2AD9E color CMYK value is (0,3,11,30).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(0,3,11,30)
C0M3Y11K30 
(0%,3%,11%,30%)
(0.00/0.03/0.11/0.30)	

CMYK percentages

%0
%2.81
%11.24
%30.2

Codes

Color #B2AD9E in popluar color models

B2AD9E
RGB178173158
HSL45°11.49%65.88%
HSB/HSV45°11.24%69.80%
CMYK0.00%2.81%11.24%
30.20%

Color #B2AD9E in popluar number systems.

HEXB2AD9E
Decimal178173158
Binary101100101010110110011110
Octal262255236

Shades and tints

Shades of #B2AD9E

#B2AD9E
(178,173,158)
#A29E90
(162,158,144)
#928F82
(146,143,130)
#828074
(130,128,116)
#727166
(114,113,102)
#626258
(98,98,88)
#52534A
(82,83,74)
#42443C
(66,68,60)
#32352E
(50,53,46)
#222620
(34,38,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2AD9E

#B2AD9E
(178,173,158)
#B9B4A6
(185,180,166)
#C0BBAE
(192,187,174)
#C7C2B6
(199,194,182)
#CEC9BE
(206,201,190)
#D5D0C6
(213,208,198)
#DCD7CE
(220,215,206)
#E3DED6
(227,222,214)
#EAE5DE
(234,229,222)
#F1ECE6
(241,236,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AD9E color. Also use rgb(178,173,158) instead hex code.

Text Font Color

.myTextColor { color: #B2AD9E; }

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

This text font color is #B2AD9E.


Background Color

.myBgColor { background-color: #B2AD9E; }

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

This div background color is #B2AD9E.


Border color

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

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

This div border color is #B2AD9E.


Opacity

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

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

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

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

This text has shadow with #B2AD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AD9E on black background.


Color preview on white background

This text has color #B2AD9E on white background.



Black color preview on #B2AD9E background

This text has black color on #B2AD9E background.


White color preview on #B2AD9E background

This text has white color on #B2AD9E background.