COLOR #ABC9A7

HEX: #ABC9A7
RGB: (171,201,167)

Color info

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

RGB color model

#ABC9A7 color RGB value is (171,201,167).

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

RGB channels and saturation

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

171
201
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 167 = 539 (100%)
R 171 of 539 ~ 31.73%
G 201 of 539 ~ 37.29%
B 167 of 539 ~ 30.98%

%31.73
%37.29
%30.98

CMYK color model

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

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

CMYK percentages

%14.93
%0
%16.92
%21.18

Codes

Color #ABC9A7 in popluar color models

ABC9A7
RGB171201167
HSL113°23.94%72.16%
HSB/HSV113°16.92%78.82%
CMYK14.93%0.00%16.92%
21.18%

Color #ABC9A7 in popluar number systems.

HEXABC9A7
Decimal171201167
Binary101010111100100110100111
Octal253311247

Shades and tints

Shades of #ABC9A7

#ABC9A7
(171,201,167)
#9CB798
(156,183,152)
#8DA589
(141,165,137)
#7E937A
(126,147,122)
#6F816B
(111,129,107)
#606F5C
(96,111,92)
#515D4D
(81,93,77)
#424B3E
(66,75,62)
#33392F
(51,57,47)
#242720
(36,39,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABC9A7

#ABC9A7
(171,201,167)
#B2CDAF
(178,205,175)
#B9D1B7
(185,209,183)
#C0D5BF
(192,213,191)
#C7D9C7
(199,217,199)
#CEDDCF
(206,221,207)
#D5E1D7
(213,225,215)
#DCE5DF
(220,229,223)
#E3E9E7
(227,233,231)
#EAEDEF
(234,237,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC9A7; }

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

This text font color is #ABC9A7.


Background Color

.myBgColor { background-color: #ABC9A7; }

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

This div background color is #ABC9A7.


Border color

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

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

This div border color is #ABC9A7.


Opacity

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

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

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

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

This text has shadow with #ABC9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC9A7 on black background.


Color preview on white background

This text has color #ABC9A7 on white background.



Black color preview on #ABC9A7 background

This text has black color on #ABC9A7 background.


White color preview on #ABC9A7 background

This text has white color on #ABC9A7 background.