COLOR #AFB7AD

HEX: #AFB7AD RGB: (175,183,173)

Color info

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

RGB color model

#AFB7AD color RGB value is (175,183,173).

RGB: (175,183,173) (69%, 72%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 173 of 255 = 68%

175
183
173

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

Portions of RGB colors in percentages

R + G + B = 175 + 183 + 173 = 531 (100%)
R 175 of 531 ~ 32.96%
G 183 of 531 ~ 34.46%
B 173 of 531 ~ 32.58'%

%32.96
%34.46
%32.58

CMYK color model

#AFB7AD color CMYK value is (4,0,5,28).

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

CMYK: (4,0,5,28)
C4M0Y5K28 (4%, 0%, 5%, 28%)
(0.04 / 0.00 / 0.05 / 0.28)

CMYK percentages

%4.37
%0
%5.46
%28.24

Codes

Color #AFB7AD in popluar color models

AF B7 AD
RGB 175 183 173
HSL 108° 6.49% 69.80%
HSB/HSV 108° 5.46% 71.76%
CMYK 4.37% 0.00% 5.46%
28.24%

Color #AFB7AD in popluar number systems.

HEX AF B7 AD
Decimal 175 183 173
Binary 10101111 10110111 10101101
Octal 257 267 255

Shades and tints

Shades of #AFB7AD

#AFB7AD
(175,183,173)
#A0A79E
(160,167,158)
#91978F
(145,151,143)
#828780
(130,135,128)
#737771
(115,119,113)
#646762
(100,103,98)
#555753
(85,87,83)
#464744
(70,71,68)
#373735
(55,55,53)
#282726
(40,39,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFB7AD

#AFB7AD
(175,183,173)
#B6BDB4
(182,189,180)
#BDC3BB
(189,195,187)
#C4C9C2
(196,201,194)
#CBCFC9
(203,207,201)
#D2D5D0
(210,213,208)
#D9DBD7
(217,219,215)
#E0E1DE
(224,225,222)
#E7E7E5
(231,231,229)
#EEEDEC
(238,237,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7AD; }

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

This text font color is #AFB7AD.

Background Color

.myBgColor { background-color: #AFB7AD; }

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

This div background color is #AFB7AD.

Border color

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

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

This div border color is #AFB7AD.

Opacity

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

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

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

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

This text has shadow with #AFB7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB7AD.

Preview

Color preview on black background

This text has color #AFB7AD on black background.


Color preview on white background

This text has color #AFB7AD on white background.


Black color preview on #AFB7AD background

This text has black color on #AFB7AD background.


White color preview on #AFB7AD background

This text has white color on #AFB7AD background.


Related colors

Complementary color

Complementary color for #hex is #504852.


I love getcolorcode.com

Triadic colors

1 #ADAFB7 and #B7ADAF with #AFB7AD are triadic colors.

2 #ADB7AF and #B7AFAD with #AFB7AD are triadic colors.