COLOR #AFB4AF

HEX: #AFB4AF RGB: (175,180,175)

Color info

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

RGB color model

#AFB4AF color RGB value is (175,180,175).

RGB: (175,180,175) (69%, 71%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 175 of 255 = 69%

175
180
175

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

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 175 = 530 (100%)
R 175 of 530 ~ 33.02%
G 180 of 530 ~ 33.96%
B 175 of 530 ~ 33.02'%

%33.02
%33.96
%33.02

CMYK color model

#AFB4AF color CMYK value is (3,0,3,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (3,0,3,29)
C3M0Y3K29 (3%, 0%, 3%, 29%)
(0.03 / 0.00 / 0.03 / 0.29)

CMYK percentages

%2.78
%0
%2.78
%29.41

Codes

Color #AFB4AF in popluar color models

AF B4 AF
RGB 175 180 175
HSL 120° 3.23% 69.61%
HSB/HSV 120° 2.78% 70.59%
CMYK 2.78% 0.00% 2.78%
29.41%

Color #AFB4AF in popluar number systems.

HEX AF B4 AF
Decimal 175 180 175
Binary 10101111 10110100 10101111
Octal 257 264 257

Shades and tints

Shades of #AFB4AF

#AFB4AF
(175,180,175)
#A0A4A0
(160,164,160)
#919491
(145,148,145)
#828482
(130,132,130)
#737473
(115,116,115)
#646464
(100,100,100)
#555455
(85,84,85)
#464446
(70,68,70)
#373437
(55,52,55)
#282428
(40,36,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFB4AF

#AFB4AF
(175,180,175)
#B6BAB6
(182,186,182)
#BDC0BD
(189,192,189)
#C4C6C4
(196,198,196)
#CBCCCB
(203,204,203)
#D2D2D2
(210,210,210)
#D9D8D9
(217,216,217)
#E0DEE0
(224,222,224)
#E7E4E7
(231,228,231)
#EEEAEE
(238,234,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB4AF; }

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

This text font color is #AFB4AF.

Background Color

.myBgColor { background-color: #AFB4AF; }

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

This div background color is #AFB4AF.

Border color

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

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

This div border color is #AFB4AF.

Opacity

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

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

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

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

This text has shadow with #AFB4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB4AF.

Preview

Color preview on black background

This text has color #AFB4AF on black background.


Color preview on white background

This text has color #AFB4AF on white background.


Black color preview on #AFB4AF background

This text has black color on #AFB4AF background.


White color preview on #AFB4AF background

This text has white color on #AFB4AF background.


Related colors

Complementary color

Complementary color for #hex is #504B50.


I love getcolorcode.com

Triadic colors

1 #AFAFB4 and #B4AFAF with #AFB4AF are triadic colors.

2 #AFB4AF and #B4AFAF with #AFB4AF are triadic colors.