COLOR #AFB5AB

HEX: #AFB5AB
RGB: (175,181,171)

Color info

#AFB5AB contains red, green and blue colors in about the same proportion. Web safe color of #AFB5AB is #99CC99 (or #9C9).

RGB color model

#AFB5AB color RGB value is (175,181,171).

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

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 171 of 255 = 67%

175
181
171

R + G + B ~ 69%. #AFB5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 171 = 527 (100%)
R 175 of 527 ~ 33.21%
G 181 of 527 ~ 34.35%
B 171 of 527 ~ 32.45%

%33.21
%34.35
%32.45

CMYK color model

#AFB5AB color CMYK value is (3,0,6,29).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(3,0,6,29)
C3M0Y6K29 
(3%,0%,6%,29%)
(0.03/0.00/0.06/0.29)	

CMYK percentages

%3.31
%0
%5.52
%29.02

Codes

Color #AFB5AB in popluar color models

AFB5AB
RGB175181171
HSL96°6.33%69.02%
HSB/HSV96°5.52%70.98%
CMYK3.31%0.00%5.52%
29.02%

Color #AFB5AB in popluar number systems.

HEXAFB5AB
Decimal175181171
Binary101011111011010110101011
Octal257265253

Shades and tints

Shades of #AFB5AB

#AFB5AB
(175,181,171)
#A0A59C
(160,165,156)
#91958D
(145,149,141)
#82857E
(130,133,126)
#73756F
(115,117,111)
#646560
(100,101,96)
#555551
(85,85,81)
#464542
(70,69,66)
#373533
(55,53,51)
#282524
(40,37,36)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFB5AB

#AFB5AB
(175,181,171)
#B6BBB2
(182,187,178)
#BDC1B9
(189,193,185)
#C4C7C0
(196,199,192)
#CBCDC7
(203,205,199)
#D2D3CE
(210,211,206)
#D9D9D5
(217,217,213)
#E0DFDC
(224,223,220)
#E7E5E3
(231,229,227)
#EEEBEA
(238,235,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5AB; }

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

This text font color is #AFB5AB.


Background Color

.myBgColor { background-color: #AFB5AB; }

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

This div background color is #AFB5AB.


Border color

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

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

This div border color is #AFB5AB.


Opacity

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

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

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

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

This text has shadow with #AFB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5AB on black background.


Color preview on white background

This text has color #AFB5AB on white background.



Black color preview on #AFB5AB background

This text has black color on #AFB5AB background.


White color preview on #AFB5AB background

This text has white color on #AFB5AB background.