COLOR #AFABA7

HEX: #AFABA7 RGB: (175,171,167)

Color info

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

RGB color model

#AFABA7 color RGB value is (175,171,167).

RGB: (175,171,167) (69%, 67%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 167 of 255 = 65%

175
171
167

R + G + B ~ 67%. #AFABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 167 = 513 (100%)
R 175 of 513 ~ 34.11%
G 171 of 513 ~ 33.33%
B 167 of 513 ~ 32.55'%

%34.11
%33.33
%32.55

CMYK color model

#AFABA7 color CMYK value is (0,2,5,31).

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

CMYK: (0,2,5,31)
C0M2Y5K31 (0%, 2%, 5%, 31%)
(0.00 / 0.02 / 0.05 / 0.31)

CMYK percentages

%0
%2.29
%4.57
%31.37

Codes

Color #AFABA7 in popluar color models

AF AB A7
RGB 175 171 167
HSL 30° 4.76% 67.06%
HSB/HSV 30° 4.57% 68.63%
CMYK 0.00% 2.29% 4.57%
31.37%

Color #AFABA7 in popluar number systems.

HEX AF AB A7
Decimal 175 171 167
Binary 10101111 10101011 10100111
Octal 257 253 247

Shades and tints

Shades of #AFABA7

#AFABA7
(175,171,167)
#A09C98
(160,156,152)
#918D89
(145,141,137)
#827E7A
(130,126,122)
#736F6B
(115,111,107)
#64605C
(100,96,92)
#55514D
(85,81,77)
#46423E
(70,66,62)
#37332F
(55,51,47)
#282420
(40,36,32)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFABA7

#AFABA7
(175,171,167)
#B6B2AF
(182,178,175)
#BDB9B7
(189,185,183)
#C4C0BF
(196,192,191)
#CBC7C7
(203,199,199)
#D2CECF
(210,206,207)
#D9D5D7
(217,213,215)
#E0DCDF
(224,220,223)
#E7E3E7
(231,227,231)
#EEEAEF
(238,234,239)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFABA7; }

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

This text font color is #AFABA7.

Background Color

.myBgColor { background-color: #AFABA7; }

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

This div background color is #AFABA7.

Border color

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

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

This div border color is #AFABA7.

Opacity

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

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

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

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

This text has shadow with #AFABA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFABA7.

Preview

Color preview on black background

This text has color #AFABA7 on black background.


Color preview on white background

This text has color #AFABA7 on white background.


Black color preview on #AFABA7 background

This text has black color on #AFABA7 background.


White color preview on #AFABA7 background

This text has white color on #AFABA7 background.


Related colors

Complementary color

Complementary color for #hex is #505458.


I love getcolorcode.com

Triadic colors

1 #A7AFAB and #ABA7AF with #AFABA7 are triadic colors.

2 #A7ABAF and #ABAFA7 with #AFABA7 are triadic colors.