COLOR #ABC2A7

HEX: #ABC2A7
RGB: (171,194,167)

Color info

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

RGB color model

#ABC2A7 color RGB value is (171,194,167).

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

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 167 of 255 = 65%

171
194
167

R + G + B ~ 69%. #ABC2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 167 = 532 (100%)
R 171 of 532 ~ 32.14%
G 194 of 532 ~ 36.47%
B 167 of 532 ~ 31.39%

%32.14
%36.47
%31.39

CMYK color model

#ABC2A7 color CMYK value is (12,0,14,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(12,0,14,24)
C12M0Y14K24 
(12%,0%,14%,24%)
(0.12/0.00/0.14/0.24)	

CMYK percentages

%11.86
%0
%13.92
%23.92

Codes

Color #ABC2A7 in popluar color models

ABC2A7
RGB171194167
HSL111°18.12%70.78%
HSB/HSV111°13.92%76.08%
CMYK11.86%0.00%13.92%
23.92%

Color #ABC2A7 in popluar number systems.

HEXABC2A7
Decimal171194167
Binary101010111100001010100111
Octal253302247

Shades and tints

Shades of #ABC2A7

#ABC2A7
(171,194,167)
#9CB198
(156,177,152)
#8DA089
(141,160,137)
#7E8F7A
(126,143,122)
#6F7E6B
(111,126,107)
#606D5C
(96,109,92)
#515C4D
(81,92,77)
#424B3E
(66,75,62)
#333A2F
(51,58,47)
#242920
(36,41,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #ABC2A7

#ABC2A7
(171,194,167)
#B2C7AF
(178,199,175)
#B9CCB7
(185,204,183)
#C0D1BF
(192,209,191)
#C7D6C7
(199,214,199)
#CEDBCF
(206,219,207)
#D5E0D7
(213,224,215)
#DCE5DF
(220,229,223)
#E3EAE7
(227,234,231)
#EAEFEF
(234,239,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC2A7; }

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

This text font color is #ABC2A7.


Background Color

.myBgColor { background-color: #ABC2A7; }

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

This div background color is #ABC2A7.


Border color

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

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

This div border color is #ABC2A7.


Opacity

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

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

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

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

This text has shadow with #ABC2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC2A7 on black background.


Color preview on white background

This text has color #ABC2A7 on white background.



Black color preview on #ABC2A7 background

This text has black color on #ABC2A7 background.


White color preview on #ABC2A7 background

This text has white color on #ABC2A7 background.