COLOR #B0ABBE

HEX: #B0ABBE
RGB: (176,171,190)

Color info

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

RGB color model

#B0ABBE color RGB value is (176,171,190).

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

RGB channels and saturation

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

176
171
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 190 = 537 (100%)
R 176 of 537 ~ 32.77%
G 171 of 537 ~ 31.84%
B 190 of 537 ~ 35.38%

%32.77
%31.84
%35.38

CMYK color model

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

  • cyan value is 7.37%
  • 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

%7.37
%10
%0
%25.49

Codes

Color #B0ABBE in popluar color models

B0ABBE
RGB176171190
HSL256°12.75%70.78%
HSB/HSV256°10.00%74.51%
CMYK7.37%10.00%0.00%
25.49%

Color #B0ABBE in popluar number systems.

HEXB0ABBE
Decimal176171190
Binary101100001010101110111110
Octal260253276

Shades and tints

Shades of #B0ABBE

#B0ABBE
(176,171,190)
#A09CAD
(160,156,173)
#908D9C
(144,141,156)
#807E8B
(128,126,139)
#706F7A
(112,111,122)
#606069
(96,96,105)
#505158
(80,81,88)
#404247
(64,66,71)
#303336
(48,51,54)
#202425
(32,36,37)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #B0ABBE

#B0ABBE
(176,171,190)
#B7B2C3
(183,178,195)
#BEB9C8
(190,185,200)
#C5C0CD
(197,192,205)
#CCC7D2
(204,199,210)
#D3CED7
(211,206,215)
#DAD5DC
(218,213,220)
#E1DCE1
(225,220,225)
#E8E3E6
(232,227,230)
#EFEAEB
(239,234,235)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ABBE; }

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

This text font color is #B0ABBE.


Background Color

.myBgColor { background-color: #B0ABBE; }

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

This div background color is #B0ABBE.


Border color

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

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

This div border color is #B0ABBE.


Opacity

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

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

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

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

This text has shadow with #B0ABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ABBE on black background.


Color preview on white background

This text has color #B0ABBE on white background.



Black color preview on #B0ABBE background

This text has black color on #B0ABBE background.


White color preview on #B0ABBE background

This text has white color on #B0ABBE background.