COLOR #B0ABE2

HEX: #B0ABE2
RGB: (176,171,226)

Color info

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

RGB color model

#B0ABE2 color RGB value is (176,171,226).

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

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 226 of 255 = 89%

176
171
226

R + G + B ~ 75%. #B0ABE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 226 = 573 (100%)
R 176 of 573 ~ 30.72%
G 171 of 573 ~ 29.84%
B 226 of 573 ~ 39.44%

%30.72
%29.84
%39.44

CMYK color model

#B0ABE2 color CMYK value is (22,24,0,11).

  • cyan value is 22.12%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(22,24,0,11)
C22M24Y0K11 
(22%,24%,0%,11%)
(0.22/0.24/0.00/0.11)	

CMYK percentages

%22.12
%24.34
%0
%11.37

Codes

Color #B0ABE2 in popluar color models

B0ABE2
RGB176171226
HSL245°48.67%77.84%
HSB/HSV245°24.34%88.63%
CMYK22.12%24.34%0.00%
11.37%

Color #B0ABE2 in popluar number systems.

HEXB0ABE2
Decimal176171226
Binary101100001010101111100010
Octal260253342

Shades and tints

Shades of #B0ABE2

#B0ABE2
(176,171,226)
#A09CCE
(160,156,206)
#908DBA
(144,141,186)
#807EA6
(128,126,166)
#706F92
(112,111,146)
#60607E
(96,96,126)
#50516A
(80,81,106)
#404256
(64,66,86)
#303342
(48,51,66)
#20242E
(32,36,46)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #B0ABE2

#B0ABE2
(176,171,226)
#B7B2E4
(183,178,228)
#BEB9E6
(190,185,230)
#C5C0E8
(197,192,232)
#CCC7EA
(204,199,234)
#D3CEEC
(211,206,236)
#DAD5EE
(218,213,238)
#E1DCF0
(225,220,240)
#E8E3F2
(232,227,242)
#EFEAF4
(239,234,244)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ABE2; }

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

This text font color is #B0ABE2.


Background Color

.myBgColor { background-color: #B0ABE2; }

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

This div background color is #B0ABE2.


Border color

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

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

This div border color is #B0ABE2.


Opacity

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

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

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

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

This text has shadow with #B0ABE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ABE2 on black background.


Color preview on white background

This text has color #B0ABE2 on white background.



Black color preview on #B0ABE2 background

This text has black color on #B0ABE2 background.


White color preview on #B0ABE2 background

This text has white color on #B0ABE2 background.