COLOR #AFABA8

HEX: #AFABA8
RGB: (175,171,168)

Color info

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

RGB color model

#AFABA8 color RGB value is (175,171,168).

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

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 168 of 255 = 66%

175
171
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 168 = 514 (100%)
R 175 of 514 ~ 34.05%
G 171 of 514 ~ 33.27%
B 168 of 514 ~ 32.68%

%34.05
%33.27
%32.68

CMYK color model

#AFABA8 color CMYK value is (0,2,4,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(0,2,4,31)
C0M2Y4K31 
(0%,2%,4%,31%)
(0.00/0.02/0.04/0.31)	

CMYK percentages

%0
%2.29
%4
%31.37

Codes

Color #AFABA8 in popluar color models

AFABA8
RGB175171168
HSL26°4.19%67.25%
HSB/HSV26°4.00%68.63%
CMYK0.00%2.29%4.00%
31.37%

Color #AFABA8 in popluar number systems.

HEXAFABA8
Decimal175171168
Binary101011111010101110101000
Octal257253250

Shades and tints

Shades of #AFABA8

#AFABA8
(175,171,168)
#A09C99
(160,156,153)
#918D8A
(145,141,138)
#827E7B
(130,126,123)
#736F6C
(115,111,108)
#64605D
(100,96,93)
#55514E
(85,81,78)
#46423F
(70,66,63)
#373330
(55,51,48)
#282421
(40,36,33)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFABA8

#AFABA8
(175,171,168)
#B6B2AF
(182,178,175)
#BDB9B6
(189,185,182)
#C4C0BD
(196,192,189)
#CBC7C4
(203,199,196)
#D2CECB
(210,206,203)
#D9D5D2
(217,213,210)
#E0DCD9
(224,220,217)
#E7E3E0
(231,227,224)
#EEEAE7
(238,234,231)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFABA8; }

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

This text font color is #AFABA8.


Background Color

.myBgColor { background-color: #AFABA8; }

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

This div background color is #AFABA8.


Border color

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

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

This div border color is #AFABA8.


Opacity

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

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

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

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

This text has shadow with #AFABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFABA8 on black background.


Color preview on white background

This text has color #AFABA8 on white background.



Black color preview on #AFABA8 background

This text has black color on #AFABA8 background.


White color preview on #AFABA8 background

This text has white color on #AFABA8 background.