COLOR #ABB2BF

HEX: #ABB2BF
RGB: (171,178,191)

Color info

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

RGB color model

#ABB2BF color RGB value is (171,178,191).

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

RGB channels and saturation

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

171
178
191

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

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 191 = 540 (100%)
R 171 of 540 ~ 31.67%
G 178 of 540 ~ 32.96%
B 191 of 540 ~ 35.37%

%31.67
%32.96
%35.37

CMYK color model

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

  • cyan value is 10.47%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,7,0,25)
C10M7Y0K25 
(10%,7%,0%,25%)
(0.10/0.07/0.00/0.25)	

CMYK percentages

%10.47
%6.81
%0
%25.1

Codes

Color #ABB2BF in popluar color models

ABB2BF
RGB171178191
HSL219°13.51%70.98%
HSB/HSV219°10.47%74.90%
CMYK10.47%6.81%0.00%
25.10%

Color #ABB2BF in popluar number systems.

HEXABB2BF
Decimal171178191
Binary101010111011001010111111
Octal253262277

Shades and tints

Shades of #ABB2BF

#ABB2BF
(171,178,191)
#9CA2AE
(156,162,174)
#8D929D
(141,146,157)
#7E828C
(126,130,140)
#6F727B
(111,114,123)
#60626A
(96,98,106)
#515259
(81,82,89)
#424248
(66,66,72)
#333237
(51,50,55)
#242226
(36,34,38)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABB2BF

#ABB2BF
(171,178,191)
#B2B9C4
(178,185,196)
#B9C0C9
(185,192,201)
#C0C7CE
(192,199,206)
#C7CED3
(199,206,211)
#CED5D8
(206,213,216)
#D5DCDD
(213,220,221)
#DCE3E2
(220,227,226)
#E3EAE7
(227,234,231)
#EAF1EC
(234,241,236)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2BF; }

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

This text font color is #ABB2BF.


Background Color

.myBgColor { background-color: #ABB2BF; }

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

This div background color is #ABB2BF.


Border color

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

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

This div border color is #ABB2BF.


Opacity

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

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

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

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

This text has shadow with #ABB2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2BF on black background.


Color preview on white background

This text has color #ABB2BF on white background.



Black color preview on #ABB2BF background

This text has black color on #ABB2BF background.


White color preview on #ABB2BF background

This text has white color on #ABB2BF background.