COLOR #ABBFAF

HEX: #ABBFAF
RGB: (171,191,175)

Color info

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

RGB color model

#ABBFAF color RGB value is (171,191,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 175 of 255 = 69%

171
191
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 175 = 537 (100%)
R 171 of 537 ~ 31.84%
G 191 of 537 ~ 35.57%
B 175 of 537 ~ 32.59%

%31.84
%35.57
%32.59

CMYK color model

#ABBFAF color CMYK value is (10,0,8,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 25.10%
CMYK:
(10,0,8,25)
C10M0Y8K25 
(10%,0%,8%,25%)
(0.10/0.00/0.08/0.25)	

CMYK percentages

%10.47
%0
%8.38
%25.1

Codes

Color #ABBFAF in popluar color models

ABBFAF
RGB171191175
HSL132°13.51%70.98%
HSB/HSV132°10.47%74.90%
CMYK10.47%0.00%8.38%
25.10%

Color #ABBFAF in popluar number systems.

HEXABBFAF
Decimal171191175
Binary101010111011111110101111
Octal253277257

Shades and tints

Shades of #ABBFAF

#ABBFAF
(171,191,175)
#9CAEA0
(156,174,160)
#8D9D91
(141,157,145)
#7E8C82
(126,140,130)
#6F7B73
(111,123,115)
#606A64
(96,106,100)
#515955
(81,89,85)
#424846
(66,72,70)
#333737
(51,55,55)
#242628
(36,38,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABBFAF

#ABBFAF
(171,191,175)
#B2C4B6
(178,196,182)
#B9C9BD
(185,201,189)
#C0CEC4
(192,206,196)
#C7D3CB
(199,211,203)
#CED8D2
(206,216,210)
#D5DDD9
(213,221,217)
#DCE2E0
(220,226,224)
#E3E7E7
(227,231,231)
#EAECEE
(234,236,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFAF; }

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

This text font color is #ABBFAF.


Background Color

.myBgColor { background-color: #ABBFAF; }

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

This div background color is #ABBFAF.


Border color

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

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

This div border color is #ABBFAF.


Opacity

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

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

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

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

This text has shadow with #ABBFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBFAF on black background.


Color preview on white background

This text has color #ABBFAF on white background.



Black color preview on #ABBFAF background

This text has black color on #ABBFAF background.


White color preview on #ABBFAF background

This text has white color on #ABBFAF background.