COLOR #B1AACB

HEX: #B1AACB
RGB: (177,170,203)

Color info

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

RGB color model

#B1AACB color RGB value is (177,170,203).

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

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 203 of 255 = 80%

177
170
203

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

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 203 = 550 (100%)
R 177 of 550 ~ 32.18%
G 170 of 550 ~ 30.91%
B 203 of 550 ~ 36.91%

%32.18
%30.91
%36.91

CMYK color model

#B1AACB color CMYK value is (13,16,0,20).

  • cyan value is 12.81%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(13,16,0,20)
C13M16Y0K20 
(13%,16%,0%,20%)
(0.13/0.16/0.00/0.20)	

CMYK percentages

%12.81
%16.26
%0
%20.39

Codes

Color #B1AACB in popluar color models

B1AACB
RGB177170203
HSL253°24.09%73.14%
HSB/HSV253°16.26%79.61%
CMYK12.81%16.26%0.00%
20.39%

Color #B1AACB in popluar number systems.

HEXB1AACB
Decimal177170203
Binary101100011010101011001011
Octal261252313

Shades and tints

Shades of #B1AACB

#B1AACB
(177,170,203)
#A19BB9
(161,155,185)
#918CA7
(145,140,167)
#817D95
(129,125,149)
#716E83
(113,110,131)
#615F71
(97,95,113)
#51505F
(81,80,95)
#41414D
(65,65,77)
#31323B
(49,50,59)
#212329
(33,35,41)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #B1AACB

#B1AACB
(177,170,203)
#B8B1CF
(184,177,207)
#BFB8D3
(191,184,211)
#C6BFD7
(198,191,215)
#CDC6DB
(205,198,219)
#D4CDDF
(212,205,223)
#DBD4E3
(219,212,227)
#E2DBE7
(226,219,231)
#E9E2EB
(233,226,235)
#F0E9EF
(240,233,239)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AACB; }

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

This text font color is #B1AACB.


Background Color

.myBgColor { background-color: #B1AACB; }

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

This div background color is #B1AACB.


Border color

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

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

This div border color is #B1AACB.


Opacity

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

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

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

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

This text has shadow with #B1AACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AACB on black background.


Color preview on white background

This text has color #B1AACB on white background.



Black color preview on #B1AACB background

This text has black color on #B1AACB background.


White color preview on #B1AACB background

This text has white color on #B1AACB background.