COLOR #B3ADAE

HEX: #B3ADAE
RGB: (179,173,174)

Color info

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

RGB color model

#B3ADAE color RGB value is (179,173,174).

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

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 174 of 255 = 68%

179
173
174

R + G + B ~ 69%. #B3ADAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 174 = 526 (100%)
R 179 of 526 ~ 34.03%
G 173 of 526 ~ 32.89%
B 174 of 526 ~ 33.08%

%34.03
%32.89
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,3,3,30)
C0M3Y3K30 
(0%,3%,3%,30%)
(0.00/0.03/0.03/0.30)	

CMYK percentages

%0
%3.35
%2.79
%29.8

Codes

Color #B3ADAE in popluar color models

B3ADAE
RGB179173174
HSL350°3.80%69.02%
HSB/HSV350°3.35%70.20%
CMYK0.00%3.35%2.79%
29.80%

Color #B3ADAE in popluar number systems.

HEXB3ADAE
Decimal179173174
Binary101100111010110110101110
Octal263255256

Shades and tints

Shades of #B3ADAE

#B3ADAE
(179,173,174)
#A39E9F
(163,158,159)
#938F90
(147,143,144)
#838081
(131,128,129)
#737172
(115,113,114)
#636263
(99,98,99)
#535354
(83,83,84)
#434445
(67,68,69)
#333536
(51,53,54)
#232627
(35,38,39)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #B3ADAE

#B3ADAE
(179,173,174)
#B9B4B5
(185,180,181)
#BFBBBC
(191,187,188)
#C5C2C3
(197,194,195)
#CBC9CA
(203,201,202)
#D1D0D1
(209,208,209)
#D7D7D8
(215,215,216)
#DDDEDF
(221,222,223)
#E3E5E6
(227,229,230)
#E9ECED
(233,236,237)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ADAE; }

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

This text font color is #B3ADAE.


Background Color

.myBgColor { background-color: #B3ADAE; }

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

This div background color is #B3ADAE.


Border color

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

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

This div border color is #B3ADAE.


Opacity

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

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

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

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

This text has shadow with #B3ADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ADAE on black background.


Color preview on white background

This text has color #B3ADAE on white background.



Black color preview on #B3ADAE background

This text has black color on #B3ADAE background.


White color preview on #B3ADAE background

This text has white color on #B3ADAE background.