COLOR #AB94B1

HEX: #AB94B1
RGB: (171,148,177)

Color info

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

RGB color model

#AB94B1 color RGB value is (171,148,177).

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

RGB channels and saturation

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

171
148
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 177 = 496 (100%)
R 171 of 496 ~ 34.48%
G 148 of 496 ~ 29.84%
B 177 of 496 ~ 35.69%

%34.48
%29.84
%35.69

CMYK color model

#AB94B1 color CMYK value is (3,16,0,31).

  • cyan value is 3.39%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,16,0,31)
C3M16Y0K31 
(3%,16%,0%,31%)
(0.03/0.16/0.00/0.31)	

CMYK percentages

%3.39
%16.38
%0
%30.59

Codes

Color #AB94B1 in popluar color models

AB94B1
RGB171148177
HSL288°15.68%63.73%
HSB/HSV288°16.38%69.41%
CMYK3.39%16.38%0.00%
30.59%

Color #AB94B1 in popluar number systems.

HEXAB94B1
Decimal171148177
Binary101010111001010010110001
Octal253224261

Shades and tints

Shades of #AB94B1

#AB94B1
(171,148,177)
#9C87A1
(156,135,161)
#8D7A91
(141,122,145)
#7E6D81
(126,109,129)
#6F6071
(111,96,113)
#605361
(96,83,97)
#514651
(81,70,81)
#423941
(66,57,65)
#332C31
(51,44,49)
#241F21
(36,31,33)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #AB94B1

#AB94B1
(171,148,177)
#B29DB8
(178,157,184)
#B9A6BF
(185,166,191)
#C0AFC6
(192,175,198)
#C7B8CD
(199,184,205)
#CEC1D4
(206,193,212)
#D5CADB
(213,202,219)
#DCD3E2
(220,211,226)
#E3DCE9
(227,220,233)
#EAE5F0
(234,229,240)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB94B1; }

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

This text font color is #AB94B1.


Background Color

.myBgColor { background-color: #AB94B1; }

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

This div background color is #AB94B1.


Border color

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

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

This div border color is #AB94B1.


Opacity

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

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

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

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

This text has shadow with #AB94B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB94B1 on black background.


Color preview on white background

This text has color #AB94B1 on white background.



Black color preview on #AB94B1 background

This text has black color on #AB94B1 background.


White color preview on #AB94B1 background

This text has white color on #AB94B1 background.