COLOR #ABB6BB

HEX: #ABB6BB
RGB: (171,182,187)

Color info

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

RGB color model

#ABB6BB color RGB value is (171,182,187).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 187 of 255 = 73%

171
182
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 187 = 540 (100%)
R 171 of 540 ~ 31.67%
G 182 of 540 ~ 33.7%
B 187 of 540 ~ 34.63%

%31.67
%33.7
%34.63

CMYK color model

#ABB6BB color CMYK value is (9,3,0,27).

  • cyan value is 8.56%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,3,0,27)
C9M3Y0K27 
(9%,3%,0%,27%)
(0.09/0.03/0.00/0.27)	

CMYK percentages

%8.56
%2.67
%0
%26.67

Codes

Color #ABB6BB in popluar color models

ABB6BB
RGB171182187
HSL199°10.53%70.20%
HSB/HSV199°8.56%73.33%
CMYK8.56%2.67%0.00%
26.67%

Color #ABB6BB in popluar number systems.

HEXABB6BB
Decimal171182187
Binary101010111011011010111011
Octal253266273

Shades and tints

Shades of #ABB6BB

#ABB6BB
(171,182,187)
#9CA6AA
(156,166,170)
#8D9699
(141,150,153)
#7E8688
(126,134,136)
#6F7677
(111,118,119)
#606666
(96,102,102)
#515655
(81,86,85)
#424644
(66,70,68)
#333633
(51,54,51)
#242622
(36,38,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #ABB6BB

#ABB6BB
(171,182,187)
#B2BCC1
(178,188,193)
#B9C2C7
(185,194,199)
#C0C8CD
(192,200,205)
#C7CED3
(199,206,211)
#CED4D9
(206,212,217)
#D5DADF
(213,218,223)
#DCE0E5
(220,224,229)
#E3E6EB
(227,230,235)
#EAECF1
(234,236,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6BB; }

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

This text font color is #ABB6BB.


Background Color

.myBgColor { background-color: #ABB6BB; }

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

This div background color is #ABB6BB.


Border color

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

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

This div border color is #ABB6BB.


Opacity

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

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

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

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

This text has shadow with #ABB6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6BB on black background.


Color preview on white background

This text has color #ABB6BB on white background.



Black color preview on #ABB6BB background

This text has black color on #ABB6BB background.


White color preview on #ABB6BB background

This text has white color on #ABB6BB background.