COLOR #AB8ECF

HEX: #AB8ECF
RGB: (171,142,207)

Color info

#AB8ECF contains mainly red and blue colors. Web safe color of #AB8ECF is #9999CC (or #99C).

RGB color model

#AB8ECF color RGB value is (171,142,207).

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

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 207 of 255 = 81%

171
142
207

R + G + B ~ 68%. #AB8ECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 207 = 520 (100%)
R 171 of 520 ~ 32.88%
G 142 of 520 ~ 27.31%
B 207 of 520 ~ 39.81%

%32.88
%27.31
%39.81

CMYK color model

#AB8ECF color CMYK value is (17,31,0,19).

  • cyan value is 17.39%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,31,0,19)
C17M31Y0K19 
(17%,31%,0%,19%)
(0.17/0.31/0.00/0.19)	

CMYK percentages

%17.39
%31.4
%0
%18.82

Codes

Color #AB8ECF in popluar color models

AB8ECF
RGB171142207
HSL267°40.37%68.43%
HSB/HSV267°31.40%81.18%
CMYK17.39%31.40%0.00%
18.82%

Color #AB8ECF in popluar number systems.

HEXAB8ECF
Decimal171142207
Binary101010111000111011001111
Octal253216317

Shades and tints

Shades of #AB8ECF

#AB8ECF
(171,142,207)
#9C82BD
(156,130,189)
#8D76AB
(141,118,171)
#7E6A99
(126,106,153)
#6F5E87
(111,94,135)
#605275
(96,82,117)
#514663
(81,70,99)
#423A51
(66,58,81)
#332E3F
(51,46,63)
#24222D
(36,34,45)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #AB8ECF

#AB8ECF
(171,142,207)
#B298D3
(178,152,211)
#B9A2D7
(185,162,215)
#C0ACDB
(192,172,219)
#C7B6DF
(199,182,223)
#CEC0E3
(206,192,227)
#D5CAE7
(213,202,231)
#DCD4EB
(220,212,235)
#E3DEEF
(227,222,239)
#EAE8F3
(234,232,243)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8ECF; }

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

This text font color is #AB8ECF.


Background Color

.myBgColor { background-color: #AB8ECF; }

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

This div background color is #AB8ECF.


Border color

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

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

This div border color is #AB8ECF.


Opacity

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

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

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

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

This text has shadow with #AB8ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8ECF on black background.


Color preview on white background

This text has color #AB8ECF on white background.



Black color preview on #AB8ECF background

This text has black color on #AB8ECF background.


White color preview on #AB8ECF background

This text has white color on #AB8ECF background.