COLOR #AFB0AF

HEX: #AFB0AF RGB: (175,176,175)

Color info

#AFB0AF contains red, green and blue colors in about the same proportion. Web safe color of #AFB0AF is #999999 (or #999).

RGB color model

#AFB0AF color RGB value is (175,176,175).

RGB: (175,176,175) (69%, 69%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 175 of 255 = 69%

175
176
175

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

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 175 = 526 (100%)
R 175 of 526 ~ 33.27%
G 176 of 526 ~ 33.46%
B 175 of 526 ~ 33.27'%

%33.27
%33.46
%33.27

CMYK color model

#AFB0AF color CMYK value is (1,0,1,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%

CMYK: (1,0,1,31)
C1M0Y1K31 (1%, 0%, 1%, 31%)
(0.01 / 0.00 / 0.01 / 0.31)

CMYK percentages

%0.57
%0
%0.57
%30.98

Codes

Color #AFB0AF in popluar color models

AF B0 AF
RGB 175 176 175
HSL 120° 0.63% 68.82%
HSB/HSV 120° 0.57% 69.02%
CMYK 0.57% 0.00% 0.57%
30.98%

Color #AFB0AF in popluar number systems.

HEX AF B0 AF
Decimal 175 176 175
Binary 10101111 10110000 10101111
Octal 257 260 257

Shades and tints

Shades of #AFB0AF

#AFB0AF
(175,176,175)
#A0A0A0
(160,160,160)
#919091
(145,144,145)
#828082
(130,128,130)
#737073
(115,112,115)
#646064
(100,96,100)
#555055
(85,80,85)
#464046
(70,64,70)
#373037
(55,48,55)
#282028
(40,32,40)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #AFB0AF

#AFB0AF
(175,176,175)
#B6B7B6
(182,183,182)
#BDBEBD
(189,190,189)
#C4C5C4
(196,197,196)
#CBCCCB
(203,204,203)
#D2D3D2
(210,211,210)
#D9DAD9
(217,218,217)
#E0E1E0
(224,225,224)
#E7E8E7
(231,232,231)
#EEEFEE
(238,239,238)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0AF; }

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

This text font color is #AFB0AF.

Background Color

.myBgColor { background-color: #AFB0AF; }

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

This div background color is #AFB0AF.

Border color

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

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

This div border color is #AFB0AF.

Opacity

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

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

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

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

This text has shadow with #AFB0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB0AF.

Preview

Color preview on black background

This text has color #AFB0AF on black background.


Color preview on white background

This text has color #AFB0AF on white background.


Black color preview on #AFB0AF background

This text has black color on #AFB0AF background.


White color preview on #AFB0AF background

This text has white color on #AFB0AF background.


Related colors

Complementary color

Complementary color for #hex is #504F50.


I love getcolorcode.com

Triadic colors

1 #AFAFB0 and #B0AFAF with #AFB0AF are triadic colors.

2 #AFB0AF and #B0AFAF with #AFB0AF are triadic colors.