COLOR #B3ADA5

HEX: #B3ADA5
RGB: (179,173,165)

Color info

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

RGB color model

#B3ADA5 color RGB value is (179,173,165).

  • red value is 179;
  • green value is 173;
  • blue value is 165.
RGB:
(179,173,165)
(70%,68%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 165 of 255 = 65%

179
173
165

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

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 165 = 517 (100%)
R 179 of 517 ~ 34.62%
G 173 of 517 ~ 33.46%
B 165 of 517 ~ 31.91%

%34.62
%33.46
%31.91

CMYK color model

#B3ADA5 color CMYK value is (0,3,8,30).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 7.82%
  • key color value is 29.80%
CMYK:
(0,3,8,30)
C0M3Y8K30 
(0%,3%,8%,30%)
(0.00/0.03/0.08/0.30)	

CMYK percentages

%0
%3.35
%7.82
%29.8

Codes

Color #B3ADA5 in popluar color models

B3ADA5
RGB179173165
HSL34°8.43%67.45%
HSB/HSV34°7.82%70.20%
CMYK0.00%3.35%7.82%
29.80%

Color #B3ADA5 in popluar number systems.

HEXB3ADA5
Decimal179173165
Binary101100111010110110100101
Octal263255245

Shades and tints

Shades of #B3ADA5

#B3ADA5
(179,173,165)
#A39E96
(163,158,150)
#938F87
(147,143,135)
#838078
(131,128,120)
#737169
(115,113,105)
#63625A
(99,98,90)
#53534B
(83,83,75)
#43443C
(67,68,60)
#33352D
(51,53,45)
#23261E
(35,38,30)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #B3ADA5

#B3ADA5
(179,173,165)
#B9B4AD
(185,180,173)
#BFBBB5
(191,187,181)
#C5C2BD
(197,194,189)
#CBC9C5
(203,201,197)
#D1D0CD
(209,208,205)
#D7D7D5
(215,215,213)
#DDDEDD
(221,222,221)
#E3E5E5
(227,229,229)
#E9ECED
(233,236,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ADA5 color. Also use rgb(179,173,165) instead hex code.

Text Font Color

.myTextColor { color: #B3ADA5; }

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

This text font color is #B3ADA5.


Background Color

.myBgColor { background-color: #B3ADA5; }

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

This div background color is #B3ADA5.


Border color

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

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

This div border color is #B3ADA5.


Opacity

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

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

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

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

This text has shadow with #B3ADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ADA5 on black background.


Color preview on white background

This text has color #B3ADA5 on white background.



Black color preview on #B3ADA5 background

This text has black color on #B3ADA5 background.


White color preview on #B3ADA5 background

This text has white color on #B3ADA5 background.