COLOR #ABC2AB

HEX: #ABC2AB
RGB: (171,194,171)

Color info

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

RGB color model

#ABC2AB color RGB value is (171,194,171).

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

RGB channels and saturation

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

171
194
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 171 = 536 (100%)
R 171 of 536 ~ 31.9%
G 194 of 536 ~ 36.19%
B 171 of 536 ~ 31.9%

%31.9
%36.19
%31.9

CMYK color model

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

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

CMYK percentages

%11.86
%0
%11.86
%23.92

Codes

Color #ABC2AB in popluar color models

ABC2AB
RGB171194171
HSL120°15.86%71.57%
HSB/HSV120°11.86%76.08%
CMYK11.86%0.00%11.86%
23.92%

Color #ABC2AB in popluar number systems.

HEXABC2AB
Decimal171194171
Binary101010111100001010101011
Octal253302253

Shades and tints

Shades of #ABC2AB

#ABC2AB
(171,194,171)
#9CB19C
(156,177,156)
#8DA08D
(141,160,141)
#7E8F7E
(126,143,126)
#6F7E6F
(111,126,111)
#606D60
(96,109,96)
#515C51
(81,92,81)
#424B42
(66,75,66)
#333A33
(51,58,51)
#242924
(36,41,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABC2AB

#ABC2AB
(171,194,171)
#B2C7B2
(178,199,178)
#B9CCB9
(185,204,185)
#C0D1C0
(192,209,192)
#C7D6C7
(199,214,199)
#CEDBCE
(206,219,206)
#D5E0D5
(213,224,213)
#DCE5DC
(220,229,220)
#E3EAE3
(227,234,227)
#EAEFEA
(234,239,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC2AB; }

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

This text font color is #ABC2AB.


Background Color

.myBgColor { background-color: #ABC2AB; }

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

This div background color is #ABC2AB.


Border color

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

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

This div border color is #ABC2AB.


Opacity

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

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

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

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

This text has shadow with #ABC2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC2AB on black background.


Color preview on white background

This text has color #ABC2AB on white background.



Black color preview on #ABC2AB background

This text has black color on #ABC2AB background.


White color preview on #ABC2AB background

This text has white color on #ABC2AB background.