COLOR #AFB7AC

HEX: #AFB7AC RGB: (175,183,172)

Color info

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

RGB color model

#AFB7AC color RGB value is (175,183,172).

RGB: (175,183,172) (69%, 72%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 172 of 255 = 67%

175
183
172

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

Portions of RGB colors in percentages

R + G + B = 175 + 183 + 172 = 530 (100%)
R 175 of 530 ~ 33.02%
G 183 of 530 ~ 34.53%
B 172 of 530 ~ 32.45'%

%33.02
%34.53
%32.45

CMYK color model

#AFB7AC color CMYK value is (4,0,6,28).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%

CMYK: (4,0,6,28)
C4M0Y6K28 (4%, 0%, 6%, 28%)
(0.04 / 0.00 / 0.06 / 0.28)

CMYK percentages

%4.37
%0
%6.01
%28.24

Codes

Color #AFB7AC in popluar color models

AF B7 AC
RGB 175 183 172
HSL 104° 7.10% 69.61%
HSB/HSV 104° 6.01% 71.76%
CMYK 4.37% 0.00% 6.01%
28.24%

Color #AFB7AC in popluar number systems.

HEX AF B7 AC
Decimal 175 183 172
Binary 10101111 10110111 10101100
Octal 257 267 254

Shades and tints

Shades of #AFB7AC

#AFB7AC
(175,183,172)
#A0A79D
(160,167,157)
#91978E
(145,151,142)
#82877F
(130,135,127)
#737770
(115,119,112)
#646761
(100,103,97)
#555752
(85,87,82)
#464743
(70,71,67)
#373734
(55,55,52)
#282725
(40,39,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFB7AC

#AFB7AC
(175,183,172)
#B6BDB3
(182,189,179)
#BDC3BA
(189,195,186)
#C4C9C1
(196,201,193)
#CBCFC8
(203,207,200)
#D2D5CF
(210,213,207)
#D9DBD6
(217,219,214)
#E0E1DD
(224,225,221)
#E7E7E4
(231,231,228)
#EEEDEB
(238,237,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7AC; }

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

This text font color is #AFB7AC.

Background Color

.myBgColor { background-color: #AFB7AC; }

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

This div background color is #AFB7AC.

Border color

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

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

This div border color is #AFB7AC.

Opacity

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

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

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

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

This text has shadow with #AFB7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB7AC.

Preview

Color preview on black background

This text has color #AFB7AC on black background.


Color preview on white background

This text has color #AFB7AC on white background.


Black color preview on #AFB7AC background

This text has black color on #AFB7AC background.


White color preview on #AFB7AC background

This text has white color on #AFB7AC background.


Related colors

Complementary color

Complementary color for #hex is #504853.


I love getcolorcode.com

Triadic colors

1 #ACAFB7 and #B7ACAF with #AFB7AC are triadic colors.

2 #ACB7AF and #B7AFAC with #AFB7AC are triadic colors.