COLOR #B2ABE1

HEX: #B2ABE1
RGB: (178,171,225)

Color info

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

RGB color model

#B2ABE1 color RGB value is (178,171,225).

  • red value is 178;
  • green value is 171;
  • blue value is 225.
RGB:
(178,171,225)
(70%,67%,88%)

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 225 of 255 = 88%

178
171
225

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

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 225 = 574 (100%)
R 178 of 574 ~ 31.01%
G 171 of 574 ~ 29.79%
B 225 of 574 ~ 39.2%

%31.01
%29.79
%39.2

CMYK color model

#B2ABE1 color CMYK value is (21,24,0,12).

  • cyan value is 20.89%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(21,24,0,12)
C21M24Y0K12 
(21%,24%,0%,12%)
(0.21/0.24/0.00/0.12)	

CMYK percentages

%20.89
%24
%0
%11.76

Codes

Color #B2ABE1 in popluar color models

B2ABE1
RGB178171225
HSL248°47.37%77.65%
HSB/HSV248°24.00%88.24%
CMYK20.89%24.00%0.00%
11.76%

Color #B2ABE1 in popluar number systems.

HEXB2ABE1
Decimal178171225
Binary101100101010101111100001
Octal262253341

Shades and tints

Shades of #B2ABE1

#B2ABE1
(178,171,225)
#A29CCD
(162,156,205)
#928DB9
(146,141,185)
#827EA5
(130,126,165)
#726F91
(114,111,145)
#62607D
(98,96,125)
#525169
(82,81,105)
#424255
(66,66,85)
#323341
(50,51,65)
#22242D
(34,36,45)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #B2ABE1

#B2ABE1
(178,171,225)
#B9B2E3
(185,178,227)
#C0B9E5
(192,185,229)
#C7C0E7
(199,192,231)
#CEC7E9
(206,199,233)
#D5CEEB
(213,206,235)
#DCD5ED
(220,213,237)
#E3DCEF
(227,220,239)
#EAE3F1
(234,227,241)
#F1EAF3
(241,234,243)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ABE1 color. Also use rgb(178,171,225) instead hex code.

Text Font Color

.myTextColor { color: #B2ABE1; }

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

This text font color is #B2ABE1.


Background Color

.myBgColor { background-color: #B2ABE1; }

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

This div background color is #B2ABE1.


Border color

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

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

This div border color is #B2ABE1.


Opacity

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

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

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

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

This text has shadow with #B2ABE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABE1 on black background.


Color preview on white background

This text has color #B2ABE1 on white background.



Black color preview on #B2ABE1 background

This text has black color on #B2ABE1 background.


White color preview on #B2ABE1 background

This text has white color on #B2ABE1 background.