COLOR #AB7FC9

HEX: #AB7FC9
RGB: (171,127,201)

Color info

#AB7FC9 contains mainly red and blue colors. Web safe color of #AB7FC9 is #9966CC (or #96C).

RGB color model

#AB7FC9 color RGB value is (171,127,201).

  • red value is 171;
  • green value is 127;
  • blue value is 201.
RGB:
(171,127,201)
(67%,50%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 201 of 255 = 79%

171
127
201

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 201 = 499 (100%)
R 171 of 499 ~ 34.27%
G 127 of 499 ~ 25.45%
B 201 of 499 ~ 40.28%

%34.27
%25.45
%40.28

CMYK color model

#AB7FC9 color CMYK value is (15,37,0,21).

  • cyan value is 14.93%
  • magenta value is 36.82%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,37,0,21)
C15M37Y0K21 
(15%,37%,0%,21%)
(0.15/0.37/0.00/0.21)	

CMYK percentages

%14.93
%36.82
%0
%21.18

Codes

Color #AB7FC9 in popluar color models

AB7FC9
RGB171127201
HSL276°40.66%64.31%
HSB/HSV276°36.82%78.82%
CMYK14.93%36.82%0.00%
21.18%

Color #AB7FC9 in popluar number systems.

HEXAB7FC9
Decimal171127201
Binary10101011111111111001001
Octal253177311

Shades and tints

Shades of #AB7FC9

#AB7FC9
(171,127,201)
#9C74B7
(156,116,183)
#8D69A5
(141,105,165)
#7E5E93
(126,94,147)
#6F5381
(111,83,129)
#60486F
(96,72,111)
#513D5D
(81,61,93)
#42324B
(66,50,75)
#332739
(51,39,57)
#241C27
(36,28,39)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #AB7FC9

#AB7FC9
(171,127,201)
#B28ACD
(178,138,205)
#B995D1
(185,149,209)
#C0A0D5
(192,160,213)
#C7ABD9
(199,171,217)
#CEB6DD
(206,182,221)
#D5C1E1
(213,193,225)
#DCCCE5
(220,204,229)
#E3D7E9
(227,215,233)
#EAE2ED
(234,226,237)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7FC9 color. Also use rgb(171,127,201) instead hex code.

Text Font Color

.myTextColor { color: #AB7FC9; }

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

This text font color is #AB7FC9.


Background Color

.myBgColor { background-color: #AB7FC9; }

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

This div background color is #AB7FC9.


Border color

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

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

This div border color is #AB7FC9.


Opacity

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

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

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

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

This text has shadow with #AB7FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7FC9 on black background.


Color preview on white background

This text has color #AB7FC9 on white background.



Black color preview on #AB7FC9 background

This text has black color on #AB7FC9 background.


White color preview on #AB7FC9 background

This text has white color on #AB7FC9 background.