COLOR #ABBABF

HEX: #ABBABF
RGB: (171,186,191)

Color info

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

RGB color model

#ABBABF color RGB value is (171,186,191).

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

RGB channels and saturation

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

171
186
191

R + G + B ~ 72%. #ABBABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 191 = 548 (100%)
R 171 of 548 ~ 31.2%
G 186 of 548 ~ 33.94%
B 191 of 548 ~ 34.85%

%31.2
%33.94
%34.85

CMYK color model

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

  • cyan value is 10.47%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,3,0,25)
C10M3Y0K25 
(10%,3%,0%,25%)
(0.10/0.03/0.00/0.25)	

CMYK percentages

%10.47
%2.62
%0
%25.1

Codes

Color #ABBABF in popluar color models

ABBABF
RGB171186191
HSL195°13.51%70.98%
HSB/HSV195°10.47%74.90%
CMYK10.47%2.62%0.00%
25.10%

Color #ABBABF in popluar number systems.

HEXABBABF
Decimal171186191
Binary101010111011101010111111
Octal253272277

Shades and tints

Shades of #ABBABF

#ABBABF
(171,186,191)
#9CAAAE
(156,170,174)
#8D9A9D
(141,154,157)
#7E8A8C
(126,138,140)
#6F7A7B
(111,122,123)
#606A6A
(96,106,106)
#515A59
(81,90,89)
#424A48
(66,74,72)
#333A37
(51,58,55)
#242A26
(36,42,38)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABBABF

#ABBABF
(171,186,191)
#B2C0C4
(178,192,196)
#B9C6C9
(185,198,201)
#C0CCCE
(192,204,206)
#C7D2D3
(199,210,211)
#CED8D8
(206,216,216)
#D5DEDD
(213,222,221)
#DCE4E2
(220,228,226)
#E3EAE7
(227,234,231)
#EAF0EC
(234,240,236)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBABF; }

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

This text font color is #ABBABF.


Background Color

.myBgColor { background-color: #ABBABF; }

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

This div background color is #ABBABF.


Border color

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

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

This div border color is #ABBABF.


Opacity

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

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

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

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

This text has shadow with #ABBABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBABF on black background.


Color preview on white background

This text has color #ABBABF on white background.



Black color preview on #ABBABF background

This text has black color on #ABBABF background.


White color preview on #ABBABF background

This text has white color on #ABBABF background.