COLOR #B0ABE4

HEX: #B0ABE4
RGB: (176,171,228)

Color info

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

RGB color model

#B0ABE4 color RGB value is (176,171,228).

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

RGB channels and saturation

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

176
171
228

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 228 = 575 (100%)
R 176 of 575 ~ 30.61%
G 171 of 575 ~ 29.74%
B 228 of 575 ~ 39.65%

%30.61
%29.74
%39.65

CMYK color model

#B0ABE4 color CMYK value is (23,25,0,11).

  • cyan value is 22.81%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(23,25,0,11)
C23M25Y0K11 
(23%,25%,0%,11%)
(0.23/0.25/0.00/0.11)	

CMYK percentages

%22.81
%25
%0
%10.59

Codes

Color #B0ABE4 in popluar color models

B0ABE4
RGB176171228
HSL245°51.35%78.24%
HSB/HSV245°25.00%89.41%
CMYK22.81%25.00%0.00%
10.59%

Color #B0ABE4 in popluar number systems.

HEXB0ABE4
Decimal176171228
Binary101100001010101111100100
Octal260253344

Shades and tints

Shades of #B0ABE4

#B0ABE4
(176,171,228)
#A09CD0
(160,156,208)
#908DBC
(144,141,188)
#807EA8
(128,126,168)
#706F94
(112,111,148)
#606080
(96,96,128)
#50516C
(80,81,108)
#404258
(64,66,88)
#303344
(48,51,68)
#202430
(32,36,48)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #B0ABE4

#B0ABE4
(176,171,228)
#B7B2E6
(183,178,230)
#BEB9E8
(190,185,232)
#C5C0EA
(197,192,234)
#CCC7EC
(204,199,236)
#D3CEEE
(211,206,238)
#DAD5F0
(218,213,240)
#E1DCF2
(225,220,242)
#E8E3F4
(232,227,244)
#EFEAF6
(239,234,246)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ABE4; }

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

This text font color is #B0ABE4.


Background Color

.myBgColor { background-color: #B0ABE4; }

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

This div background color is #B0ABE4.


Border color

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

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

This div border color is #B0ABE4.


Opacity

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

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

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

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

This text has shadow with #B0ABE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ABE4 on black background.


Color preview on white background

This text has color #B0ABE4 on white background.



Black color preview on #B0ABE4 background

This text has black color on #B0ABE4 background.


White color preview on #B0ABE4 background

This text has white color on #B0ABE4 background.