COLOR #B1AFC6

HEX: #B1AFC6
RGB: (177,175,198)

Color info

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

RGB color model

#B1AFC6 color RGB value is (177,175,198).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 198 of 255 = 78%

177
175
198

R + G + B ~ 72%. #B1AFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 198 = 550 (100%)
R 177 of 550 ~ 32.18%
G 175 of 550 ~ 31.82%
B 198 of 550 ~ 36%

%32.18
%31.82
%36

CMYK color model

#B1AFC6 color CMYK value is (11,12,0,22).

  • cyan value is 10.61%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(11,12,0,22)
C11M12Y0K22 
(11%,12%,0%,22%)
(0.11/0.12/0.00/0.22)	

CMYK percentages

%10.61
%11.62
%0
%22.35

Codes

Color #B1AFC6 in popluar color models

B1AFC6
RGB177175198
HSL245°16.79%73.14%
HSB/HSV245°11.62%77.65%
CMYK10.61%11.62%0.00%
22.35%

Color #B1AFC6 in popluar number systems.

HEXB1AFC6
Decimal177175198
Binary101100011010111111000110
Octal261257306

Shades and tints

Shades of #B1AFC6

#B1AFC6
(177,175,198)
#A1A0B4
(161,160,180)
#9191A2
(145,145,162)
#818290
(129,130,144)
#71737E
(113,115,126)
#61646C
(97,100,108)
#51555A
(81,85,90)
#414648
(65,70,72)
#313736
(49,55,54)
#212824
(33,40,36)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #B1AFC6

#B1AFC6
(177,175,198)
#B8B6CB
(184,182,203)
#BFBDD0
(191,189,208)
#C6C4D5
(198,196,213)
#CDCBDA
(205,203,218)
#D4D2DF
(212,210,223)
#DBD9E4
(219,217,228)
#E2E0E9
(226,224,233)
#E9E7EE
(233,231,238)
#F0EEF3
(240,238,243)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFC6; }

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

This text font color is #B1AFC6.


Background Color

.myBgColor { background-color: #B1AFC6; }

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

This div background color is #B1AFC6.


Border color

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

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

This div border color is #B1AFC6.


Opacity

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

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

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

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

This text has shadow with #B1AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFC6 on black background.


Color preview on white background

This text has color #B1AFC6 on white background.



Black color preview on #B1AFC6 background

This text has black color on #B1AFC6 background.


White color preview on #B1AFC6 background

This text has white color on #B1AFC6 background.