COLOR #ABC1AF

HEX: #ABC1AF
RGB: (171,193,175)

Color info

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

RGB color model

#ABC1AF color RGB value is (171,193,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 175 of 255 = 69%

171
193
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 175 = 539 (100%)
R 171 of 539 ~ 31.73%
G 193 of 539 ~ 35.81%
B 175 of 539 ~ 32.47%

%31.73
%35.81
%32.47

CMYK color model

#ABC1AF color CMYK value is (11,0,9,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 24.31%
CMYK:
(11,0,9,24)
C11M0Y9K24 
(11%,0%,9%,24%)
(0.11/0.00/0.09/0.24)	

CMYK percentages

%11.4
%0
%9.33
%24.31

Codes

Color #ABC1AF in popluar color models

ABC1AF
RGB171193175
HSL131°15.07%71.37%
HSB/HSV131°11.40%75.69%
CMYK11.40%0.00%9.33%
24.31%

Color #ABC1AF in popluar number systems.

HEXABC1AF
Decimal171193175
Binary101010111100000110101111
Octal253301257

Shades and tints

Shades of #ABC1AF

#ABC1AF
(171,193,175)
#9CB0A0
(156,176,160)
#8D9F91
(141,159,145)
#7E8E82
(126,142,130)
#6F7D73
(111,125,115)
#606C64
(96,108,100)
#515B55
(81,91,85)
#424A46
(66,74,70)
#333937
(51,57,55)
#242828
(36,40,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABC1AF

#ABC1AF
(171,193,175)
#B2C6B6
(178,198,182)
#B9CBBD
(185,203,189)
#C0D0C4
(192,208,196)
#C7D5CB
(199,213,203)
#CEDAD2
(206,218,210)
#D5DFD9
(213,223,217)
#DCE4E0
(220,228,224)
#E3E9E7
(227,233,231)
#EAEEEE
(234,238,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1AF; }

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

This text font color is #ABC1AF.


Background Color

.myBgColor { background-color: #ABC1AF; }

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

This div background color is #ABC1AF.


Border color

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

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

This div border color is #ABC1AF.


Opacity

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

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

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

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

This text has shadow with #ABC1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC1AF on black background.


Color preview on white background

This text has color #ABC1AF on white background.



Black color preview on #ABC1AF background

This text has black color on #ABC1AF background.


White color preview on #ABC1AF background

This text has white color on #ABC1AF background.