COLOR #ABC9AB

HEX: #ABC9AB RGB: (171,201,171)

Color info

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

RGB color model

#ABC9AB color RGB value is (171,201,171).

RGB: (171,201,171) (67%, 79%, 67%)

RGB channels and saturation

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

171
201
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 171 = 543 (100%)
R 171 of 543 ~ 31.49%
G 201 of 543 ~ 37.02%
B 171 of 543 ~ 31.49'%

%31.49
%37.02
%31.49

CMYK color model

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

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

CMYK percentages

%14.93
%0
%14.93
%21.18

Codes

Color #ABC9AB in popluar color models

AB C9 AB
RGB 171 201 171
HSL 120° 21.74% 72.94%
HSB/HSV 120° 14.93% 78.82%
CMYK 14.93% 0.00% 14.93%
21.18%

Color #ABC9AB in popluar number systems.

HEX AB C9 AB
Decimal 171 201 171
Binary 10101011 11001001 10101011
Octal 253 311 253

Shades and tints

Shades of #ABC9AB

#ABC9AB
(171,201,171)
#9CB79C
(156,183,156)
#8DA58D
(141,165,141)
#7E937E
(126,147,126)
#6F816F
(111,129,111)
#606F60
(96,111,96)
#515D51
(81,93,81)
#424B42
(66,75,66)
#333933
(51,57,51)
#242724
(36,39,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABC9AB

#ABC9AB
(171,201,171)
#B2CDB2
(178,205,178)
#B9D1B9
(185,209,185)
#C0D5C0
(192,213,192)
#C7D9C7
(199,217,199)
#CEDDCE
(206,221,206)
#D5E1D5
(213,225,213)
#DCE5DC
(220,229,220)
#E3E9E3
(227,233,227)
#EAEDEA
(234,237,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC9AB; }

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

This text font color is #ABC9AB.

Background Color

.myBgColor { background-color: #ABC9AB; }

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

This div background color is #ABC9AB.

Border color

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

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

This div border color is #ABC9AB.

Opacity

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

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

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

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

This text has shadow with #ABC9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC9AB.

Preview

Color preview on black background

This text has color #ABC9AB on black background.


Color preview on white background

This text has color #ABC9AB on white background.


Black color preview on #ABC9AB background

This text has black color on #ABC9AB background.


White color preview on #ABC9AB background

This text has white color on #ABC9AB background.


Related colors

Complementary color

Complementary color for #hex is #543654.


I love getcolorcode.com

Triadic colors

1 #ABABC9 and #C9ABAB with #ABC9AB are triadic colors.

2 #ABC9AB and #C9ABAB with #ABC9AB are triadic colors.