COLOR #AFB9AD

HEX: #AFB9AD RGB: (175,185,173)

Color info

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

RGB color model

#AFB9AD color RGB value is (175,185,173).

RGB: (175,185,173) (69%, 73%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 173 of 255 = 68%

175
185
173

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 173 = 533 (100%)
R 175 of 533 ~ 32.83%
G 185 of 533 ~ 34.71%
B 173 of 533 ~ 32.46'%

%32.83
%34.71
%32.46

CMYK color model

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

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%

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

CMYK percentages

%5.41
%0
%6.49
%27.45

Codes

Color #AFB9AD in popluar color models

AF B9 AD
RGB 175 185 173
HSL 110° 7.89% 70.20%
HSB/HSV 110° 6.49% 72.55%
CMYK 5.41% 0.00% 6.49%
27.45%

Color #AFB9AD in popluar number systems.

HEX AF B9 AD
Decimal 175 185 173
Binary 10101111 10111001 10101101
Octal 257 271 255

Shades and tints

Shades of #AFB9AD

#AFB9AD
(175,185,173)
#A0A99E
(160,169,158)
#91998F
(145,153,143)
#828980
(130,137,128)
#737971
(115,121,113)
#646962
(100,105,98)
#555953
(85,89,83)
#464944
(70,73,68)
#373935
(55,57,53)
#282926
(40,41,38)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFB9AD

#AFB9AD
(175,185,173)
#B6BFB4
(182,191,180)
#BDC5BB
(189,197,187)
#C4CBC2
(196,203,194)
#CBD1C9
(203,209,201)
#D2D7D0
(210,215,208)
#D9DDD7
(217,221,215)
#E0E3DE
(224,227,222)
#E7E9E5
(231,233,229)
#EEEFEC
(238,239,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9AD; }

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

This text font color is #AFB9AD.

Background Color

.myBgColor { background-color: #AFB9AD; }

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

This div background color is #AFB9AD.

Border color

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

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

This div border color is #AFB9AD.

Opacity

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

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

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

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

This text has shadow with #AFB9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB9AD.

Preview

Color preview on black background

This text has color #AFB9AD on black background.


Color preview on white background

This text has color #AFB9AD on white background.


Black color preview on #AFB9AD background

This text has black color on #AFB9AD background.


White color preview on #AFB9AD background

This text has white color on #AFB9AD background.


Related colors

Complementary color

Complementary color for #hex is #504652.


I love getcolorcode.com

Triadic colors

1 #ADAFB9 and #B9ADAF with #AFB9AD are triadic colors.

2 #ADB9AF and #B9AFAD with #AFB9AD are triadic colors.