COLOR #ABB6BC

HEX: #ABB6BC
RGB: (171,182,188)

Color info

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

RGB color model

#ABB6BC color RGB value is (171,182,188).

  • red value is 171;
  • green value is 182;
  • blue value is 188.
RGB:
(171,182,188)
(67%,71%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 188 of 255 = 74%

171
182
188

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 188 = 541 (100%)
R 171 of 541 ~ 31.61%
G 182 of 541 ~ 33.64%
B 188 of 541 ~ 34.75%

%31.61
%33.64
%34.75

CMYK color model

#ABB6BC color CMYK value is (9,3,0,26).

  • cyan value is 9.04%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,3,0,26)
C9M3Y0K26 
(9%,3%,0%,26%)
(0.09/0.03/0.00/0.26)	

CMYK percentages

%9.04
%3.19
%0
%26.27

Codes

Color #ABB6BC in popluar color models

ABB6BC
RGB171182188
HSL201°11.26%70.39%
HSB/HSV201°9.04%73.73%
CMYK9.04%3.19%0.00%
26.27%

Color #ABB6BC in popluar number systems.

HEXABB6BC
Decimal171182188
Binary101010111011011010111100
Octal253266274

Shades and tints

Shades of #ABB6BC

#ABB6BC
(171,182,188)
#9CA6AB
(156,166,171)
#8D969A
(141,150,154)
#7E8689
(126,134,137)
#6F7678
(111,118,120)
#606667
(96,102,103)
#515656
(81,86,86)
#424645
(66,70,69)
#333634
(51,54,52)
#242623
(36,38,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABB6BC

#ABB6BC
(171,182,188)
#B2BCC2
(178,188,194)
#B9C2C8
(185,194,200)
#C0C8CE
(192,200,206)
#C7CED4
(199,206,212)
#CED4DA
(206,212,218)
#D5DAE0
(213,218,224)
#DCE0E6
(220,224,230)
#E3E6EC
(227,230,236)
#EAECF2
(234,236,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6BC; }

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

This text font color is #ABB6BC.


Background Color

.myBgColor { background-color: #ABB6BC; }

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

This div background color is #ABB6BC.


Border color

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

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

This div border color is #ABB6BC.


Opacity

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

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

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

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

This text has shadow with #ABB6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6BC on black background.


Color preview on white background

This text has color #ABB6BC on white background.



Black color preview on #ABB6BC background

This text has black color on #ABB6BC background.


White color preview on #ABB6BC background

This text has white color on #ABB6BC background.