COLOR #ABC6AD

HEX: #ABC6AD
RGB: (171,198,173)

Color info

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

RGB color model

#ABC6AD color RGB value is (171,198,173).

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

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 173 of 255 = 68%

171
198
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 173 = 542 (100%)
R 171 of 542 ~ 31.55%
G 198 of 542 ~ 36.53%
B 173 of 542 ~ 31.92%

%31.55
%36.53
%31.92

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(14,0,13,22)
C14M0Y13K22 
(14%,0%,13%,22%)
(0.14/0.00/0.13/0.22)	

CMYK percentages

%13.64
%0
%12.63
%22.35

Codes

Color #ABC6AD in popluar color models

ABC6AD
RGB171198173
HSL124°19.15%72.35%
HSB/HSV124°13.64%77.65%
CMYK13.64%0.00%12.63%
22.35%

Color #ABC6AD in popluar number systems.

HEXABC6AD
Decimal171198173
Binary101010111100011010101101
Octal253306255

Shades and tints

Shades of #ABC6AD

#ABC6AD
(171,198,173)
#9CB49E
(156,180,158)
#8DA28F
(141,162,143)
#7E9080
(126,144,128)
#6F7E71
(111,126,113)
#606C62
(96,108,98)
#515A53
(81,90,83)
#424844
(66,72,68)
#333635
(51,54,53)
#242426
(36,36,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #ABC6AD

#ABC6AD
(171,198,173)
#B2CBB4
(178,203,180)
#B9D0BB
(185,208,187)
#C0D5C2
(192,213,194)
#C7DAC9
(199,218,201)
#CEDFD0
(206,223,208)
#D5E4D7
(213,228,215)
#DCE9DE
(220,233,222)
#E3EEE5
(227,238,229)
#EAF3EC
(234,243,236)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6AD; }

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

This text font color is #ABC6AD.


Background Color

.myBgColor { background-color: #ABC6AD; }

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

This div background color is #ABC6AD.


Border color

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

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

This div border color is #ABC6AD.


Opacity

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

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

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

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

This text has shadow with #ABC6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC6AD on black background.


Color preview on white background

This text has color #ABC6AD on white background.



Black color preview on #ABC6AD background

This text has black color on #ABC6AD background.


White color preview on #ABC6AD background

This text has white color on #ABC6AD background.