COLOR #ABC8AA

HEX: #ABC8AA RGB: (171,200,170)

Color info

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

RGB color model

#ABC8AA color RGB value is (171,200,170).

RGB: (171,200,170) (67%, 78%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 170 of 255 = 67%

171
200
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 200 + 170 = 541 (100%)
R 171 of 541 ~ 31.61%
G 200 of 541 ~ 36.97%
B 170 of 541 ~ 31.42'%

%31.61
%36.97
%31.42

CMYK color model

#ABC8AA color CMYK value is (15,0,15,22).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%

CMYK: (15,0,15,22)
C15M0Y15K22 (15%, 0%, 15%, 22%)
(0.15 / 0.00 / 0.15 / 0.22)

CMYK percentages

%14.5
%0
%15
%21.57

Codes

Color #ABC8AA in popluar color models

AB C8 AA
RGB 171 200 170
HSL 118° 21.43% 72.55%
HSB/HSV 118° 15.00% 78.43%
CMYK 14.50% 0.00% 15.00%
21.57%

Color #ABC8AA in popluar number systems.

HEX AB C8 AA
Decimal 171 200 170
Binary 10101011 11001000 10101010
Octal 253 310 252

Shades and tints

Shades of #ABC8AA

#ABC8AA
(171,200,170)
#9CB69B
(156,182,155)
#8DA48C
(141,164,140)
#7E927D
(126,146,125)
#6F806E
(111,128,110)
#606E5F
(96,110,95)
#515C50
(81,92,80)
#424A41
(66,74,65)
#333832
(51,56,50)
#242623
(36,38,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABC8AA

#ABC8AA
(171,200,170)
#B2CDB1
(178,205,177)
#B9D2B8
(185,210,184)
#C0D7BF
(192,215,191)
#C7DCC6
(199,220,198)
#CEE1CD
(206,225,205)
#D5E6D4
(213,230,212)
#DCEBDB
(220,235,219)
#E3F0E2
(227,240,226)
#EAF5E9
(234,245,233)
#F1FAF0
(241,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC8AA; }

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

This text font color is #ABC8AA.

Background Color

.myBgColor { background-color: #ABC8AA; }

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

This div background color is #ABC8AA.

Border color

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

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

This div border color is #ABC8AA.

Opacity

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

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

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

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

This text has shadow with #ABC8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC8AA.

Preview

Color preview on black background

This text has color #ABC8AA on black background.


Color preview on white background

This text has color #ABC8AA on white background.


Black color preview on #ABC8AA background

This text has black color on #ABC8AA background.


White color preview on #ABC8AA background

This text has white color on #ABC8AA background.


Related colors

Complementary color

Complementary color for #hex is #543755.


I love getcolorcode.com

Triadic colors

1 #AAABC8 and #C8AAAB with #ABC8AA are triadic colors.

2 #AAC8AB and #C8ABAA with #ABC8AA are triadic colors.