COLOR #ABC7AB

HEX: #ABC7AB
RGB: (171,199,171)

Color info

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

RGB color model

#ABC7AB color RGB value is (171,199,171).

  • red value is 171;
  • green value is 199;
  • blue value is 171.
RGB:
(171,199,171)
(67%,78%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 171 of 255 = 67%

171
199
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 171 = 541 (100%)
R 171 of 541 ~ 31.61%
G 199 of 541 ~ 36.78%
B 171 of 541 ~ 31.61%

%31.61
%36.78
%31.61

CMYK color model

#ABC7AB color CMYK value is (14,0,14,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK:
(14,0,14,22)
C14M0Y14K22 
(14%,0%,14%,22%)
(0.14/0.00/0.14/0.22)	

CMYK percentages

%14.07
%0
%14.07
%21.96

Codes

Color #ABC7AB in popluar color models

ABC7AB
RGB171199171
HSL120°20.00%72.55%
HSB/HSV120°14.07%78.04%
CMYK14.07%0.00%14.07%
21.96%

Color #ABC7AB in popluar number systems.

HEXABC7AB
Decimal171199171
Binary101010111100011110101011
Octal253307253

Shades and tints

Shades of #ABC7AB

#ABC7AB
(171,199,171)
#9CB59C
(156,181,156)
#8DA38D
(141,163,141)
#7E917E
(126,145,126)
#6F7F6F
(111,127,111)
#606D60
(96,109,96)
#515B51
(81,91,81)
#424942
(66,73,66)
#333733
(51,55,51)
#242524
(36,37,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABC7AB

#ABC7AB
(171,199,171)
#B2CCB2
(178,204,178)
#B9D1B9
(185,209,185)
#C0D6C0
(192,214,192)
#C7DBC7
(199,219,199)
#CEE0CE
(206,224,206)
#D5E5D5
(213,229,213)
#DCEADC
(220,234,220)
#E3EFE3
(227,239,227)
#EAF4EA
(234,244,234)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC7AB; }

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

This text font color is #ABC7AB.


Background Color

.myBgColor { background-color: #ABC7AB; }

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

This div background color is #ABC7AB.


Border color

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

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

This div border color is #ABC7AB.


Opacity

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

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

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

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

This text has shadow with #ABC7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC7AB on black background.


Color preview on white background

This text has color #ABC7AB on white background.



Black color preview on #ABC7AB background

This text has black color on #ABC7AB background.


White color preview on #ABC7AB background

This text has white color on #ABC7AB background.