COLOR #ABAFBB

HEX: #ABAFBB
RGB: (171,175,187)

Color info

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

RGB color model

#ABAFBB color RGB value is (171,175,187).

  • red value is 171;
  • green value is 175;
  • blue value is 187.
RGB:
(171,175,187)
(67%,69%,73%)

RGB channels and saturation

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

171
175
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 187 = 533 (100%)
R 171 of 533 ~ 32.08%
G 175 of 533 ~ 32.83%
B 187 of 533 ~ 35.08%

%32.08
%32.83
%35.08

CMYK color model

#ABAFBB color CMYK value is (9,6,0,27).

  • cyan value is 8.56%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,6,0,27)
C9M6Y0K27 
(9%,6%,0%,27%)
(0.09/0.06/0.00/0.27)	

CMYK percentages

%8.56
%6.42
%0
%26.67

Codes

Color #ABAFBB in popluar color models

ABAFBB
RGB171175187
HSL225°10.53%70.20%
HSB/HSV225°8.56%73.33%
CMYK8.56%6.42%0.00%
26.67%

Color #ABAFBB in popluar number systems.

HEXABAFBB
Decimal171175187
Binary101010111010111110111011
Octal253257273

Shades and tints

Shades of #ABAFBB

#ABAFBB
(171,175,187)
#9CA0AA
(156,160,170)
#8D9199
(141,145,153)
#7E8288
(126,130,136)
#6F7377
(111,115,119)
#606466
(96,100,102)
#515555
(81,85,85)
#424644
(66,70,68)
#333733
(51,55,51)
#242822
(36,40,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABAFBB

#ABAFBB
(171,175,187)
#B2B6C1
(178,182,193)
#B9BDC7
(185,189,199)
#C0C4CD
(192,196,205)
#C7CBD3
(199,203,211)
#CED2D9
(206,210,217)
#D5D9DF
(213,217,223)
#DCE0E5
(220,224,229)
#E3E7EB
(227,231,235)
#EAEEF1
(234,238,241)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFBB; }

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

This text font color is #ABAFBB.


Background Color

.myBgColor { background-color: #ABAFBB; }

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

This div background color is #ABAFBB.


Border color

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

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

This div border color is #ABAFBB.


Opacity

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

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

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

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

This text has shadow with #ABAFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFBB on black background.


Color preview on white background

This text has color #ABAFBB on white background.



Black color preview on #ABAFBB background

This text has black color on #ABAFBB background.


White color preview on #ABAFBB background

This text has white color on #ABAFBB background.