COLOR #AFB2B4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
178
180

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

Portions of RGB colors in percentages

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

%32.83
%33.4
%33.77

CMYK color model

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

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

CMYK: (3,1,0,29)
C3M1Y0K29 (3%, 1%, 0%, 29%)
(0.03 / 0.01 / 0.00 / 0.29)

CMYK percentages

%2.78
%1.11
%0
%29.41

Codes

Color #AFB2B4 in popluar color models

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

Color #AFB2B4 in popluar number systems.

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

Shades and tints

Shades of #AFB2B4

#AFB2B4
(175,178,180)
#A0A2A4
(160,162,164)
#919294
(145,146,148)
#828284
(130,130,132)
#737274
(115,114,116)
#646264
(100,98,100)
#555254
(85,82,84)
#464244
(70,66,68)
#373234
(55,50,52)
#282224
(40,34,36)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFB2B4

#AFB2B4
(175,178,180)
#B6B9BA
(182,185,186)
#BDC0C0
(189,192,192)
#C4C7C6
(196,199,198)
#CBCECC
(203,206,204)
#D2D5D2
(210,213,210)
#D9DCD8
(217,220,216)
#E0E3DE
(224,227,222)
#E7EAE4
(231,234,228)
#EEF1EA
(238,241,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2B4; }

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

This text font color is #AFB2B4.

Background Color

.myBgColor { background-color: #AFB2B4; }

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

This div background color is #AFB2B4.

Border color

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

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

This div border color is #AFB2B4.

Opacity

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

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

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

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

This text has shadow with #AFB2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2B4.

Preview

Color preview on black background

This text has color #AFB2B4 on black background.


Color preview on white background

This text has color #AFB2B4 on white background.


Black color preview on #AFB2B4 background

This text has black color on #AFB2B4 background.


White color preview on #AFB2B4 background

This text has white color on #AFB2B4 background.


Related colors

Complementary color

Complementary color for #hex is #504D4B.


I love getcolorcode.com

Triadic colors

1 #B4AFB2 and #B2B4AF with #AFB2B4 are triadic colors.

2 #B4B2AF and #B2AFB4 with #AFB2B4 are triadic colors.