COLOR #AFBAB1

HEX: #AFBAB1 RGB: (175,186,177)

Color info

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

RGB color model

#AFBAB1 color RGB value is (175,186,177).

RGB: (175,186,177) (69%, 73%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 177 of 255 = 69%

175
186
177

R + G + B ~ 70%. #AFBAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 177 = 538 (100%)
R 175 of 538 ~ 32.53%
G 186 of 538 ~ 34.57%
B 177 of 538 ~ 32.9'%

%32.53
%34.57
%32.9

CMYK color model

#AFBAB1 color CMYK value is (6,0,5,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%

CMYK: (6,0,5,27)
C6M0Y5K27 (6%, 0%, 5%, 27%)
(0.06 / 0.00 / 0.05 / 0.27)

CMYK percentages

%5.91
%0
%4.84
%27.06

Codes

Color #AFBAB1 in popluar color models

AF BA B1
RGB 175 186 177
HSL 131° 7.38% 70.78%
HSB/HSV 131° 5.91% 72.94%
CMYK 5.91% 0.00% 4.84%
27.06%

Color #AFBAB1 in popluar number systems.

HEX AF BA B1
Decimal 175 186 177
Binary 10101111 10111010 10110001
Octal 257 272 261

Shades and tints

Shades of #AFBAB1

#AFBAB1
(175,186,177)
#A0AAA1
(160,170,161)
#919A91
(145,154,145)
#828A81
(130,138,129)
#737A71
(115,122,113)
#646A61
(100,106,97)
#555A51
(85,90,81)
#464A41
(70,74,65)
#373A31
(55,58,49)
#282A21
(40,42,33)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFBAB1

#AFBAB1
(175,186,177)
#B6C0B8
(182,192,184)
#BDC6BF
(189,198,191)
#C4CCC6
(196,204,198)
#CBD2CD
(203,210,205)
#D2D8D4
(210,216,212)
#D9DEDB
(217,222,219)
#E0E4E2
(224,228,226)
#E7EAE9
(231,234,233)
#EEF0F0
(238,240,240)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAB1; }

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

This text font color is #AFBAB1.

Background Color

.myBgColor { background-color: #AFBAB1; }

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

This div background color is #AFBAB1.

Border color

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

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

This div border color is #AFBAB1.

Opacity

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

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

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

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

This text has shadow with #AFBAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBAB1.

Preview

Color preview on black background

This text has color #AFBAB1 on black background.


Color preview on white background

This text has color #AFBAB1 on white background.


Black color preview on #AFBAB1 background

This text has black color on #AFBAB1 background.


White color preview on #AFBAB1 background

This text has white color on #AFBAB1 background.


Related colors

Complementary color

Complementary color for #hex is #50454E.


I love getcolorcode.com

Triadic colors

1 #B1AFBA and #BAB1AF with #AFBAB1 are triadic colors.

2 #B1BAAF and #BAAFB1 with #AFBAB1 are triadic colors.