COLOR #ABB9B4

HEX: #ABB9B4
RGB: (171,185,180)

Color info

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

RGB color model

#ABB9B4 color RGB value is (171,185,180).

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

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 180 of 255 = 71%

171
185
180

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

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 180 = 536 (100%)
R 171 of 536 ~ 31.9%
G 185 of 536 ~ 34.51%
B 180 of 536 ~ 33.58%

%31.9
%34.51
%33.58

CMYK color model

#ABB9B4 color CMYK value is (8,0,3,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(8,0,3,27)
C8M0Y3K27 
(8%,0%,3%,27%)
(0.08/0.00/0.03/0.27)	

CMYK percentages

%7.57
%0
%2.7
%27.45

Codes

Color #ABB9B4 in popluar color models

ABB9B4
RGB171185180
HSL159°9.09%69.80%
HSB/HSV159°7.57%72.55%
CMYK7.57%0.00%2.70%
27.45%

Color #ABB9B4 in popluar number systems.

HEXABB9B4
Decimal171185180
Binary101010111011100110110100
Octal253271264

Shades and tints

Shades of #ABB9B4

#ABB9B4
(171,185,180)
#9CA9A4
(156,169,164)
#8D9994
(141,153,148)
#7E8984
(126,137,132)
#6F7974
(111,121,116)
#606964
(96,105,100)
#515954
(81,89,84)
#424944
(66,73,68)
#333934
(51,57,52)
#242924
(36,41,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABB9B4

#ABB9B4
(171,185,180)
#B2BFBA
(178,191,186)
#B9C5C0
(185,197,192)
#C0CBC6
(192,203,198)
#C7D1CC
(199,209,204)
#CED7D2
(206,215,210)
#D5DDD8
(213,221,216)
#DCE3DE
(220,227,222)
#E3E9E4
(227,233,228)
#EAEFEA
(234,239,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9B4; }

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

This text font color is #ABB9B4.


Background Color

.myBgColor { background-color: #ABB9B4; }

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

This div background color is #ABB9B4.


Border color

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

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

This div border color is #ABB9B4.


Opacity

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

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

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

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

This text has shadow with #ABB9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB9B4 on black background.


Color preview on white background

This text has color #ABB9B4 on white background.



Black color preview on #ABB9B4 background

This text has black color on #ABB9B4 background.


White color preview on #ABB9B4 background

This text has white color on #ABB9B4 background.