COLOR #AFB2AB

HEX: #AFB2AB RGB: (175,178,171)

Color info

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

RGB color model

#AFB2AB color RGB value is (175,178,171).

RGB: (175,178,171) (69%, 70%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 171 of 255 = 67%

175
178
171

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

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 171 = 524 (100%)
R 175 of 524 ~ 33.4%
G 178 of 524 ~ 33.97%
B 171 of 524 ~ 32.63'%

%33.4
%33.97
%32.63

CMYK color model

#AFB2AB color CMYK value is (2,0,4,30).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%

CMYK: (2,0,4,30)
C2M0Y4K30 (2%, 0%, 4%, 30%)
(0.02 / 0.00 / 0.04 / 0.30)

CMYK percentages

%1.69
%0
%3.93
%30.2

Codes

Color #AFB2AB in popluar color models

AF B2 AB
RGB 175 178 171
HSL 86° 4.35% 68.43%
HSB/HSV 86° 3.93% 69.80%
CMYK 1.69% 0.00% 3.93%
30.20%

Color #AFB2AB in popluar number systems.

HEX AF B2 AB
Decimal 175 178 171
Binary 10101111 10110010 10101011
Octal 257 262 253

Shades and tints

Shades of #AFB2AB

#AFB2AB
(175,178,171)
#A0A29C
(160,162,156)
#91928D
(145,146,141)
#82827E
(130,130,126)
#73726F
(115,114,111)
#646260
(100,98,96)
#555251
(85,82,81)
#464242
(70,66,66)
#373233
(55,50,51)
#282224
(40,34,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #AFB2AB

#AFB2AB
(175,178,171)
#B6B9B2
(182,185,178)
#BDC0B9
(189,192,185)
#C4C7C0
(196,199,192)
#CBCEC7
(203,206,199)
#D2D5CE
(210,213,206)
#D9DCD5
(217,220,213)
#E0E3DC
(224,227,220)
#E7EAE3
(231,234,227)
#EEF1EA
(238,241,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2AB; }

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

This text font color is #AFB2AB.

Background Color

.myBgColor { background-color: #AFB2AB; }

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

This div background color is #AFB2AB.

Border color

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

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

This div border color is #AFB2AB.

Opacity

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

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

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

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

This text has shadow with #AFB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2AB.

Preview

Color preview on black background

This text has color #AFB2AB on black background.


Color preview on white background

This text has color #AFB2AB on white background.


Black color preview on #AFB2AB background

This text has black color on #AFB2AB background.


White color preview on #AFB2AB background

This text has white color on #AFB2AB background.


Related colors

Complementary color

Complementary color for #hex is #504D54.


I love getcolorcode.com

Triadic colors

1 #ABAFB2 and #B2ABAF with #AFB2AB are triadic colors.

2 #ABB2AF and #B2AFAB with #AFB2AB are triadic colors.