COLOR #AB849B

HEX: #AB849B
RGB: (171,132,155)

Color info

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

RGB color model

#AB849B color RGB value is (171,132,155).

  • red value is 171;
  • green value is 132;
  • blue value is 155.
RGB:
(171,132,155)
(67%,52%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 155 of 255 = 61%

171
132
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 132 + 155 = 458 (100%)
R 171 of 458 ~ 37.34%
G 132 of 458 ~ 28.82%
B 155 of 458 ~ 33.84%

%37.34
%28.82
%33.84

CMYK color model

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

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

Codes

Color #AB849B in popluar color models

AB849B
RGB171132155
HSL325°18.84%59.41%
HSB/HSV325°22.81%67.06%
CMYK0.00%22.81%9.36%
32.94%

Color #AB849B in popluar number systems.

HEXAB849B
Decimal171132155
Binary101010111000010010011011
Octal253204233

Shades and tints

Shades of #AB849B

#AB849B
(171,132,155)
#9C788D
(156,120,141)
#8D6C7F
(141,108,127)
#7E6071
(126,96,113)
#6F5463
(111,84,99)
#604855
(96,72,85)
#513C47
(81,60,71)
#423039
(66,48,57)
#33242B
(51,36,43)
#24181D
(36,24,29)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #AB849B

#AB849B
(171,132,155)
#B28FA4
(178,143,164)
#B99AAD
(185,154,173)
#C0A5B6
(192,165,182)
#C7B0BF
(199,176,191)
#CEBBC8
(206,187,200)
#D5C6D1
(213,198,209)
#DCD1DA
(220,209,218)
#E3DCE3
(227,220,227)
#EAE7EC
(234,231,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB849B color. Also use rgb(171,132,155) instead hex code.

Text Font Color

.myTextColor { color: #AB849B; }

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

This text font color is #AB849B.


Background Color

.myBgColor { background-color: #AB849B; }

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

This div background color is #AB849B.


Border color

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

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

This div border color is #AB849B.


Opacity

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

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

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

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

This text has shadow with #AB849B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB849B on black background.


Color preview on white background

This text has color #AB849B on white background.



Black color preview on #AB849B background

This text has black color on #AB849B background.


White color preview on #AB849B background

This text has white color on #AB849B background.