COLOR #AB91A8

HEX: #AB91A8
RGB: (171,145,168)

Color info

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

RGB color model

#AB91A8 color RGB value is (171,145,168).

  • red value is 171;
  • green value is 145;
  • blue value is 168.
RGB:
(171,145,168)
(67%,57%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 168 of 255 = 66%

171
145
168

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 168 = 484 (100%)
R 171 of 484 ~ 35.33%
G 145 of 484 ~ 29.96%
B 168 of 484 ~ 34.71%

%35.33
%29.96
%34.71

CMYK color model

#AB91A8 color CMYK value is (0,15,2,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK:
(0,15,2,33)
C0M15Y2K33 
(0%,15%,2%,33%)
(0.00/0.15/0.02/0.33)	

CMYK percentages

%0
%15.2
%1.75
%32.94

Codes

Color #AB91A8 in popluar color models

AB91A8
RGB171145168
HSL307°13.40%61.96%
HSB/HSV307°15.20%67.06%
CMYK0.00%15.20%1.75%
32.94%

Color #AB91A8 in popluar number systems.

HEXAB91A8
Decimal171145168
Binary101010111001000110101000
Octal253221250

Shades and tints

Shades of #AB91A8

#AB91A8
(171,145,168)
#9C8499
(156,132,153)
#8D778A
(141,119,138)
#7E6A7B
(126,106,123)
#6F5D6C
(111,93,108)
#60505D
(96,80,93)
#51434E
(81,67,78)
#42363F
(66,54,63)
#332930
(51,41,48)
#241C21
(36,28,33)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB91A8

#AB91A8
(171,145,168)
#B29BAF
(178,155,175)
#B9A5B6
(185,165,182)
#C0AFBD
(192,175,189)
#C7B9C4
(199,185,196)
#CEC3CB
(206,195,203)
#D5CDD2
(213,205,210)
#DCD7D9
(220,215,217)
#E3E1E0
(227,225,224)
#EAEBE7
(234,235,231)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB91A8 color. Also use rgb(171,145,168) instead hex code.

Text Font Color

.myTextColor { color: #AB91A8; }

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

This text font color is #AB91A8.


Background Color

.myBgColor { background-color: #AB91A8; }

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

This div background color is #AB91A8.


Border color

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

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

This div border color is #AB91A8.


Opacity

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

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

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

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

This text has shadow with #AB91A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91A8 on black background.


Color preview on white background

This text has color #AB91A8 on white background.



Black color preview on #AB91A8 background

This text has black color on #AB91A8 background.


White color preview on #AB91A8 background

This text has white color on #AB91A8 background.