COLOR #AB8FBF

HEX: #AB8FBF RGB: (171,143,191)

Color info

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

RGB color model

#AB8FBF color RGB value is (171,143,191).

RGB: (171,143,191) (67%, 56%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 191 of 255 = 75%

171
143
191

R + G + B ~ 66%. #AB8FBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 143 + 191 = 505 (100%)
R 171 of 505 ~ 33.86%
G 143 of 505 ~ 28.32%
B 191 of 505 ~ 37.82'%

%33.86
%28.32
%37.82

CMYK color model

#AB8FBF color CMYK value is (10,25,0,25).

  • cyan value is 10.47%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (10,25,0,25)
C10M25Y0K25 (10%, 25%, 0%, 25%)
(0.10 / 0.25 / 0.00 / 0.25)

CMYK percentages

%10.47
%25.13
%0
%25.1

Codes

Color #AB8FBF in popluar color models

AB 8F BF
RGB 171 143 191
HSL 275° 27.27% 65.49%
HSB/HSV 275° 25.13% 74.90%
CMYK 10.47% 25.13% 0.00%
25.10%

Color #AB8FBF in popluar number systems.

HEX AB 8F BF
Decimal 171 143 191
Binary 10101011 10001111 10111111
Octal 253 217 277

Shades and tints

Shades of #AB8FBF

#AB8FBF
(171,143,191)
#9C82AE
(156,130,174)
#8D759D
(141,117,157)
#7E688C
(126,104,140)
#6F5B7B
(111,91,123)
#604E6A
(96,78,106)
#514159
(81,65,89)
#423448
(66,52,72)
#332737
(51,39,55)
#241A26
(36,26,38)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB8FBF

#AB8FBF
(171,143,191)
#B299C4
(178,153,196)
#B9A3C9
(185,163,201)
#C0ADCE
(192,173,206)
#C7B7D3
(199,183,211)
#CEC1D8
(206,193,216)
#D5CBDD
(213,203,221)
#DCD5E2
(220,213,226)
#E3DFE7
(227,223,231)
#EAE9EC
(234,233,236)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8FBF; }

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

This text font color is #AB8FBF.

Background Color

.myBgColor { background-color: #AB8FBF; }

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

This div background color is #AB8FBF.

Border color

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

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

This div border color is #AB8FBF.

Opacity

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

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

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

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

This text has shadow with #AB8FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8FBF.

Preview

Color preview on black background

This text has color #AB8FBF on black background.


Color preview on white background

This text has color #AB8FBF on white background.


Black color preview on #AB8FBF background

This text has black color on #AB8FBF background.


White color preview on #AB8FBF background

This text has white color on #AB8FBF background.


Related colors

Complementary color

Complementary color for #hex is #547040.


I love getcolorcode.com

Triadic colors

1 #BFAB8F and #8FBFAB with #AB8FBF are triadic colors.

2 #BF8FAB and #8FABBF with #AB8FBF are triadic colors.