COLOR #AFADAB

HEX: #AFADAB RGB: (175,173,171)

Color info

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

RGB color model

#AFADAB color RGB value is (175,173,171).

RGB: (175,173,171) (69%, 68%, 67%)

RGB channels and saturation

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

175
173
171

R + G + B ~ 68%. #AFADAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 173 + 171 = 519 (100%)
R 175 of 519 ~ 33.72%
G 173 of 519 ~ 33.33%
B 171 of 519 ~ 32.95'%

%33.72
%33.33
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 2.29%
  • key color value is 31.37%

CMYK: (0,1,2,31)
C0M1Y2K31 (0%, 1%, 2%, 31%)
(0.00 / 0.01 / 0.02 / 0.31)

CMYK percentages

%0
%1.14
%2.29
%31.37

Codes

Color #AFADAB in popluar color models

AF AD AB
RGB 175 173 171
HSL 30° 2.44% 67.84%
HSB/HSV 30° 2.29% 68.63%
CMYK 0.00% 1.14% 2.29%
31.37%

Color #AFADAB in popluar number systems.

HEX AF AD AB
Decimal 175 173 171
Binary 10101111 10101101 10101011
Octal 257 255 253

Shades and tints

Shades of #AFADAB

#AFADAB
(175,173,171)
#A09E9C
(160,158,156)
#918F8D
(145,143,141)
#82807E
(130,128,126)
#73716F
(115,113,111)
#646260
(100,98,96)
#555351
(85,83,81)
#464442
(70,68,66)
#373533
(55,53,51)
#282624
(40,38,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFADAB

#AFADAB
(175,173,171)
#B6B4B2
(182,180,178)
#BDBBB9
(189,187,185)
#C4C2C0
(196,194,192)
#CBC9C7
(203,201,199)
#D2D0CE
(210,208,206)
#D9D7D5
(217,215,213)
#E0DEDC
(224,222,220)
#E7E5E3
(231,229,227)
#EEECEA
(238,236,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADAB; }

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

This text font color is #AFADAB.

Background Color

.myBgColor { background-color: #AFADAB; }

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

This div background color is #AFADAB.

Border color

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

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

This div border color is #AFADAB.

Opacity

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

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

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

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

This text has shadow with #AFADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFADAB.

Preview

Color preview on black background

This text has color #AFADAB on black background.


Color preview on white background

This text has color #AFADAB on white background.


Black color preview on #AFADAB background

This text has black color on #AFADAB background.


White color preview on #AFADAB background

This text has white color on #AFADAB background.


Related colors

Complementary color

Complementary color for #hex is #505254.


I love getcolorcode.com

Triadic colors

1 #ABAFAD and #ADABAF with #AFADAB are triadic colors.

2 #ABADAF and #ADAFAB with #AFADAB are triadic colors.