COLOR #B2ABCF

HEX: #B2ABCF
RGB: (178,171,207)

Color info

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

RGB color model

#B2ABCF color RGB value is (178,171,207).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 207 of 255 = 81%

178
171
207

R + G + B ~ 73%. #B2ABCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 207 = 556 (100%)
R 178 of 556 ~ 32.01%
G 171 of 556 ~ 30.76%
B 207 of 556 ~ 37.23%

%32.01
%30.76
%37.23

CMYK color model

#B2ABCF color CMYK value is (14,17,0,19).

  • cyan value is 14.01%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,17,0,19)
C14M17Y0K19 
(14%,17%,0%,19%)
(0.14/0.17/0.00/0.19)	

CMYK percentages

%14.01
%17.39
%0
%18.82

Codes

Color #B2ABCF in popluar color models

B2ABCF
RGB178171207
HSL252°27.27%74.12%
HSB/HSV252°17.39%81.18%
CMYK14.01%17.39%0.00%
18.82%

Color #B2ABCF in popluar number systems.

HEXB2ABCF
Decimal178171207
Binary101100101010101111001111
Octal262253317

Shades and tints

Shades of #B2ABCF

#B2ABCF
(178,171,207)
#A29CBD
(162,156,189)
#928DAB
(146,141,171)
#827E99
(130,126,153)
#726F87
(114,111,135)
#626075
(98,96,117)
#525163
(82,81,99)
#424251
(66,66,81)
#32333F
(50,51,63)
#22242D
(34,36,45)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #B2ABCF

#B2ABCF
(178,171,207)
#B9B2D3
(185,178,211)
#C0B9D7
(192,185,215)
#C7C0DB
(199,192,219)
#CEC7DF
(206,199,223)
#D5CEE3
(213,206,227)
#DCD5E7
(220,213,231)
#E3DCEB
(227,220,235)
#EAE3EF
(234,227,239)
#F1EAF3
(241,234,243)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABCF; }

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

This text font color is #B2ABCF.


Background Color

.myBgColor { background-color: #B2ABCF; }

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

This div background color is #B2ABCF.


Border color

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

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

This div border color is #B2ABCF.


Opacity

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

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

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

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

This text has shadow with #B2ABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABCF on black background.


Color preview on white background

This text has color #B2ABCF on white background.



Black color preview on #B2ABCF background

This text has black color on #B2ABCF background.


White color preview on #B2ABCF background

This text has white color on #B2ABCF background.