COLOR #ABC1A6

HEX: #ABC1A6 RGB: (171,193,166)

Color info

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

RGB color model

#ABC1A6 color RGB value is (171,193,166).

RGB: (171,193,166) (67%, 76%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 166 of 255 = 65%

171
193
166

R + G + B ~ 69%. #ABC1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 166 = 530 (100%)
R 171 of 530 ~ 32.26%
G 193 of 530 ~ 36.42%
B 166 of 530 ~ 31.32'%

%32.26
%36.42
%31.32

CMYK color model

#ABC1A6 color CMYK value is (11,0,14,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK: (11,0,14,24) C11M0Y14K24 (11%,0%,14%,24%) (0.11/0.00/0.14/0.24) 

CMYK percentages

%11.4
%0
%13.99
%24.31

Codes

Color #ABC1A6 in popluar color models

AB C1 A6
RGB 171 193 166
HSL 109° 17.88% 70.39%
HSB/HSV 109° 13.99% 75.69%
CMYK 11.40% 0.00% 13.99%
24.31%

Color #ABC1A6 in popluar number systems.

HEX AB C1 A6
Decimal 171 193 166
Binary 10101011 11000001 10100110
Octal 253 301 246

Shades and tints

Shades of #ABC1A6

#ABC1A6
(171,193,166)
#9CB097
(156,176,151)
#8D9F88
(141,159,136)
#7E8E79
(126,142,121)
#6F7D6A
(111,125,106)
#606C5B
(96,108,91)
#515B4C
(81,91,76)
#424A3D
(66,74,61)
#33392E
(51,57,46)
#24281F
(36,40,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABC1A6

#ABC1A6
(171,193,166)
#B2C6AE
(178,198,174)
#B9CBB6
(185,203,182)
#C0D0BE
(192,208,190)
#C7D5C6
(199,213,198)
#CEDACE
(206,218,206)
#D5DFD6
(213,223,214)
#DCE4DE
(220,228,222)
#E3E9E6
(227,233,230)
#EAEEEE
(234,238,238)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1A6; }

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

This text font color is #ABC1A6.

Background Color

.myBgColor { background-color: #ABC1A6; }

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

This div background color is #ABC1A6.

Border color

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

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

This div border color is #ABC1A6.

Opacity

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

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

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

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

This text has shadow with #ABC1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC1A6.

Preview

Color preview on black background

This text has color #ABC1A6 on black background.


Color preview on white background

This text has color #ABC1A6 on white background.


Black color preview on #ABC1A6 background

This text has black color on #ABC1A6 background.


White color preview on #ABC1A6 background

This text has white color on #ABC1A6 background.


Related colors

Complementary color

Complementary color for #hex is #543E59.


I love getcolorcode.com

Triadic colors

1 #A6ABC1 and #C1A6AB with #ABC1A6 are triadic colors.

2 #A6C1AB and #C1ABA6 with #ABC1A6 are triadic colors.