COLOR #ABAFBA

HEX: #ABAFBA RGB: (171,175,186)

Color info

#ABAFBA contains red, green and blue colors in about the same proportion. Web safe color of #ABAFBA is #9999CC (or #99C).

RGB color model

#ABAFBA color RGB value is (171,175,186).

RGB: (171,175,186) (67%, 69%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 186 of 255 = 73%

171
175
186

R + G + B ~ 70%. #ABAFBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 175 + 186 = 532 (100%)
R 171 of 532 ~ 32.14%
G 175 of 532 ~ 32.89%
B 186 of 532 ~ 34.96'%

%32.14
%32.89
%34.96

CMYK color model

#ABAFBA color CMYK value is (8,6,0,27).

  • cyan value is 8.06%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (8,6,0,27) C8M6Y0K27 (8%,6%,0%,27%) (0.08/0.06/0.00/0.27) 

CMYK percentages

%8.06
%5.91
%0
%27.06

Codes

Color #ABAFBA in popluar color models

AB AF BA
RGB 171 175 186
HSL 224° 9.80% 70.00%
HSB/HSV 224° 8.06% 72.94%
CMYK 8.06% 5.91% 0.00%
27.06%

Color #ABAFBA in popluar number systems.

HEX AB AF BA
Decimal 171 175 186
Binary 10101011 10101111 10111010
Octal 253 257 272

Shades and tints

Shades of #ABAFBA

#ABAFBA
(171,175,186)
#9CA0AA
(156,160,170)
#8D919A
(141,145,154)
#7E828A
(126,130,138)
#6F737A
(111,115,122)
#60646A
(96,100,106)
#51555A
(81,85,90)
#42464A
(66,70,74)
#33373A
(51,55,58)
#24282A
(36,40,42)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #ABAFBA

#ABAFBA
(171,175,186)
#B2B6C0
(178,182,192)
#B9BDC6
(185,189,198)
#C0C4CC
(192,196,204)
#C7CBD2
(199,203,210)
#CED2D8
(206,210,216)
#D5D9DE
(213,217,222)
#DCE0E4
(220,224,228)
#E3E7EA
(227,231,234)
#EAEEF0
(234,238,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAFBA color. Also use rgb(171,175,186) instead hex code.

Text Font Color

.myTextColor { color: #ABAFBA; }

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

This text font color is #ABAFBA.

Background Color

.myBgColor { background-color: #ABAFBA; }

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

This div background color is #ABAFBA.

Border color

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

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

This div border color is #ABAFBA.

Opacity

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

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

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

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

This text has shadow with #ABAFBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAFBA.

Preview

Color preview on black background

This text has color #ABAFBA on black background.


Color preview on white background

This text has color #ABAFBA on white background.


Black color preview on #ABAFBA background

This text has black color on #ABAFBA background.


White color preview on #ABAFBA background

This text has white color on #ABAFBA background.


Related colors

Complementary color

Complementary color for #hex is #545045.


I love getcolorcode.com

Triadic colors

1 #BAABAF and #AFBAAB with #ABAFBA are triadic colors.

2 #BAAFAB and #AFABBA with #ABAFBA are triadic colors.