COLOR #ABABBF

HEX: #ABABBF RGB: (171,171,191)

Color info

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

RGB color model

#ABABBF color RGB value is (171,171,191).

RGB: (171,171,191) (67%, 67%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 191 of 255 = 75%

171
171
191

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

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 191 = 533 (100%)
R 171 of 533 ~ 32.08%
G 171 of 533 ~ 32.08%
B 191 of 533 ~ 35.83'%

%32.08
%32.08
%35.83

CMYK color model

#ABABBF color CMYK value is (10,10,0,25).

  • cyan value is 10.47%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (10,10,0,25)
C10M10Y0K25 (10%, 10%, 0%, 25%)
(0.10 / 0.10 / 0.00 / 0.25)

CMYK percentages

%10.47
%10.47
%0
%25.1

Codes

Color #ABABBF in popluar color models

AB AB BF
RGB 171 171 191
HSL 240° 13.51% 70.98%
HSB/HSV 240° 10.47% 74.90%
CMYK 10.47% 10.47% 0.00%
25.10%

Color #ABABBF in popluar number systems.

HEX AB AB BF
Decimal 171 171 191
Binary 10101011 10101011 10111111
Octal 253 253 277

Shades and tints

Shades of #ABABBF

#ABABBF
(171,171,191)
#9C9CAE
(156,156,174)
#8D8D9D
(141,141,157)
#7E7E8C
(126,126,140)
#6F6F7B
(111,111,123)
#60606A
(96,96,106)
#515159
(81,81,89)
#424248
(66,66,72)
#333337
(51,51,55)
#242426
(36,36,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABABBF

#ABABBF
(171,171,191)
#B2B2C4
(178,178,196)
#B9B9C9
(185,185,201)
#C0C0CE
(192,192,206)
#C7C7D3
(199,199,211)
#CECED8
(206,206,216)
#D5D5DD
(213,213,221)
#DCDCE2
(220,220,226)
#E3E3E7
(227,227,231)
#EAEAEC
(234,234,236)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABBF; }

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

This text font color is #ABABBF.

Background Color

.myBgColor { background-color: #ABABBF; }

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

This div background color is #ABABBF.

Border color

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

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

This div border color is #ABABBF.

Opacity

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

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

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

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

This text has shadow with #ABABBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABABBF.

Preview

Color preview on black background

This text has color #ABABBF on black background.


Color preview on white background

This text has color #ABABBF on white background.


Black color preview on #ABABBF background

This text has black color on #ABABBF background.


White color preview on #ABABBF background

This text has white color on #ABABBF background.


Related colors

Complementary color

Complementary color for #hex is #545440.


I love getcolorcode.com