COLOR #B1ADB8

HEX: #B1ADB8
RGB: (177,173,184)

Color info

#B1ADB8 contains red, green and blue colors in about the same proportion. Web safe color of #B1ADB8 is #9999CC (or #99C).

RGB color model

#B1ADB8 color RGB value is (177,173,184).

  • red value is 177;
  • green value is 173;
  • blue value is 184.
RGB:
(177,173,184)
(69%,68%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 184 of 255 = 72%

177
173
184

R + G + B ~ 70%. #B1ADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 173 + 184 = 534 (100%)
R 177 of 534 ~ 33.15%
G 173 of 534 ~ 32.4%
B 184 of 534 ~ 34.46%

%33.15
%32.4
%34.46

CMYK color model

#B1ADB8 color CMYK value is (4,6,0,28).

  • cyan value is 3.80%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,6,0,28)
C4M6Y0K28 
(4%,6%,0%,28%)
(0.04/0.06/0.00/0.28)	

CMYK percentages

%3.8
%5.98
%0
%27.84

Codes

Color #B1ADB8 in popluar color models

B1ADB8
RGB177173184
HSL262°7.19%70.00%
HSB/HSV262°5.98%72.16%
CMYK3.80%5.98%0.00%
27.84%

Color #B1ADB8 in popluar number systems.

HEXB1ADB8
Decimal177173184
Binary101100011010110110111000
Octal261255270

Shades and tints

Shades of #B1ADB8

#B1ADB8
(177,173,184)
#A19EA8
(161,158,168)
#918F98
(145,143,152)
#818088
(129,128,136)
#717178
(113,113,120)
#616268
(97,98,104)
#515358
(81,83,88)
#414448
(65,68,72)
#313538
(49,53,56)
#212628
(33,38,40)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #B1ADB8

#B1ADB8
(177,173,184)
#B8B4BE
(184,180,190)
#BFBBC4
(191,187,196)
#C6C2CA
(198,194,202)
#CDC9D0
(205,201,208)
#D4D0D6
(212,208,214)
#DBD7DC
(219,215,220)
#E2DEE2
(226,222,226)
#E9E5E8
(233,229,232)
#F0ECEE
(240,236,238)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ADB8 color. Also use rgb(177,173,184) instead hex code.

Text Font Color

.myTextColor { color: #B1ADB8; }

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

This text font color is #B1ADB8.


Background Color

.myBgColor { background-color: #B1ADB8; }

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

This div background color is #B1ADB8.


Border color

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

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

This div border color is #B1ADB8.


Opacity

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

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

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

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

This text has shadow with #B1ADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ADB8 on black background.


Color preview on white background

This text has color #B1ADB8 on white background.



Black color preview on #B1ADB8 background

This text has black color on #B1ADB8 background.


White color preview on #B1ADB8 background

This text has white color on #B1ADB8 background.