COLOR #AFAB9B

HEX: #AFAB9B
RGB: (175,171,155)

Color info

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

RGB color model

#AFAB9B color RGB value is (175,171,155).

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

RGB channels and saturation

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

175
171
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 155 = 501 (100%)
R 175 of 501 ~ 34.93%
G 171 of 501 ~ 34.13%
B 155 of 501 ~ 30.94%

%34.93
%34.13
%30.94

CMYK color model

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

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

Codes

Color #AFAB9B in popluar color models

AFAB9B
RGB175171155
HSL48°11.11%64.71%
HSB/HSV48°11.43%68.63%
CMYK0.00%2.29%11.43%
31.37%

Color #AFAB9B in popluar number systems.

HEXAFAB9B
Decimal175171155
Binary101011111010101110011011
Octal257253233

Shades and tints

Shades of #AFAB9B

#AFAB9B
(175,171,155)
#A09C8D
(160,156,141)
#918D7F
(145,141,127)
#827E71
(130,126,113)
#736F63
(115,111,99)
#646055
(100,96,85)
#555147
(85,81,71)
#464239
(70,66,57)
#37332B
(55,51,43)
#28241D
(40,36,29)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFAB9B

#AFAB9B
(175,171,155)
#B6B2A4
(182,178,164)
#BDB9AD
(189,185,173)
#C4C0B6
(196,192,182)
#CBC7BF
(203,199,191)
#D2CEC8
(210,206,200)
#D9D5D1
(217,213,209)
#E0DCDA
(224,220,218)
#E7E3E3
(231,227,227)
#EEEAEC
(238,234,236)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB9B; }

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

This text font color is #AFAB9B.


Background Color

.myBgColor { background-color: #AFAB9B; }

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

This div background color is #AFAB9B.


Border color

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

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

This div border color is #AFAB9B.


Opacity

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

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

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

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

This text has shadow with #AFAB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAB9B on black background.


Color preview on white background

This text has color #AFAB9B on white background.



Black color preview on #AFAB9B background

This text has black color on #AFAB9B background.


White color preview on #AFAB9B background

This text has white color on #AFAB9B background.