COLOR #B1ABBE

HEX: #B1ABBE
RGB: (177,171,190)

Color info

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

RGB color model

#B1ABBE color RGB value is (177,171,190).

  • red value is 177;
  • green value is 171;
  • blue value is 190.
RGB:
(177,171,190)
(69%,67%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 190 of 255 = 75%

177
171
190

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 190 = 538 (100%)
R 177 of 538 ~ 32.9%
G 171 of 538 ~ 31.78%
B 190 of 538 ~ 35.32%

%32.9
%31.78
%35.32

CMYK color model

#B1ABBE color CMYK value is (7,10,0,25).

  • cyan value is 6.84%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,10,0,25)
C7M10Y0K25 
(7%,10%,0%,25%)
(0.07/0.10/0.00/0.25)	

CMYK percentages

%6.84
%10
%0
%25.49

Codes

Color #B1ABBE in popluar color models

B1ABBE
RGB177171190
HSL259°12.75%70.78%
HSB/HSV259°10.00%74.51%
CMYK6.84%10.00%0.00%
25.49%

Color #B1ABBE in popluar number systems.

HEXB1ABBE
Decimal177171190
Binary101100011010101110111110
Octal261253276

Shades and tints

Shades of #B1ABBE

#B1ABBE
(177,171,190)
#A19CAD
(161,156,173)
#918D9C
(145,141,156)
#817E8B
(129,126,139)
#716F7A
(113,111,122)
#616069
(97,96,105)
#515158
(81,81,88)
#414247
(65,66,71)
#313336
(49,51,54)
#212425
(33,36,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B1ABBE

#B1ABBE
(177,171,190)
#B8B2C3
(184,178,195)
#BFB9C8
(191,185,200)
#C6C0CD
(198,192,205)
#CDC7D2
(205,199,210)
#D4CED7
(212,206,215)
#DBD5DC
(219,213,220)
#E2DCE1
(226,220,225)
#E9E3E6
(233,227,230)
#F0EAEB
(240,234,235)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ABBE color. Also use rgb(177,171,190) instead hex code.

Text Font Color

.myTextColor { color: #B1ABBE; }

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

This text font color is #B1ABBE.


Background Color

.myBgColor { background-color: #B1ABBE; }

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

This div background color is #B1ABBE.


Border color

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

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

This div border color is #B1ABBE.


Opacity

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

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

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

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

This text has shadow with #B1ABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABBE on black background.


Color preview on white background

This text has color #B1ABBE on white background.



Black color preview on #B1ABBE background

This text has black color on #B1ABBE background.


White color preview on #B1ABBE background

This text has white color on #B1ABBE background.