COLOR #AFAB9C

HEX: #AFAB9C
RGB: (175,171,156)

Color info

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

RGB color model

#AFAB9C color RGB value is (175,171,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 156 of 255 = 61%

175
171
156

R + G + B ~ 66%. #AFAB9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 156 = 502 (100%)
R 175 of 502 ~ 34.86%
G 171 of 502 ~ 34.06%
B 156 of 502 ~ 31.08%

%34.86
%34.06
%31.08

CMYK color model

#AFAB9C color CMYK value is (0,2,11,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,2,11,31)
C0M2Y11K31 
(0%,2%,11%,31%)
(0.00/0.02/0.11/0.31)	

CMYK percentages

%0
%2.29
%10.86
%31.37

Codes

Color #AFAB9C in popluar color models

AFAB9C
RGB175171156
HSL47°10.61%64.90%
HSB/HSV47°10.86%68.63%
CMYK0.00%2.29%10.86%
31.37%

Color #AFAB9C in popluar number systems.

HEXAFAB9C
Decimal175171156
Binary101011111010101110011100
Octal257253234

Shades and tints

Shades of #AFAB9C

#AFAB9C
(175,171,156)
#A09C8E
(160,156,142)
#918D80
(145,141,128)
#827E72
(130,126,114)
#736F64
(115,111,100)
#646056
(100,96,86)
#555148
(85,81,72)
#46423A
(70,66,58)
#37332C
(55,51,44)
#28241E
(40,36,30)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFAB9C

#AFAB9C
(175,171,156)
#B6B2A5
(182,178,165)
#BDB9AE
(189,185,174)
#C4C0B7
(196,192,183)
#CBC7C0
(203,199,192)
#D2CEC9
(210,206,201)
#D9D5D2
(217,213,210)
#E0DCDB
(224,220,219)
#E7E3E4
(231,227,228)
#EEEAED
(238,234,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB9C; }

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

This text font color is #AFAB9C.


Background Color

.myBgColor { background-color: #AFAB9C; }

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

This div background color is #AFAB9C.


Border color

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

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

This div border color is #AFAB9C.


Opacity

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

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

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

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

This text has shadow with #AFAB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAB9C on black background.


Color preview on white background

This text has color #AFAB9C on white background.



Black color preview on #AFAB9C background

This text has black color on #AFAB9C background.


White color preview on #AFAB9C background

This text has white color on #AFAB9C background.