COLOR #AB91A7

HEX: #AB91A7
RGB: (171,145,167)

Color info

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

RGB color model

#AB91A7 color RGB value is (171,145,167).

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

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 167 of 255 = 65%

171
145
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 167 = 483 (100%)
R 171 of 483 ~ 35.4%
G 145 of 483 ~ 30.02%
B 167 of 483 ~ 34.58%

%35.4
%30.02
%34.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 2.34%
  • 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
%2.34
%32.94

Codes

Color #AB91A7 in popluar color models

AB91A7
RGB171145167
HSL309°13.40%61.96%
HSB/HSV309°15.20%67.06%
CMYK0.00%15.20%2.34%
32.94%

Color #AB91A7 in popluar number systems.

HEXAB91A7
Decimal171145167
Binary101010111001000110100111
Octal253221247

Shades and tints

Shades of #AB91A7

#AB91A7
(171,145,167)
#9C8498
(156,132,152)
#8D7789
(141,119,137)
#7E6A7A
(126,106,122)
#6F5D6B
(111,93,107)
#60505C
(96,80,92)
#51434D
(81,67,77)
#42363E
(66,54,62)
#33292F
(51,41,47)
#241C20
(36,28,32)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #AB91A7

#AB91A7
(171,145,167)
#B29BAF
(178,155,175)
#B9A5B7
(185,165,183)
#C0AFBF
(192,175,191)
#C7B9C7
(199,185,199)
#CEC3CF
(206,195,207)
#D5CDD7
(213,205,215)
#DCD7DF
(220,215,223)
#E3E1E7
(227,225,231)
#EAEBEF
(234,235,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91A7; }

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

This text font color is #AB91A7.


Background Color

.myBgColor { background-color: #AB91A7; }

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

This div background color is #AB91A7.


Border color

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

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

This div border color is #AB91A7.


Opacity

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

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

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

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

This text has shadow with #AB91A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91A7 on black background.


Color preview on white background

This text has color #AB91A7 on white background.



Black color preview on #AB91A7 background

This text has black color on #AB91A7 background.


White color preview on #AB91A7 background

This text has white color on #AB91A7 background.