COLOR #AFADAF

HEX: #AFADAF
RGB: (175,173,175)

Color info

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

RGB color model

#AFADAF color RGB value is (175,173,175).

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

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 175 of 255 = 69%

175
173
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 175 = 523 (100%)
R 175 of 523 ~ 33.46%
G 173 of 523 ~ 33.08%
B 175 of 523 ~ 33.46%

%33.46
%33.08
%33.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(0,1,0,31)
C0M1Y0K31 
(0%,1%,0%,31%)
(0.00/0.01/0.00/0.31)	

CMYK percentages

%0
%1.14
%0
%31.37

Codes

Color #AFADAF in popluar color models

AFADAF
RGB175173175
HSL300°1.23%68.24%
HSB/HSV300°1.14%68.63%
CMYK0.00%1.14%0.00%
31.37%

Color #AFADAF in popluar number systems.

HEXAFADAF
Decimal175173175
Binary101011111010110110101111
Octal257255257

Shades and tints

Shades of #AFADAF

#AFADAF
(175,173,175)
#A09EA0
(160,158,160)
#918F91
(145,143,145)
#828082
(130,128,130)
#737173
(115,113,115)
#646264
(100,98,100)
#555355
(85,83,85)
#464446
(70,68,70)
#373537
(55,53,55)
#282628
(40,38,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFADAF

#AFADAF
(175,173,175)
#B6B4B6
(182,180,182)
#BDBBBD
(189,187,189)
#C4C2C4
(196,194,196)
#CBC9CB
(203,201,203)
#D2D0D2
(210,208,210)
#D9D7D9
(217,215,217)
#E0DEE0
(224,222,224)
#E7E5E7
(231,229,231)
#EEECEE
(238,236,238)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADAF; }

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

This text font color is #AFADAF.


Background Color

.myBgColor { background-color: #AFADAF; }

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

This div background color is #AFADAF.


Border color

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

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

This div border color is #AFADAF.


Opacity

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

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

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

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

This text has shadow with #AFADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFADAF on black background.


Color preview on white background

This text has color #AFADAF on white background.



Black color preview on #AFADAF background

This text has black color on #AFADAF background.


White color preview on #AFADAF background

This text has white color on #AFADAF background.