COLOR #AB7FB7

HEX: #AB7FB7
RGB: (171,127,183)

Color info

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

RGB color model

#AB7FB7 color RGB value is (171,127,183).

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

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 183 of 255 = 72%

171
127
183

R + G + B ~ 63%. #AB7FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 183 = 481 (100%)
R 171 of 481 ~ 35.55%
G 127 of 481 ~ 26.4%
B 183 of 481 ~ 38.05%

%35.55
%26.4
%38.05

CMYK color model

#AB7FB7 color CMYK value is (7,31,0,28).

  • cyan value is 6.56%
  • magenta value is 30.60%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,31,0,28)
C7M31Y0K28 
(7%,31%,0%,28%)
(0.07/0.31/0.00/0.28)	

CMYK percentages

%6.56
%30.6
%0
%28.24

Codes

Color #AB7FB7 in popluar color models

AB7FB7
RGB171127183
HSL287°28.00%60.78%
HSB/HSV287°30.60%71.76%
CMYK6.56%30.60%0.00%
28.24%

Color #AB7FB7 in popluar number systems.

HEXAB7FB7
Decimal171127183
Binary10101011111111110110111
Octal253177267

Shades and tints

Shades of #AB7FB7

#AB7FB7
(171,127,183)
#9C74A7
(156,116,167)
#8D6997
(141,105,151)
#7E5E87
(126,94,135)
#6F5377
(111,83,119)
#604867
(96,72,103)
#513D57
(81,61,87)
#423247
(66,50,71)
#332737
(51,39,55)
#241C27
(36,28,39)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB7FB7

#AB7FB7
(171,127,183)
#B28ABD
(178,138,189)
#B995C3
(185,149,195)
#C0A0C9
(192,160,201)
#C7ABCF
(199,171,207)
#CEB6D5
(206,182,213)
#D5C1DB
(213,193,219)
#DCCCE1
(220,204,225)
#E3D7E7
(227,215,231)
#EAE2ED
(234,226,237)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7FB7; }

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

This text font color is #AB7FB7.


Background Color

.myBgColor { background-color: #AB7FB7; }

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

This div background color is #AB7FB7.


Border color

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

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

This div border color is #AB7FB7.


Opacity

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

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

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

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

This text has shadow with #AB7FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7FB7 on black background.


Color preview on white background

This text has color #AB7FB7 on white background.



Black color preview on #AB7FB7 background

This text has black color on #AB7FB7 background.


White color preview on #AB7FB7 background

This text has white color on #AB7FB7 background.