COLOR #AFB9AC

HEX: #AFB9AC RGB: (175,185,172)

Color info

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

RGB color model

#AFB9AC color RGB value is (175,185,172).

RGB: (175,185,172) (69%, 73%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 172 of 255 = 67%

175
185
172

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 172 = 532 (100%)
R 175 of 532 ~ 32.89%
G 185 of 532 ~ 34.77%
B 172 of 532 ~ 32.33'%

%32.89
%34.77
%32.33

CMYK color model

#AFB9AC color CMYK value is (5,0,7,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK: (5,0,7,27) C5M0Y7K27 (5%,0%,7%,27%) (0.05/0.00/0.07/0.27) 

CMYK percentages

%5.41
%0
%7.03
%27.45

Codes

Color #AFB9AC in popluar color models

AF B9 AC
RGB 175 185 172
HSL 106° 8.50% 70.00%
HSB/HSV 106° 7.03% 72.55%
CMYK 5.41% 0.00% 7.03%
27.45%

Color #AFB9AC in popluar number systems.

HEX AF B9 AC
Decimal 175 185 172
Binary 10101111 10111001 10101100
Octal 257 271 254

Shades and tints

Shades of #AFB9AC

#AFB9AC
(175,185,172)
#A0A99D
(160,169,157)
#91998E
(145,153,142)
#82897F
(130,137,127)
#737970
(115,121,112)
#646961
(100,105,97)
#555952
(85,89,82)
#464943
(70,73,67)
#373934
(55,57,52)
#282925
(40,41,37)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFB9AC

#AFB9AC
(175,185,172)
#B6BFB3
(182,191,179)
#BDC5BA
(189,197,186)
#C4CBC1
(196,203,193)
#CBD1C8
(203,209,200)
#D2D7CF
(210,215,207)
#D9DDD6
(217,221,214)
#E0E3DD
(224,227,221)
#E7E9E4
(231,233,228)
#EEEFEB
(238,239,235)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB9AC color. Also use rgb(175,185,172) instead hex code.

Text Font Color

.myTextColor { color: #AFB9AC; }

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

This text font color is #AFB9AC.

Background Color

.myBgColor { background-color: #AFB9AC; }

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

This div background color is #AFB9AC.

Border color

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

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

This div border color is #AFB9AC.

Opacity

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

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

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

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

This text has shadow with #AFB9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB9AC.

Preview

Color preview on black background

This text has color #AFB9AC on black background.


Color preview on white background

This text has color #AFB9AC on white background.


Black color preview on #AFB9AC background

This text has black color on #AFB9AC background.


White color preview on #AFB9AC background

This text has white color on #AFB9AC background.


Related colors

Complementary color

Complementary color for #hex is #504653.


I love getcolorcode.com

Triadic colors

1 #ACAFB9 and #B9ACAF with #AFB9AC are triadic colors.

2 #ACB9AF and #B9AFAC with #AFB9AC are triadic colors.