COLOR #B1AAC7

HEX: #B1AAC7
RGB: (177,170,199)

Color info

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

RGB color model

#B1AAC7 color RGB value is (177,170,199).

  • red value is 177;
  • green value is 170;
  • blue value is 199.
RGB:
(177,170,199)
(69%,67%,78%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 199 of 255 = 78%

177
170
199

R + G + B ~ 71%. #B1AAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 199 = 546 (100%)
R 177 of 546 ~ 32.42%
G 170 of 546 ~ 31.14%
B 199 of 546 ~ 36.45%

%32.42
%31.14
%36.45

CMYK color model

#B1AAC7 color CMYK value is (11,15,0,22).

  • cyan value is 11.06%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(11,15,0,22)
C11M15Y0K22 
(11%,15%,0%,22%)
(0.11/0.15/0.00/0.22)	

CMYK percentages

%11.06
%14.57
%0
%21.96

Codes

Color #B1AAC7 in popluar color models

B1AAC7
RGB177170199
HSL254°20.57%72.35%
HSB/HSV254°14.57%78.04%
CMYK11.06%14.57%0.00%
21.96%

Color #B1AAC7 in popluar number systems.

HEXB1AAC7
Decimal177170199
Binary101100011010101011000111
Octal261252307

Shades and tints

Shades of #B1AAC7

#B1AAC7
(177,170,199)
#A19BB5
(161,155,181)
#918CA3
(145,140,163)
#817D91
(129,125,145)
#716E7F
(113,110,127)
#615F6D
(97,95,109)
#51505B
(81,80,91)
#414149
(65,65,73)
#313237
(49,50,55)
#212325
(33,35,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B1AAC7

#B1AAC7
(177,170,199)
#B8B1CC
(184,177,204)
#BFB8D1
(191,184,209)
#C6BFD6
(198,191,214)
#CDC6DB
(205,198,219)
#D4CDE0
(212,205,224)
#DBD4E5
(219,212,229)
#E2DBEA
(226,219,234)
#E9E2EF
(233,226,239)
#F0E9F4
(240,233,244)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AAC7 color. Also use rgb(177,170,199) instead hex code.

Text Font Color

.myTextColor { color: #B1AAC7; }

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

This text font color is #B1AAC7.


Background Color

.myBgColor { background-color: #B1AAC7; }

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

This div background color is #B1AAC7.


Border color

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

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

This div border color is #B1AAC7.


Opacity

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

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

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

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

This text has shadow with #B1AAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AAC7 on black background.


Color preview on white background

This text has color #B1AAC7 on white background.



Black color preview on #B1AAC7 background

This text has black color on #B1AAC7 background.


White color preview on #B1AAC7 background

This text has white color on #B1AAC7 background.