COLOR #AB869B

HEX: #AB869B
RGB: (171,134,155)

Color info

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

RGB color model

#AB869B color RGB value is (171,134,155).

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

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 155 of 255 = 61%

171
134
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 155 = 460 (100%)
R 171 of 460 ~ 37.17%
G 134 of 460 ~ 29.13%
B 155 of 460 ~ 33.7%

%37.17
%29.13
%33.7

CMYK color model

#AB869B color CMYK value is (0,22,9,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,22,9,33)
C0M22Y9K33 
(0%,22%,9%,33%)
(0.00/0.22/0.09/0.33)	

CMYK percentages

%0
%21.64
%9.36
%32.94

Codes

Color #AB869B in popluar color models

AB869B
RGB171134155
HSL326°18.05%59.80%
HSB/HSV326°21.64%67.06%
CMYK0.00%21.64%9.36%
32.94%

Color #AB869B in popluar number systems.

HEXAB869B
Decimal171134155
Binary101010111000011010011011
Octal253206233

Shades and tints

Shades of #AB869B

#AB869B
(171,134,155)
#9C7A8D
(156,122,141)
#8D6E7F
(141,110,127)
#7E6271
(126,98,113)
#6F5663
(111,86,99)
#604A55
(96,74,85)
#513E47
(81,62,71)
#423239
(66,50,57)
#33262B
(51,38,43)
#241A1D
(36,26,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #AB869B

#AB869B
(171,134,155)
#B291A4
(178,145,164)
#B99CAD
(185,156,173)
#C0A7B6
(192,167,182)
#C7B2BF
(199,178,191)
#CEBDC8
(206,189,200)
#D5C8D1
(213,200,209)
#DCD3DA
(220,211,218)
#E3DEE3
(227,222,227)
#EAE9EC
(234,233,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB869B; }

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

This text font color is #AB869B.


Background Color

.myBgColor { background-color: #AB869B; }

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

This div background color is #AB869B.


Border color

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

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

This div border color is #AB869B.


Opacity

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

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

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

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

This text has shadow with #AB869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB869B on black background.


Color preview on white background

This text has color #AB869B on white background.



Black color preview on #AB869B background

This text has black color on #AB869B background.


White color preview on #AB869B background

This text has white color on #AB869B background.