COLOR #AFABB1

HEX: #AFABB1 RGB: (175,171,177)

Color info

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

RGB color model

#AFABB1 color RGB value is (175,171,177).

RGB: (175,171,177) (69%, 67%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 177 of 255 = 69%

175
171
177

R + G + B ~ 68%. #AFABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 177 = 523 (100%)
R 175 of 523 ~ 33.46%
G 171 of 523 ~ 32.7%
B 177 of 523 ~ 33.84'%

%33.46
%32.7
%33.84

CMYK color model

#AFABB1 color CMYK value is (1,3,0,31).

  • cyan value is 1.13%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (1,3,0,31)
C1M3Y0K31 (1%, 3%, 0%, 31%)
(0.01 / 0.03 / 0.00 / 0.31)

CMYK percentages

%1.13
%3.39
%0
%30.59

Codes

Color #AFABB1 in popluar color models

AF AB B1
RGB 175 171 177
HSL 280° 3.70% 68.24%
HSB/HSV 280° 3.39% 69.41%
CMYK 1.13% 3.39% 0.00%
30.59%

Color #AFABB1 in popluar number systems.

HEX AF AB B1
Decimal 175 171 177
Binary 10101111 10101011 10110001
Octal 257 253 261

Shades and tints

Shades of #AFABB1

#AFABB1
(175,171,177)
#A09CA1
(160,156,161)
#918D91
(145,141,145)
#827E81
(130,126,129)
#736F71
(115,111,113)
#646061
(100,96,97)
#555151
(85,81,81)
#464241
(70,66,65)
#373331
(55,51,49)
#282421
(40,36,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFABB1

#AFABB1
(175,171,177)
#B6B2B8
(182,178,184)
#BDB9BF
(189,185,191)
#C4C0C6
(196,192,198)
#CBC7CD
(203,199,205)
#D2CED4
(210,206,212)
#D9D5DB
(217,213,219)
#E0DCE2
(224,220,226)
#E7E3E9
(231,227,233)
#EEEAF0
(238,234,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFABB1; }

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

This text font color is #AFABB1.

Background Color

.myBgColor { background-color: #AFABB1; }

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

This div background color is #AFABB1.

Border color

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

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

This div border color is #AFABB1.

Opacity

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

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

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

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

This text has shadow with #AFABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFABB1.

Preview

Color preview on black background

This text has color #AFABB1 on black background.


Color preview on white background

This text has color #AFABB1 on white background.


Black color preview on #AFABB1 background

This text has black color on #AFABB1 background.


White color preview on #AFABB1 background

This text has white color on #AFABB1 background.


Related colors

Complementary color

Complementary color for #hex is #50544E.


I love getcolorcode.com

Triadic colors

1 #B1AFAB and #ABB1AF with #AFABB1 are triadic colors.

2 #B1ABAF and #ABAFB1 with #AFABB1 are triadic colors.