COLOR #AB93B1

HEX: #AB93B1
RGB: (171,147,177)

Color info

#AB93B1 contains red, green and blue colors in about the same proportion. Web safe color of #AB93B1 is #999999 (or #999).

RGB color model

#AB93B1 color RGB value is (171,147,177).

  • red value is 171;
  • green value is 147;
  • blue value is 177.
RGB:
(171,147,177)
(67%,58%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 177 of 255 = 69%

171
147
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 177 = 495 (100%)
R 171 of 495 ~ 34.55%
G 147 of 495 ~ 29.7%
B 177 of 495 ~ 35.76%

%34.55
%29.7
%35.76

CMYK color model

#AB93B1 color CMYK value is (3,17,0,31).

  • cyan value is 3.39%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,17,0,31)
C3M17Y0K31 
(3%,17%,0%,31%)
(0.03/0.17/0.00/0.31)	

CMYK percentages

%3.39
%16.95
%0
%30.59

Codes

Color #AB93B1 in popluar color models

AB93B1
RGB171147177
HSL288°16.13%63.53%
HSB/HSV288°16.95%69.41%
CMYK3.39%16.95%0.00%
30.59%

Color #AB93B1 in popluar number systems.

HEXAB93B1
Decimal171147177
Binary101010111001001110110001
Octal253223261

Shades and tints

Shades of #AB93B1

#AB93B1
(171,147,177)
#9C86A1
(156,134,161)
#8D7991
(141,121,145)
#7E6C81
(126,108,129)
#6F5F71
(111,95,113)
#605261
(96,82,97)
#514551
(81,69,81)
#423841
(66,56,65)
#332B31
(51,43,49)
#241E21
(36,30,33)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB93B1

#AB93B1
(171,147,177)
#B29CB8
(178,156,184)
#B9A5BF
(185,165,191)
#C0AEC6
(192,174,198)
#C7B7CD
(199,183,205)
#CEC0D4
(206,192,212)
#D5C9DB
(213,201,219)
#DCD2E2
(220,210,226)
#E3DBE9
(227,219,233)
#EAE4F0
(234,228,240)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB93B1 color. Also use rgb(171,147,177) instead hex code.

Text Font Color

.myTextColor { color: #AB93B1; }

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

This text font color is #AB93B1.


Background Color

.myBgColor { background-color: #AB93B1; }

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

This div background color is #AB93B1.


Border color

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

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

This div border color is #AB93B1.


Opacity

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

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

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

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

This text has shadow with #AB93B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93B1 on black background.


Color preview on white background

This text has color #AB93B1 on white background.



Black color preview on #AB93B1 background

This text has black color on #AB93B1 background.


White color preview on #AB93B1 background

This text has white color on #AB93B1 background.