COLOR #AFA4B0

HEX: #AFA4B0 RGB: (175,164,176)

Color info

#AFA4B0 contains red, green and blue colors in about the same proportion. Web safe color of #AFA4B0 is #999999 (or #999).

RGB color model

#AFA4B0 color RGB value is (175,164,176).

RGB: (175,164,176) (69%, 64%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 176 of 255 = 69%

175
164
176

R + G + B ~ 67%. #AFA4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 176 = 515 (100%)
R 175 of 515 ~ 33.98%
G 164 of 515 ~ 31.84%
B 176 of 515 ~ 34.17'%

%33.98
%31.84
%34.17

CMYK color model

#AFA4B0 color CMYK value is (1,7,0,31).

  • cyan value is 0.57%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (1,7,0,31) C1M7Y0K31 (1%,7%,0%,31%) (0.01/0.07/0.00/0.31) 

CMYK percentages

%0.57
%6.82
%0
%30.98

Codes

Color #AFA4B0 in popluar color models

AF A4 B0
RGB 175 164 176
HSL 295° 7.06% 66.67%
HSB/HSV 295° 6.82% 69.02%
CMYK 0.57% 6.82% 0.00%
30.98%

Color #AFA4B0 in popluar number systems.

HEX AF A4 B0
Decimal 175 164 176
Binary 10101111 10100100 10110000
Octal 257 244 260

Shades and tints

Shades of #AFA4B0

#AFA4B0
(175,164,176)
#A096A0
(160,150,160)
#918890
(145,136,144)
#827A80
(130,122,128)
#736C70
(115,108,112)
#645E60
(100,94,96)
#555050
(85,80,80)
#464240
(70,66,64)
#373430
(55,52,48)
#282620
(40,38,32)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #AFA4B0

#AFA4B0
(175,164,176)
#B6ACB7
(182,172,183)
#BDB4BE
(189,180,190)
#C4BCC5
(196,188,197)
#CBC4CC
(203,196,204)
#D2CCD3
(210,204,211)
#D9D4DA
(217,212,218)
#E0DCE1
(224,220,225)
#E7E4E8
(231,228,232)
#EEECEF
(238,236,239)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA4B0; }

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

This text font color is #AFA4B0.

Background Color

.myBgColor { background-color: #AFA4B0; }

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

This div background color is #AFA4B0.

Border color

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

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

This div border color is #AFA4B0.

Opacity

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

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

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

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

This text has shadow with #AFA4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA4B0.

Preview

Color preview on black background

This text has color #AFA4B0 on black background.


Color preview on white background

This text has color #AFA4B0 on white background.


Black color preview on #AFA4B0 background

This text has black color on #AFA4B0 background.


White color preview on #AFA4B0 background

This text has white color on #AFA4B0 background.


Related colors

Complementary color

Complementary color for #hex is #505B4F.


I love getcolorcode.com

Triadic colors

1 #B0AFA4 and #A4B0AF with #AFA4B0 are triadic colors.

2 #B0A4AF and #A4AFB0 with #AFA4B0 are triadic colors.