COLOR #B1A8BC

HEX: #B1A8BC RGB: (177,168,188)

Color info

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

RGB color model

#B1A8BC color RGB value is (177,168,188).

RGB: (177,168,188) (69%, 66%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 188 of 255 = 74%

177
168
188

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

Portions of RGB colors in percentages

R + G + B = 177 + 168 + 188 = 533 (100%)
R 177 of 533 ~ 33.21%
G 168 of 533 ~ 31.52%
B 188 of 533 ~ 35.27'%

%33.21
%31.52
%35.27

CMYK color model

#B1A8BC color CMYK value is (6,11,0,26).

  • cyan value is 5.85%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (6,11,0,26)
C6M11Y0K26 (6%, 11%, 0%, 26%)
(0.06 / 0.11 / 0.00 / 0.26)

CMYK percentages

%5.85
%10.64
%0
%26.27

Codes

Color #B1A8BC in popluar color models

B1 A8 BC
RGB 177 168 188
HSL 267° 12.99% 69.80%
HSB/HSV 267° 10.64% 73.73%
CMYK 5.85% 10.64% 0.00%
26.27%

Color #B1A8BC in popluar number systems.

HEX B1 A8 BC
Decimal 177 168 188
Binary 10110001 10101000 10111100
Octal 261 250 274

Shades and tints

Shades of #B1A8BC

#B1A8BC
(177,168,188)
#A199AB
(161,153,171)
#918A9A
(145,138,154)
#817B89
(129,123,137)
#716C78
(113,108,120)
#615D67
(97,93,103)
#514E56
(81,78,86)
#413F45
(65,63,69)
#313034
(49,48,52)
#212123
(33,33,35)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B1A8BC

#B1A8BC
(177,168,188)
#B8AFC2
(184,175,194)
#BFB6C8
(191,182,200)
#C6BDCE
(198,189,206)
#CDC4D4
(205,196,212)
#D4CBDA
(212,203,218)
#DBD2E0
(219,210,224)
#E2D9E6
(226,217,230)
#E9E0EC
(233,224,236)
#F0E7F2
(240,231,242)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A8BC color. Also use rgb(177,168,188) instead hex code.

Text Font Color

.myTextColor { color: #B1A8BC; }

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

This text font color is #B1A8BC.

Background Color

.myBgColor { background-color: #B1A8BC; }

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

This div background color is #B1A8BC.

Border color

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

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

This div border color is #B1A8BC.

Opacity

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

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

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

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

This text has shadow with #B1A8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A8BC.

Preview

Color preview on black background

This text has color #B1A8BC on black background.


Color preview on white background

This text has color #B1A8BC on white background.


Black color preview on #B1A8BC background

This text has black color on #B1A8BC background.


White color preview on #B1A8BC background

This text has white color on #B1A8BC background.


Related colors

Complementary color

Complementary color for #hex is #4E5743.


I love getcolorcode.com

Triadic colors

1 #BCB1A8 and #A8BCB1 with #B1A8BC are triadic colors.

2 #BCA8B1 and #A8B1BC with #B1A8BC are triadic colors.