COLOR #B0ABCC

HEX: #B0ABCC
RGB: (176,171,204)

Color info

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

RGB color model

#B0ABCC color RGB value is (176,171,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 204 of 255 = 80%

176
171
204

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 204 = 551 (100%)
R 176 of 551 ~ 31.94%
G 171 of 551 ~ 31.03%
B 204 of 551 ~ 37.02%

%31.94
%31.03
%37.02

CMYK color model

#B0ABCC color CMYK value is (14,16,0,20).

  • cyan value is 13.73%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,16,0,20)
C14M16Y0K20 
(14%,16%,0%,20%)
(0.14/0.16/0.00/0.20)	

CMYK percentages

%13.73
%16.18
%0
%20

Codes

Color #B0ABCC in popluar color models

B0ABCC
RGB176171204
HSL249°24.44%73.53%
HSB/HSV249°16.18%80.00%
CMYK13.73%16.18%0.00%
20.00%

Color #B0ABCC in popluar number systems.

HEXB0ABCC
Decimal176171204
Binary101100001010101111001100
Octal260253314

Shades and tints

Shades of #B0ABCC

#B0ABCC
(176,171,204)
#A09CBA
(160,156,186)
#908DA8
(144,141,168)
#807E96
(128,126,150)
#706F84
(112,111,132)
#606072
(96,96,114)
#505160
(80,81,96)
#40424E
(64,66,78)
#30333C
(48,51,60)
#20242A
(32,36,42)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B0ABCC

#B0ABCC
(176,171,204)
#B7B2D0
(183,178,208)
#BEB9D4
(190,185,212)
#C5C0D8
(197,192,216)
#CCC7DC
(204,199,220)
#D3CEE0
(211,206,224)
#DAD5E4
(218,213,228)
#E1DCE8
(225,220,232)
#E8E3EC
(232,227,236)
#EFEAF0
(239,234,240)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ABCC; }

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

This text font color is #B0ABCC.


Background Color

.myBgColor { background-color: #B0ABCC; }

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

This div background color is #B0ABCC.


Border color

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

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

This div border color is #B0ABCC.


Opacity

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

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

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

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

This text has shadow with #B0ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ABCC on black background.


Color preview on white background

This text has color #B0ABCC on white background.



Black color preview on #B0ABCC background

This text has black color on #B0ABCC background.


White color preview on #B0ABCC background

This text has white color on #B0ABCC background.