COLOR #B1ADBB

HEX: #B1ADBB
RGB: (177,173,187)

Color info

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

RGB color model

#B1ADBB color RGB value is (177,173,187).

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

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 187 of 255 = 73%

177
173
187

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

Portions of RGB colors in percentages

R + G + B =
177 + 173 + 187 = 537 (100%)
R 177 of 537 ~ 32.96%
G 173 of 537 ~ 32.22%
B 187 of 537 ~ 34.82%

%32.96
%32.22
%34.82

CMYK color model

#B1ADBB color CMYK value is (5,7,0,27).

  • cyan value is 5.35%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,7,0,27)
C5M7Y0K27 
(5%,7%,0%,27%)
(0.05/0.07/0.00/0.27)	

CMYK percentages

%5.35
%7.49
%0
%26.67

Codes

Color #B1ADBB in popluar color models

B1ADBB
RGB177173187
HSL257°9.33%70.59%
HSB/HSV257°7.49%73.33%
CMYK5.35%7.49%0.00%
26.67%

Color #B1ADBB in popluar number systems.

HEXB1ADBB
Decimal177173187
Binary101100011010110110111011
Octal261255273

Shades and tints

Shades of #B1ADBB

#B1ADBB
(177,173,187)
#A19EAA
(161,158,170)
#918F99
(145,143,153)
#818088
(129,128,136)
#717177
(113,113,119)
#616266
(97,98,102)
#515355
(81,83,85)
#414444
(65,68,68)
#313533
(49,53,51)
#212622
(33,38,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #B1ADBB

#B1ADBB
(177,173,187)
#B8B4C1
(184,180,193)
#BFBBC7
(191,187,199)
#C6C2CD
(198,194,205)
#CDC9D3
(205,201,211)
#D4D0D9
(212,208,217)
#DBD7DF
(219,215,223)
#E2DEE5
(226,222,229)
#E9E5EB
(233,229,235)
#F0ECF1
(240,236,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ADBB; }

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

This text font color is #B1ADBB.


Background Color

.myBgColor { background-color: #B1ADBB; }

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

This div background color is #B1ADBB.


Border color

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

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

This div border color is #B1ADBB.


Opacity

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

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

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

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

This text has shadow with #B1ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ADBB on black background.


Color preview on white background

This text has color #B1ADBB on white background.



Black color preview on #B1ADBB background

This text has black color on #B1ADBB background.


White color preview on #B1ADBB background

This text has white color on #B1ADBB background.