COLOR #AB8ABF

HEX: #AB8ABF RGB: (171,138,191)

Color info

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

RGB color model

#AB8ABF color RGB value is (171,138,191).

RGB: (171,138,191) (67%, 54%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 191 of 255 = 75%

171
138
191

R + G + B ~ 65%. #AB8ABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 138 + 191 = 500 (100%)
R 171 of 500 ~ 34.2%
G 138 of 500 ~ 27.6%
B 191 of 500 ~ 38.2'%

%34.2
%27.6
%38.2

CMYK color model

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

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

CMYK: (10,28,0,25)
C10M28Y0K25 (10%, 28%, 0%, 25%)
(0.10 / 0.28 / 0.00 / 0.25)

CMYK percentages

%10.47
%27.75
%0
%25.1

Codes

Color #AB8ABF in popluar color models

AB 8A BF
RGB 171 138 191
HSL 277° 29.28% 64.51%
HSB/HSV 277° 27.75% 74.90%
CMYK 10.47% 27.75% 0.00%
25.10%

Color #AB8ABF in popluar number systems.

HEX AB 8A BF
Decimal 171 138 191
Binary 10101011 10001010 10111111
Octal 253 212 277

Shades and tints

Shades of #AB8ABF

#AB8ABF
(171,138,191)
#9C7EAE
(156,126,174)
#8D729D
(141,114,157)
#7E668C
(126,102,140)
#6F5A7B
(111,90,123)
#604E6A
(96,78,106)
#514259
(81,66,89)
#423648
(66,54,72)
#332A37
(51,42,55)
#241E26
(36,30,38)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #AB8ABF

#AB8ABF
(171,138,191)
#B294C4
(178,148,196)
#B99EC9
(185,158,201)
#C0A8CE
(192,168,206)
#C7B2D3
(199,178,211)
#CEBCD8
(206,188,216)
#D5C6DD
(213,198,221)
#DCD0E2
(220,208,226)
#E3DAE7
(227,218,231)
#EAE4EC
(234,228,236)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8ABF; }

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

This text font color is #AB8ABF.

Background Color

.myBgColor { background-color: #AB8ABF; }

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

This div background color is #AB8ABF.

Border color

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

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

This div border color is #AB8ABF.

Opacity

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

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

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

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

This text has shadow with #AB8ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8ABF.

Preview

Color preview on black background

This text has color #AB8ABF on black background.


Color preview on white background

This text has color #AB8ABF on white background.


Black color preview on #AB8ABF background

This text has black color on #AB8ABF background.


White color preview on #AB8ABF background

This text has white color on #AB8ABF background.


Related colors

Complementary color

Complementary color for #hex is #547540.


I love getcolorcode.com

Triadic colors

1 #BFAB8A and #8ABFAB with #AB8ABF are triadic colors.

2 #BF8AAB and #8AABBF with #AB8ABF are triadic colors.