COLOR #ABB3BF

HEX: #ABB3BF
RGB: (171,179,191)

Color info

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

RGB color model

#ABB3BF color RGB value is (171,179,191).

  • red value is 171;
  • green value is 179;
  • blue value is 191.
RGB:
(171,179,191)
(67%,70%,75%)

RGB channels and saturation

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

171
179
191

R + G + B ~ 71%. #ABB3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 191 = 541 (100%)
R 171 of 541 ~ 31.61%
G 179 of 541 ~ 33.09%
B 191 of 541 ~ 35.3%

%31.61
%33.09
%35.3

CMYK color model

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

  • cyan value is 10.47%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,6,0,25)
C10M6Y0K25 
(10%,6%,0%,25%)
(0.10/0.06/0.00/0.25)	

CMYK percentages

%10.47
%6.28
%0
%25.1

Codes

Color #ABB3BF in popluar color models

ABB3BF
RGB171179191
HSL216°13.51%70.98%
HSB/HSV216°10.47%74.90%
CMYK10.47%6.28%0.00%
25.10%

Color #ABB3BF in popluar number systems.

HEXABB3BF
Decimal171179191
Binary101010111011001110111111
Octal253263277

Shades and tints

Shades of #ABB3BF

#ABB3BF
(171,179,191)
#9CA3AE
(156,163,174)
#8D939D
(141,147,157)
#7E838C
(126,131,140)
#6F737B
(111,115,123)
#60636A
(96,99,106)
#515359
(81,83,89)
#424348
(66,67,72)
#333337
(51,51,55)
#242326
(36,35,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABB3BF

#ABB3BF
(171,179,191)
#B2B9C4
(178,185,196)
#B9BFC9
(185,191,201)
#C0C5CE
(192,197,206)
#C7CBD3
(199,203,211)
#CED1D8
(206,209,216)
#D5D7DD
(213,215,221)
#DCDDE2
(220,221,226)
#E3E3E7
(227,227,231)
#EAE9EC
(234,233,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3BF; }

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

This text font color is #ABB3BF.


Background Color

.myBgColor { background-color: #ABB3BF; }

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

This div background color is #ABB3BF.


Border color

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

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

This div border color is #ABB3BF.


Opacity

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

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

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

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

This text has shadow with #ABB3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB3BF on black background.


Color preview on white background

This text has color #ABB3BF on white background.



Black color preview on #ABB3BF background

This text has black color on #ABB3BF background.


White color preview on #ABB3BF background

This text has white color on #ABB3BF background.