COLOR #ABB9B8

HEX: #ABB9B8
RGB: (171,185,184)

Color info

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

RGB color model

#ABB9B8 color RGB value is (171,185,184).

  • red value is 171;
  • green value is 185;
  • blue value is 184.
RGB:
(171,185,184)
(67%,73%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 184 of 255 = 72%

171
185
184

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

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 184 = 540 (100%)
R 171 of 540 ~ 31.67%
G 185 of 540 ~ 34.26%
B 184 of 540 ~ 34.07%

%31.67
%34.26
%34.07

CMYK color model

#ABB9B8 color CMYK value is (8,0,1,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(8,0,1,27)
C8M0Y1K27 
(8%,0%,1%,27%)
(0.08/0.00/0.01/0.27)	

CMYK percentages

%7.57
%0
%0.54
%27.45

Codes

Color #ABB9B8 in popluar color models

ABB9B8
RGB171185184
HSL176°9.09%69.80%
HSB/HSV176°7.57%72.55%
CMYK7.57%0.00%0.54%
27.45%

Color #ABB9B8 in popluar number systems.

HEXABB9B8
Decimal171185184
Binary101010111011100110111000
Octal253271270

Shades and tints

Shades of #ABB9B8

#ABB9B8
(171,185,184)
#9CA9A8
(156,169,168)
#8D9998
(141,153,152)
#7E8988
(126,137,136)
#6F7978
(111,121,120)
#606968
(96,105,104)
#515958
(81,89,88)
#424948
(66,73,72)
#333938
(51,57,56)
#242928
(36,41,40)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #ABB9B8

#ABB9B8
(171,185,184)
#B2BFBE
(178,191,190)
#B9C5C4
(185,197,196)
#C0CBCA
(192,203,202)
#C7D1D0
(199,209,208)
#CED7D6
(206,215,214)
#D5DDDC
(213,221,220)
#DCE3E2
(220,227,226)
#E3E9E8
(227,233,232)
#EAEFEE
(234,239,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB9B8 color. Also use rgb(171,185,184) instead hex code.

Text Font Color

.myTextColor { color: #ABB9B8; }

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

This text font color is #ABB9B8.


Background Color

.myBgColor { background-color: #ABB9B8; }

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

This div background color is #ABB9B8.


Border color

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

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

This div border color is #ABB9B8.


Opacity

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

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

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

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

This text has shadow with #ABB9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB9B8 on black background.


Color preview on white background

This text has color #ABB9B8 on white background.



Black color preview on #ABB9B8 background

This text has black color on #ABB9B8 background.


White color preview on #ABB9B8 background

This text has white color on #ABB9B8 background.