COLOR #AFB7B1

HEX: #AFB7B1 RGB: (175,183,177)

Color info

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

RGB color model

#AFB7B1 color RGB value is (175,183,177).

RGB: (175,183,177) (69%, 72%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 177 of 255 = 69%

175
183
177

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

Portions of RGB colors in percentages

R + G + B = 175 + 183 + 177 = 535 (100%)
R 175 of 535 ~ 32.71%
G 183 of 535 ~ 34.21%
B 177 of 535 ~ 33.08'%

%32.71
%34.21
%33.08

CMYK color model

#AFB7B1 color CMYK value is (4,0,3,28).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK: (4,0,3,28) C4M0Y3K28 (4%,0%,3%,28%) (0.04/0.00/0.03/0.28) 

CMYK percentages

%4.37
%0
%3.28
%28.24

Codes

Color #AFB7B1 in popluar color models

AF B7 B1
RGB 175 183 177
HSL 135° 5.26% 70.20%
HSB/HSV 135° 4.37% 71.76%
CMYK 4.37% 0.00% 3.28%
28.24%

Color #AFB7B1 in popluar number systems.

HEX AF B7 B1
Decimal 175 183 177
Binary 10101111 10110111 10110001
Octal 257 267 261

Shades and tints

Shades of #AFB7B1

#AFB7B1
(175,183,177)
#A0A7A1
(160,167,161)
#919791
(145,151,145)
#828781
(130,135,129)
#737771
(115,119,113)
#646761
(100,103,97)
#555751
(85,87,81)
#464741
(70,71,65)
#373731
(55,55,49)
#282721
(40,39,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFB7B1

#AFB7B1
(175,183,177)
#B6BDB8
(182,189,184)
#BDC3BF
(189,195,191)
#C4C9C6
(196,201,198)
#CBCFCD
(203,207,205)
#D2D5D4
(210,213,212)
#D9DBDB
(217,219,219)
#E0E1E2
(224,225,226)
#E7E7E9
(231,231,233)
#EEEDF0
(238,237,240)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7B1; }

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

This text font color is #AFB7B1.

Background Color

.myBgColor { background-color: #AFB7B1; }

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

This div background color is #AFB7B1.

Border color

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

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

This div border color is #AFB7B1.

Opacity

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

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

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

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

This text has shadow with #AFB7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB7B1.

Preview

Color preview on black background

This text has color #AFB7B1 on black background.


Color preview on white background

This text has color #AFB7B1 on white background.


Black color preview on #AFB7B1 background

This text has black color on #AFB7B1 background.


White color preview on #AFB7B1 background

This text has white color on #AFB7B1 background.


Related colors

Complementary color

Complementary color for #hex is #50484E.


I love getcolorcode.com

Triadic colors

1 #B1AFB7 and #B7B1AF with #AFB7B1 are triadic colors.

2 #B1B7AF and #B7AFB1 with #AFB7B1 are triadic colors.