COLOR #AB8290

HEX: #AB8290 RGB: (171,130,144)

Color info

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

RGB color model

#AB8290 color RGB value is (171,130,144).

RGB: (171,130,144) (67%, 51%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 144 of 255 = 56%

171
130
144

R + G + B ~ 58%. #AB8290 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 130 + 144 = 445 (100%)
R 171 of 445 ~ 38.43%
G 130 of 445 ~ 29.21%
B 144 of 445 ~ 32.36'%

%38.43
%29.21
%32.36

CMYK color model

#AB8290 color CMYK value is (0,24,16,33).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 15.79%
  • key color value is 32.94%

CMYK: (0,24,16,33)
C0M24Y16K33 (0%, 24%, 16%, 33%)
(0.00 / 0.24 / 0.16 / 0.33)

CMYK percentages

%0
%23.98
%15.79
%32.94

Codes

Color #AB8290 in popluar color models

AB 82 90
RGB 171 130 144
HSL 340° 19.62% 59.02%
HSB/HSV 340° 23.98% 67.06%
CMYK 0.00% 23.98% 15.79%
32.94%

Color #AB8290 in popluar number systems.

HEX AB 82 90
Decimal 171 130 144
Binary 10101011 10000010 10010000
Octal 253 202 220

Shades and tints

Shades of #AB8290

#AB8290
(171,130,144)
#9C7783
(156,119,131)
#8D6C76
(141,108,118)
#7E6169
(126,97,105)
#6F565C
(111,86,92)
#604B4F
(96,75,79)
#514042
(81,64,66)
#423535
(66,53,53)
#332A28
(51,42,40)
#241F1B
(36,31,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #AB8290

#AB8290
(171,130,144)
#B28D9A
(178,141,154)
#B998A4
(185,152,164)
#C0A3AE
(192,163,174)
#C7AEB8
(199,174,184)
#CEB9C2
(206,185,194)
#D5C4CC
(213,196,204)
#DCCFD6
(220,207,214)
#E3DAE0
(227,218,224)
#EAE5EA
(234,229,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8290; }

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

This text font color is #AB8290.

Background Color

.myBgColor { background-color: #AB8290; }

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

This div background color is #AB8290.

Border color

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

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

This div border color is #AB8290.

Opacity

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

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

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

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

This text has shadow with #AB8290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8290.

Preview

Color preview on black background

This text has color #AB8290 on black background.


Color preview on white background

This text has color #AB8290 on white background.


Black color preview on #AB8290 background

This text has black color on #AB8290 background.


White color preview on #AB8290 background

This text has white color on #AB8290 background.


Related colors

Complementary color

Complementary color for #hex is #547D6F.


I love getcolorcode.com

Triadic colors

1 #90AB82 and #8290AB with #AB8290 are triadic colors.

2 #9082AB and #82AB90 with #AB8290 are triadic colors.