COLOR #B2ABF3

HEX: #B2ABF3 RGB: (178,171,243)

Color info

#B2ABF3 contains mainly blue color. Web safe color of #B2ABF3 is #9999FF (or #99F).

RGB color model

#B2ABF3 color RGB value is (178,171,243).

RGB: (178,171,243) (70%, 67%, 95%)

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 243 of 255 = 95%

178
171
243

R + G + B ~ 77%. #B2ABF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 171 + 243 = 592 (100%)
R 178 of 592 ~ 30.07%
G 171 of 592 ~ 28.89%
B 243 of 592 ~ 41.05'%

%30.07
%28.89
%41.05

CMYK color model

#B2ABF3 color CMYK value is (27,30,0,5).

  • cyan value is 26.75%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (27,30,0,5)
C27M30Y0K5 (27%, 30%, 0%, 5%)
(0.27 / 0.30 / 0.00 / 0.05)

CMYK percentages

%26.75
%29.63
%0
%4.71

Codes

Color #B2ABF3 in popluar color models

B2 AB F3
RGB 178 171 243
HSL 246° 75.00% 81.18%
HSB/HSV 246° 29.63% 95.29%
CMYK 26.75% 29.63% 0.00%
4.71%

Color #B2ABF3 in popluar number systems.

HEX B2 AB F3
Decimal 178 171 243
Binary 10110010 10101011 11110011
Octal 262 253 363

Shades and tints

Shades of #B2ABF3

#B2ABF3
(178,171,243)
#A29CDD
(162,156,221)
#928DC7
(146,141,199)
#827EB1
(130,126,177)
#726F9B
(114,111,155)
#626085
(98,96,133)
#52516F
(82,81,111)
#424259
(66,66,89)
#323343
(50,51,67)
#22242D
(34,36,45)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #B2ABF3

#B2ABF3
(178,171,243)
#B9B2F4
(185,178,244)
#C0B9F5
(192,185,245)
#C7C0F6
(199,192,246)
#CEC7F7
(206,199,247)
#D5CEF8
(213,206,248)
#DCD5F9
(220,213,249)
#E3DCFA
(227,220,250)
#EAE3FB
(234,227,251)
#F1EAFC
(241,234,252)
#F8F1FD
(248,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABF3; }

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

This text font color is #B2ABF3.

Background Color

.myBgColor { background-color: #B2ABF3; }

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

This div background color is #B2ABF3.

Border color

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

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

This div border color is #B2ABF3.

Opacity

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

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

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

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

This text has shadow with #B2ABF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ABF3.

Preview

Color preview on black background

This text has color #B2ABF3 on black background.


Color preview on white background

This text has color #B2ABF3 on white background.


Black color preview on #B2ABF3 background

This text has black color on #B2ABF3 background.


White color preview on #B2ABF3 background

This text has white color on #B2ABF3 background.


Related colors

Complementary color

Complementary color for #hex is #4D540C.


I love getcolorcode.com

Triadic colors

1 #F3B2AB and #ABF3B2 with #B2ABF3 are triadic colors.

2 #F3ABB2 and #ABB2F3 with #B2ABF3 are triadic colors.