COLOR #AB9FB3

HEX: #AB9FB3 RGB: (171,159,179)

Color info

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

RGB color model

#AB9FB3 color RGB value is (171,159,179).

RGB: (171,159,179) (67%, 62%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 179 of 255 = 70%

171
159
179

R + G + B ~ 66%. #AB9FB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 179 = 509 (100%)
R 171 of 509 ~ 33.6%
G 159 of 509 ~ 31.24%
B 179 of 509 ~ 35.17'%

%33.6
%31.24
%35.17

CMYK color model

#AB9FB3 color CMYK value is (4,11,0,30).

  • cyan value is 4.47%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (4,11,0,30)
C4M11Y0K30 (4%, 11%, 0%, 30%)
(0.04 / 0.11 / 0.00 / 0.30)

CMYK percentages

%4.47
%11.17
%0
%29.8

Codes

Color #AB9FB3 in popluar color models

AB 9F B3
RGB 171 159 179
HSL 276° 11.63% 66.27%
HSB/HSV 276° 11.17% 70.20%
CMYK 4.47% 11.17% 0.00%
29.80%

Color #AB9FB3 in popluar number systems.

HEX AB 9F B3
Decimal 171 159 179
Binary 10101011 10011111 10110011
Octal 253 237 263

Shades and tints

Shades of #AB9FB3

#AB9FB3
(171,159,179)
#9C91A3
(156,145,163)
#8D8393
(141,131,147)
#7E7583
(126,117,131)
#6F6773
(111,103,115)
#605963
(96,89,99)
#514B53
(81,75,83)
#423D43
(66,61,67)
#332F33
(51,47,51)
#242123
(36,33,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB9FB3

#AB9FB3
(171,159,179)
#B2A7B9
(178,167,185)
#B9AFBF
(185,175,191)
#C0B7C5
(192,183,197)
#C7BFCB
(199,191,203)
#CEC7D1
(206,199,209)
#D5CFD7
(213,207,215)
#DCD7DD
(220,215,221)
#E3DFE3
(227,223,227)
#EAE7E9
(234,231,233)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9FB3 color. Also use rgb(171,159,179) instead hex code.

Text Font Color

.myTextColor { color: #AB9FB3; }

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

This text font color is #AB9FB3.

Background Color

.myBgColor { background-color: #AB9FB3; }

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

This div background color is #AB9FB3.

Border color

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

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

This div border color is #AB9FB3.

Opacity

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

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

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

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

This text has shadow with #AB9FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FB3.

Preview

Color preview on black background

This text has color #AB9FB3 on black background.


Color preview on white background

This text has color #AB9FB3 on white background.


Black color preview on #AB9FB3 background

This text has black color on #AB9FB3 background.


White color preview on #AB9FB3 background

This text has white color on #AB9FB3 background.


Related colors

Complementary color

Complementary color for #hex is #54604C.


I love getcolorcode.com

Triadic colors

1 #B3AB9F and #9FB3AB with #AB9FB3 are triadic colors.

2 #B39FAB and #9FABB3 with #AB9FB3 are triadic colors.