COLOR #AFBAB4

HEX: #AFBAB4 RGB: (175,186,180)

Color info

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

RGB color model

#AFBAB4 color RGB value is (175,186,180).

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

RGB channels and saturation

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

175
186
180

R + G + B ~ 71%. #AFBAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 180 = 541 (100%)
R 175 of 541 ~ 32.35%
G 186 of 541 ~ 34.38%
B 180 of 541 ~ 33.27'%

%32.35
%34.38
%33.27

CMYK color model

#AFBAB4 color CMYK value is (6,0,3,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%

CMYK: (6,0,3,27)
C6M0Y3K27 (6%, 0%, 3%, 27%)
(0.06 / 0.00 / 0.03 / 0.27)

CMYK percentages

%5.91
%0
%3.23
%27.06

Codes

Color #AFBAB4 in popluar color models

AF BA B4
RGB 175 186 180
HSL 147° 7.38% 70.78%
HSB/HSV 147° 5.91% 72.94%
CMYK 5.91% 0.00% 3.23%
27.06%

Color #AFBAB4 in popluar number systems.

HEX AF BA B4
Decimal 175 186 180
Binary 10101111 10111010 10110100
Octal 257 272 264

Shades and tints

Shades of #AFBAB4

#AFBAB4
(175,186,180)
#A0AAA4
(160,170,164)
#919A94
(145,154,148)
#828A84
(130,138,132)
#737A74
(115,122,116)
#646A64
(100,106,100)
#555A54
(85,90,84)
#464A44
(70,74,68)
#373A34
(55,58,52)
#282A24
(40,42,36)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #AFBAB4

#AFBAB4
(175,186,180)
#B6C0BA
(182,192,186)
#BDC6C0
(189,198,192)
#C4CCC6
(196,204,198)
#CBD2CC
(203,210,204)
#D2D8D2
(210,216,210)
#D9DED8
(217,222,216)
#E0E4DE
(224,228,222)
#E7EAE4
(231,234,228)
#EEF0EA
(238,240,234)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAB4; }

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

This text font color is #AFBAB4.

Background Color

.myBgColor { background-color: #AFBAB4; }

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

This div background color is #AFBAB4.

Border color

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

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

This div border color is #AFBAB4.

Opacity

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

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

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

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

This text has shadow with #AFBAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBAB4.

Preview

Color preview on black background

This text has color #AFBAB4 on black background.


Color preview on white background

This text has color #AFBAB4 on white background.


Black color preview on #AFBAB4 background

This text has black color on #AFBAB4 background.


White color preview on #AFBAB4 background

This text has white color on #AFBAB4 background.


Related colors

Complementary color

Complementary color for #hex is #50454B.


I love getcolorcode.com

Triadic colors

1 #B4AFBA and #BAB4AF with #AFBAB4 are triadic colors.

2 #B4BAAF and #BAAFB4 with #AFBAB4 are triadic colors.