COLOR #AB8FB2

HEX: #AB8FB2
RGB: (171,143,178)

Color info

#AB8FB2 contains red, green and blue colors in about the same proportion. Web safe color of #AB8FB2 is #999999 (or #999).

RGB color model

#AB8FB2 color RGB value is (171,143,178).

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

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 178 of 255 = 70%

171
143
178

R + G + B ~ 64%. #AB8FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 178 = 492 (100%)
R 171 of 492 ~ 34.76%
G 143 of 492 ~ 29.07%
B 178 of 492 ~ 36.18%

%34.76
%29.07
%36.18

CMYK color model

#AB8FB2 color CMYK value is (4,20,0,30).

  • cyan value is 3.93%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,20,0,30)
C4M20Y0K30 
(4%,20%,0%,30%)
(0.04/0.20/0.00/0.30)	

CMYK percentages

%3.93
%19.66
%0
%30.2

Codes

Color #AB8FB2 in popluar color models

AB8FB2
RGB171143178
HSL288°18.52%62.94%
HSB/HSV288°19.66%69.80%
CMYK3.93%19.66%0.00%
30.20%

Color #AB8FB2 in popluar number systems.

HEXAB8FB2
Decimal171143178
Binary101010111000111110110010
Octal253217262

Shades and tints

Shades of #AB8FB2

#AB8FB2
(171,143,178)
#9C82A2
(156,130,162)
#8D7592
(141,117,146)
#7E6882
(126,104,130)
#6F5B72
(111,91,114)
#604E62
(96,78,98)
#514152
(81,65,82)
#423442
(66,52,66)
#332732
(51,39,50)
#241A22
(36,26,34)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #AB8FB2

#AB8FB2
(171,143,178)
#B299B9
(178,153,185)
#B9A3C0
(185,163,192)
#C0ADC7
(192,173,199)
#C7B7CE
(199,183,206)
#CEC1D5
(206,193,213)
#D5CBDC
(213,203,220)
#DCD5E3
(220,213,227)
#E3DFEA
(227,223,234)
#EAE9F1
(234,233,241)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8FB2; }

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

This text font color is #AB8FB2.


Background Color

.myBgColor { background-color: #AB8FB2; }

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

This div background color is #AB8FB2.


Border color

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

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

This div border color is #AB8FB2.


Opacity

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

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

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

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

This text has shadow with #AB8FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8FB2 on black background.


Color preview on white background

This text has color #AB8FB2 on white background.



Black color preview on #AB8FB2 background

This text has black color on #AB8FB2 background.


White color preview on #AB8FB2 background

This text has white color on #AB8FB2 background.