COLOR #AFBFAB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
191
171

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

Portions of RGB colors in percentages

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

%32.59
%35.57
%31.84

CMYK color model

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

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

CMYK percentages

%8.38
%0
%10.47
%25.1

Codes

Color #AFBFAB in popluar color models

AFBFAB
RGB175191171
HSL108°13.51%70.98%
HSB/HSV108°10.47%74.90%
CMYK8.38%0.00%10.47%
25.10%

Color #AFBFAB in popluar number systems.

HEXAFBFAB
Decimal175191171
Binary101011111011111110101011
Octal257277253

Shades and tints

Shades of #AFBFAB

#AFBFAB
(175,191,171)
#A0AE9C
(160,174,156)
#919D8D
(145,157,141)
#828C7E
(130,140,126)
#737B6F
(115,123,111)
#646A60
(100,106,96)
#555951
(85,89,81)
#464842
(70,72,66)
#373733
(55,55,51)
#282624
(40,38,36)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFBFAB

#AFBFAB
(175,191,171)
#B6C4B2
(182,196,178)
#BDC9B9
(189,201,185)
#C4CEC0
(196,206,192)
#CBD3C7
(203,211,199)
#D2D8CE
(210,216,206)
#D9DDD5
(217,221,213)
#E0E2DC
(224,226,220)
#E7E7E3
(231,231,227)
#EEECEA
(238,236,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFAB; }

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

This text font color is #AFBFAB.


Background Color

.myBgColor { background-color: #AFBFAB; }

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

This div background color is #AFBFAB.


Border color

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

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

This div border color is #AFBFAB.


Opacity

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

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

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

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

This text has shadow with #AFBFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFAB on black background.


Color preview on white background

This text has color #AFBFAB on white background.



Black color preview on #AFBFAB background

This text has black color on #AFBFAB background.


White color preview on #AFBFAB background

This text has white color on #AFBFAB background.