COLOR #B1AFBB

HEX: #B1AFBB
RGB: (177,175,187)

Color info

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

RGB color model

#B1AFBB color RGB value is (177,175,187).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 187 of 255 = 73%

177
175
187

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 187 = 539 (100%)
R 177 of 539 ~ 32.84%
G 175 of 539 ~ 32.47%
B 187 of 539 ~ 34.69%

%32.84
%32.47
%34.69

CMYK color model

#B1AFBB color CMYK value is (5,6,0,27).

  • cyan value is 5.35%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,6,0,27)
C5M6Y0K27 
(5%,6%,0%,27%)
(0.05/0.06/0.00/0.27)	

CMYK percentages

%5.35
%6.42
%0
%26.67

Codes

Color #B1AFBB in popluar color models

B1AFBB
RGB177175187
HSL250°8.11%70.98%
HSB/HSV250°6.42%73.33%
CMYK5.35%6.42%0.00%
26.67%

Color #B1AFBB in popluar number systems.

HEXB1AFBB
Decimal177175187
Binary101100011010111110111011
Octal261257273

Shades and tints

Shades of #B1AFBB

#B1AFBB
(177,175,187)
#A1A0AA
(161,160,170)
#919199
(145,145,153)
#818288
(129,130,136)
#717377
(113,115,119)
#616466
(97,100,102)
#515555
(81,85,85)
#414644
(65,70,68)
#313733
(49,55,51)
#212822
(33,40,34)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #B1AFBB

#B1AFBB
(177,175,187)
#B8B6C1
(184,182,193)
#BFBDC7
(191,189,199)
#C6C4CD
(198,196,205)
#CDCBD3
(205,203,211)
#D4D2D9
(212,210,217)
#DBD9DF
(219,217,223)
#E2E0E5
(226,224,229)
#E9E7EB
(233,231,235)
#F0EEF1
(240,238,241)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFBB; }

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

This text font color is #B1AFBB.


Background Color

.myBgColor { background-color: #B1AFBB; }

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

This div background color is #B1AFBB.


Border color

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

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

This div border color is #B1AFBB.


Opacity

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

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

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

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

This text has shadow with #B1AFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFBB on black background.


Color preview on white background

This text has color #B1AFBB on white background.



Black color preview on #B1AFBB background

This text has black color on #B1AFBB background.


White color preview on #B1AFBB background

This text has white color on #B1AFBB background.