COLOR #AB90A8

HEX: #AB90A8 RGB: (171,144,168)

Color info

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

RGB color model

#AB90A8 color RGB value is (171,144,168).

RGB: (171,144,168) (67%, 56%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 168 of 255 = 66%

171
144
168

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

Portions of RGB colors in percentages

R + G + B = 171 + 144 + 168 = 483 (100%)
R 171 of 483 ~ 35.4%
G 144 of 483 ~ 29.81%
B 168 of 483 ~ 34.78'%

%35.4
%29.81
%34.78

CMYK color model

#AB90A8 color CMYK value is (0,16,2,33).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK: (0,16,2,33) C0M16Y2K33 (0%,16%,2%,33%) (0.00/0.16/0.02/0.33) 

CMYK percentages

%0
%15.79
%1.75
%32.94

Codes

Color #AB90A8 in popluar color models

AB 90 A8
RGB 171 144 168
HSL 307° 13.85% 61.76%
HSB/HSV 307° 15.79% 67.06%
CMYK 0.00% 15.79% 1.75%
32.94%

Color #AB90A8 in popluar number systems.

HEX AB 90 A8
Decimal 171 144 168
Binary 10101011 10010000 10101000
Octal 253 220 250

Shades and tints

Shades of #AB90A8

#AB90A8
(171,144,168)
#9C8399
(156,131,153)
#8D768A
(141,118,138)
#7E697B
(126,105,123)
#6F5C6C
(111,92,108)
#604F5D
(96,79,93)
#51424E
(81,66,78)
#42353F
(66,53,63)
#332830
(51,40,48)
#241B21
(36,27,33)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB90A8

#AB90A8
(171,144,168)
#B29AAF
(178,154,175)
#B9A4B6
(185,164,182)
#C0AEBD
(192,174,189)
#C7B8C4
(199,184,196)
#CEC2CB
(206,194,203)
#D5CCD2
(213,204,210)
#DCD6D9
(220,214,217)
#E3E0E0
(227,224,224)
#EAEAE7
(234,234,231)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90A8; }

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

This text font color is #AB90A8.

Background Color

.myBgColor { background-color: #AB90A8; }

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

This div background color is #AB90A8.

Border color

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

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

This div border color is #AB90A8.

Opacity

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

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

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

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

This text has shadow with #AB90A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB90A8.

Preview

Color preview on black background

This text has color #AB90A8 on black background.


Color preview on white background

This text has color #AB90A8 on white background.


Black color preview on #AB90A8 background

This text has black color on #AB90A8 background.


White color preview on #AB90A8 background

This text has white color on #AB90A8 background.


Related colors

Complementary color

Complementary color for #hex is #546F57.


I love getcolorcode.com

Triadic colors

1 #A8AB90 and #90A8AB with #AB90A8 are triadic colors.

2 #A890AB and #90ABA8 with #AB90A8 are triadic colors.