COLOR #B1AAC9

HEX: #B1AAC9
RGB: (177,170,201)

Color info

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

RGB color model

#B1AAC9 color RGB value is (177,170,201).

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

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 201 of 255 = 79%

177
170
201

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

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 201 = 548 (100%)
R 177 of 548 ~ 32.3%
G 170 of 548 ~ 31.02%
B 201 of 548 ~ 36.68%

%32.3
%31.02
%36.68

CMYK color model

#B1AAC9 color CMYK value is (12,15,0,21).

  • cyan value is 11.94%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(12,15,0,21)
C12M15Y0K21 
(12%,15%,0%,21%)
(0.12/0.15/0.00/0.21)	

CMYK percentages

%11.94
%15.42
%0
%21.18

Codes

Color #B1AAC9 in popluar color models

B1AAC9
RGB177170201
HSL254°22.30%72.75%
HSB/HSV254°15.42%78.82%
CMYK11.94%15.42%0.00%
21.18%

Color #B1AAC9 in popluar number systems.

HEXB1AAC9
Decimal177170201
Binary101100011010101011001001
Octal261252311

Shades and tints

Shades of #B1AAC9

#B1AAC9
(177,170,201)
#A19BB7
(161,155,183)
#918CA5
(145,140,165)
#817D93
(129,125,147)
#716E81
(113,110,129)
#615F6F
(97,95,111)
#51505D
(81,80,93)
#41414B
(65,65,75)
#313239
(49,50,57)
#212327
(33,35,39)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1AAC9

#B1AAC9
(177,170,201)
#B8B1CD
(184,177,205)
#BFB8D1
(191,184,209)
#C6BFD5
(198,191,213)
#CDC6D9
(205,198,217)
#D4CDDD
(212,205,221)
#DBD4E1
(219,212,225)
#E2DBE5
(226,219,229)
#E9E2E9
(233,226,233)
#F0E9ED
(240,233,237)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AAC9; }

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

This text font color is #B1AAC9.


Background Color

.myBgColor { background-color: #B1AAC9; }

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

This div background color is #B1AAC9.


Border color

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

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

This div border color is #B1AAC9.


Opacity

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

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

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

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

This text has shadow with #B1AAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AAC9 on black background.


Color preview on white background

This text has color #B1AAC9 on white background.



Black color preview on #B1AAC9 background

This text has black color on #B1AAC9 background.


White color preview on #B1AAC9 background

This text has white color on #B1AAC9 background.