COLOR #AB839C

HEX: #AB839C RGB: (171,131,156)

Color info

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

RGB color model

#AB839C color RGB value is (171,131,156).

RGB: (171,131,156) (67%, 51%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 156 of 255 = 61%

171
131
156

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

Portions of RGB colors in percentages

R + G + B = 171 + 131 + 156 = 458 (100%)
R 171 of 458 ~ 37.34%
G 131 of 458 ~ 28.6%
B 156 of 458 ~ 34.06'%

%37.34
%28.6
%34.06

CMYK color model

#AB839C color CMYK value is (0,23,9,33).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 8.77%
  • key color value is 32.94%

CMYK: (0,23,9,33)
C0M23Y9K33 (0%, 23%, 9%, 33%)
(0.00 / 0.23 / 0.09 / 0.33)

CMYK percentages

%0
%23.39
%8.77
%32.94

Codes

Color #AB839C in popluar color models

AB 83 9C
RGB 171 131 156
HSL 323° 19.23% 59.22%
HSB/HSV 323° 23.39% 67.06%
CMYK 0.00% 23.39% 8.77%
32.94%

Color #AB839C in popluar number systems.

HEX AB 83 9C
Decimal 171 131 156
Binary 10101011 10000011 10011100
Octal 253 203 234

Shades and tints

Shades of #AB839C

#AB839C
(171,131,156)
#9C788E
(156,120,142)
#8D6D80
(141,109,128)
#7E6272
(126,98,114)
#6F5764
(111,87,100)
#604C56
(96,76,86)
#514148
(81,65,72)
#42363A
(66,54,58)
#332B2C
(51,43,44)
#24201E
(36,32,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #AB839C

#AB839C
(171,131,156)
#B28EA5
(178,142,165)
#B999AE
(185,153,174)
#C0A4B7
(192,164,183)
#C7AFC0
(199,175,192)
#CEBAC9
(206,186,201)
#D5C5D2
(213,197,210)
#DCD0DB
(220,208,219)
#E3DBE4
(227,219,228)
#EAE6ED
(234,230,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB839C color. Also use rgb(171,131,156) instead hex code.

Text Font Color

.myTextColor { color: #AB839C; }

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

This text font color is #AB839C.

Background Color

.myBgColor { background-color: #AB839C; }

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

This div background color is #AB839C.

Border color

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

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

This div border color is #AB839C.

Opacity

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

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

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

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

This text has shadow with #AB839C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB839C.

Preview

Color preview on black background

This text has color #AB839C on black background.


Color preview on white background

This text has color #AB839C on white background.


Black color preview on #AB839C background

This text has black color on #AB839C background.


White color preview on #AB839C background

This text has white color on #AB839C background.


Related colors

Complementary color

Complementary color for #hex is #547C63.


I love getcolorcode.com

Triadic colors

1 #9CAB83 and #839CAB with #AB839C are triadic colors.

2 #9C83AB and #83AB9C with #AB839C are triadic colors.