COLOR #AFB4B2

HEX: #AFB4B2 RGB: (175,180,178)

Color info

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

RGB color model

#AFB4B2 color RGB value is (175,180,178).

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

RGB channels and saturation

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

175
180
178

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

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 178 = 533 (100%)
R 175 of 533 ~ 32.83%
G 180 of 533 ~ 33.77%
B 178 of 533 ~ 33.4'%

%32.83
%33.77
%33.4

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK: (3,0,1,29) C3M0Y1K29 (3%,0%,1%,29%) (0.03/0.00/0.01/0.29) 

CMYK percentages

%2.78
%0
%1.11
%29.41

Codes

Color #AFB4B2 in popluar color models

AF B4 B2
RGB 175 180 178
HSL 156° 3.23% 69.61%
HSB/HSV 156° 2.78% 70.59%
CMYK 2.78% 0.00% 1.11%
29.41%

Color #AFB4B2 in popluar number systems.

HEX AF B4 B2
Decimal 175 180 178
Binary 10101111 10110100 10110010
Octal 257 264 262

Shades and tints

Shades of #AFB4B2

#AFB4B2
(175,180,178)
#A0A4A2
(160,164,162)
#919492
(145,148,146)
#828482
(130,132,130)
#737472
(115,116,114)
#646462
(100,100,98)
#555452
(85,84,82)
#464442
(70,68,66)
#373432
(55,52,50)
#282422
(40,36,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFB4B2

#AFB4B2
(175,180,178)
#B6BAB9
(182,186,185)
#BDC0C0
(189,192,192)
#C4C6C7
(196,198,199)
#CBCCCE
(203,204,206)
#D2D2D5
(210,210,213)
#D9D8DC
(217,216,220)
#E0DEE3
(224,222,227)
#E7E4EA
(231,228,234)
#EEEAF1
(238,234,241)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB4B2; }

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

This text font color is #AFB4B2.

Background Color

.myBgColor { background-color: #AFB4B2; }

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

This div background color is #AFB4B2.

Border color

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

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

This div border color is #AFB4B2.

Opacity

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

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

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

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

This text has shadow with #AFB4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB4B2.

Preview

Color preview on black background

This text has color #AFB4B2 on black background.


Color preview on white background

This text has color #AFB4B2 on white background.


Black color preview on #AFB4B2 background

This text has black color on #AFB4B2 background.


White color preview on #AFB4B2 background

This text has white color on #AFB4B2 background.


Related colors

Complementary color

Complementary color for #hex is #504B4D.


I love getcolorcode.com

Triadic colors

1 #B2AFB4 and #B4B2AF with #AFB4B2 are triadic colors.

2 #B2B4AF and #B4AFB2 with #AFB4B2 are triadic colors.