COLOR #ABC5AA

HEX: #ABC5AA
RGB: (171,197,170)

Color info

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

RGB color model

#ABC5AA color RGB value is (171,197,170).

  • red value is 171;
  • green value is 197;
  • blue value is 170.
RGB: (171,197,170) (67%,77%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 197 of 255 = 77%
B 170 of 255 = 67%

171
197
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 197 + 170 = 538 (100%)
R 171 of 538 ~ 31.78%
G 197 of 538 ~ 36.62%
B 170 of 538 ~ 31.6%

%31.78
%36.62
%31.6

CMYK color model

#ABC5AA color CMYK value is (13,0,14,23).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK: (13,0,14,23) C13M0Y14K23 (13%,0%,14%,23%) (0.13/0.00/0.14/0.23)

CMYK percentages

%13.2
%0
%13.71
%22.75

Codes

Color #ABC5AA in popluar color models

ABC5AA
RGB171197170
HSL118°18.88%71.96%
HSB/HSV118°13.71%77.25%
CMYK13.20%0.00%13.71%
22.75%

Color #ABC5AA in popluar number systems.

HEXABC5AA
Decimal171197170
Binary101010111100010110101010
Octal253305252

Shades and tints

Shades of #ABC5AA

#ABC5AA
(171,197,170)
#9CB49B
(156,180,155)
#8DA38C
(141,163,140)
#7E927D
(126,146,125)
#6F816E
(111,129,110)
#60705F
(96,112,95)
#515F50
(81,95,80)
#424E41
(66,78,65)
#333D32
(51,61,50)
#242C23
(36,44,35)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #ABC5AA

#ABC5AA
(171,197,170)
#B2CAB1
(178,202,177)
#B9CFB8
(185,207,184)
#C0D4BF
(192,212,191)
#C7D9C6
(199,217,198)
#CEDECD
(206,222,205)
#D5E3D4
(213,227,212)
#DCE8DB
(220,232,219)
#E3EDE2
(227,237,226)
#EAF2E9
(234,242,233)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC5AA; }

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

This text font color is #ABC5AA.


Background Color

.myBgColor { background-color: #ABC5AA; }

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

This div background color is #ABC5AA.


Border color

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

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

This div border color is #ABC5AA.


Opacity

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

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

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

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

This text has shadow with #ABC5AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABC5AA on black background.


Color preview on white background

This text has color #ABC5AA on white background.



Black color preview on #ABC5AA background

This text has black color on #ABC5AA background.


White color preview on #ABC5AA background

This text has white color on #ABC5AA background.