COLOR #AFABA6

HEX: #AFABA6
RGB: (175,171,166)

Color info

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

RGB color model

#AFABA6 color RGB value is (175,171,166).

  • red value is 175;
  • green value is 171;
  • blue value is 166.
RGB:
(175,171,166)
(69%,67%,65%)

RGB channels and saturation

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

175
171
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 166 = 512 (100%)
R 175 of 512 ~ 34.18%
G 171 of 512 ~ 33.4%
B 166 of 512 ~ 32.42%

%34.18
%33.4
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 5.14%
  • 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
%5.14
%31.37

Codes

Color #AFABA6 in popluar color models

AFABA6
RGB175171166
HSL33°5.33%66.86%
HSB/HSV33°5.14%68.63%
CMYK0.00%2.29%5.14%
31.37%

Color #AFABA6 in popluar number systems.

HEXAFABA6
Decimal175171166
Binary101011111010101110100110
Octal257253246

Shades and tints

Shades of #AFABA6

#AFABA6
(175,171,166)
#A09C97
(160,156,151)
#918D88
(145,141,136)
#827E79
(130,126,121)
#736F6A
(115,111,106)
#64605B
(100,96,91)
#55514C
(85,81,76)
#46423D
(70,66,61)
#37332E
(55,51,46)
#28241F
(40,36,31)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFABA6

#AFABA6
(175,171,166)
#B6B2AE
(182,178,174)
#BDB9B6
(189,185,182)
#C4C0BE
(196,192,190)
#CBC7C6
(203,199,198)
#D2CECE
(210,206,206)
#D9D5D6
(217,213,214)
#E0DCDE
(224,220,222)
#E7E3E6
(231,227,230)
#EEEAEE
(238,234,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFABA6; }

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

This text font color is #AFABA6.


Background Color

.myBgColor { background-color: #AFABA6; }

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

This div background color is #AFABA6.


Border color

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

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

This div border color is #AFABA6.


Opacity

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

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

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

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

This text has shadow with #AFABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFABA6 on black background.


Color preview on white background

This text has color #AFABA6 on white background.



Black color preview on #AFABA6 background

This text has black color on #AFABA6 background.


White color preview on #AFABA6 background

This text has white color on #AFABA6 background.