COLOR #ABC9B0

HEX: #ABC9B0
RGB: (171,201,176)

Color info

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

RGB color model

#ABC9B0 color RGB value is (171,201,176).

  • red value is 171;
  • green value is 201;
  • blue value is 176.
RGB:
(171,201,176)
(67%,79%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 176 of 255 = 69%

171
201
176

R + G + B ~ 72%. #ABC9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 176 = 548 (100%)
R 171 of 548 ~ 31.2%
G 201 of 548 ~ 36.68%
B 176 of 548 ~ 32.12%

%31.2
%36.68
%32.12

CMYK color model

#ABC9B0 color CMYK value is (15,0,12,21).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(15,0,12,21)
C15M0Y12K21 
(15%,0%,12%,21%)
(0.15/0.00/0.12/0.21)	

CMYK percentages

%14.93
%0
%12.44
%21.18

Codes

Color #ABC9B0 in popluar color models

ABC9B0
RGB171201176
HSL130°21.74%72.94%
HSB/HSV130°14.93%78.82%
CMYK14.93%0.00%12.44%
21.18%

Color #ABC9B0 in popluar number systems.

HEXABC9B0
Decimal171201176
Binary101010111100100110110000
Octal253311260

Shades and tints

Shades of #ABC9B0

#ABC9B0
(171,201,176)
#9CB7A0
(156,183,160)
#8DA590
(141,165,144)
#7E9380
(126,147,128)
#6F8170
(111,129,112)
#606F60
(96,111,96)
#515D50
(81,93,80)
#424B40
(66,75,64)
#333930
(51,57,48)
#242720
(36,39,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #ABC9B0

#ABC9B0
(171,201,176)
#B2CDB7
(178,205,183)
#B9D1BE
(185,209,190)
#C0D5C5
(192,213,197)
#C7D9CC
(199,217,204)
#CEDDD3
(206,221,211)
#D5E1DA
(213,225,218)
#DCE5E1
(220,229,225)
#E3E9E8
(227,233,232)
#EAEDEF
(234,237,239)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC9B0 color. Also use rgb(171,201,176) instead hex code.

Text Font Color

.myTextColor { color: #ABC9B0; }

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

This text font color is #ABC9B0.


Background Color

.myBgColor { background-color: #ABC9B0; }

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

This div background color is #ABC9B0.


Border color

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

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

This div border color is #ABC9B0.


Opacity

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

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

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

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

This text has shadow with #ABC9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC9B0 on black background.


Color preview on white background

This text has color #ABC9B0 on white background.



Black color preview on #ABC9B0 background

This text has black color on #ABC9B0 background.


White color preview on #ABC9B0 background

This text has white color on #ABC9B0 background.