COLOR #AFB2AF

HEX: #AFB2AF
RGB: (175,178,175)

Color info

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

RGB color model

#AFB2AF color RGB value is (175,178,175).

  • red value is 175;
  • green value is 178;
  • blue value is 175.
RGB:
(175,178,175)
(69%,70%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 175 of 255 = 69%

175
178
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 175 = 528 (100%)
R 175 of 528 ~ 33.14%
G 178 of 528 ~ 33.71%
B 175 of 528 ~ 33.14%

%33.14
%33.71
%33.14

CMYK color model

#AFB2AF color CMYK value is (2,0,2,30).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(2,0,2,30)
C2M0Y2K30 
(2%,0%,2%,30%)
(0.02/0.00/0.02/0.30)	

CMYK percentages

%1.69
%0
%1.69
%30.2

Codes

Color #AFB2AF in popluar color models

AFB2AF
RGB175178175
HSL120°1.91%69.22%
HSB/HSV120°1.69%69.80%
CMYK1.69%0.00%1.69%
30.20%

Color #AFB2AF in popluar number systems.

HEXAFB2AF
Decimal175178175
Binary101011111011001010101111
Octal257262257

Shades and tints

Shades of #AFB2AF

#AFB2AF
(175,178,175)
#A0A2A0
(160,162,160)
#919291
(145,146,145)
#828282
(130,130,130)
#737273
(115,114,115)
#646264
(100,98,100)
#555255
(85,82,85)
#464246
(70,66,70)
#373237
(55,50,55)
#282228
(40,34,40)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AFB2AF

#AFB2AF
(175,178,175)
#B6B9B6
(182,185,182)
#BDC0BD
(189,192,189)
#C4C7C4
(196,199,196)
#CBCECB
(203,206,203)
#D2D5D2
(210,213,210)
#D9DCD9
(217,220,217)
#E0E3E0
(224,227,224)
#E7EAE7
(231,234,231)
#EEF1EE
(238,241,238)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2AF; }

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

This text font color is #AFB2AF.


Background Color

.myBgColor { background-color: #AFB2AF; }

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

This div background color is #AFB2AF.


Border color

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

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

This div border color is #AFB2AF.


Opacity

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

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

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

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

This text has shadow with #AFB2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB2AF on black background.


Color preview on white background

This text has color #AFB2AF on white background.



Black color preview on #AFB2AF background

This text has black color on #AFB2AF background.


White color preview on #AFB2AF background

This text has white color on #AFB2AF background.