COLOR #AFB2B7

HEX: #AFB2B7 RGB: (175,178,183)

Color info

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

RGB color model

#AFB2B7 color RGB value is (175,178,183).

RGB: (175,178,183) (69%, 70%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 183 of 255 = 72%

175
178
183

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

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 183 = 536 (100%)
R 175 of 536 ~ 32.65%
G 178 of 536 ~ 33.21%
B 183 of 536 ~ 34.14'%

%32.65
%33.21
%34.14

CMYK color model

#AFB2B7 color CMYK value is (4,3,0,28).

  • cyan value is 4.37%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (4,3,0,28)
C4M3Y0K28 (4%, 3%, 0%, 28%)
(0.04 / 0.03 / 0.00 / 0.28)

CMYK percentages

%4.37
%2.73
%0
%28.24

Codes

Color #AFB2B7 in popluar color models

AF B2 B7
RGB 175 178 183
HSL 218° 5.26% 70.20%
HSB/HSV 218° 4.37% 71.76%
CMYK 4.37% 2.73% 0.00%
28.24%

Color #AFB2B7 in popluar number systems.

HEX AF B2 B7
Decimal 175 178 183
Binary 10101111 10110010 10110111
Octal 257 262 267

Shades and tints

Shades of #AFB2B7

#AFB2B7
(175,178,183)
#A0A2A7
(160,162,167)
#919297
(145,146,151)
#828287
(130,130,135)
#737277
(115,114,119)
#646267
(100,98,103)
#555257
(85,82,87)
#464247
(70,66,71)
#373237
(55,50,55)
#282227
(40,34,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AFB2B7

#AFB2B7
(175,178,183)
#B6B9BD
(182,185,189)
#BDC0C3
(189,192,195)
#C4C7C9
(196,199,201)
#CBCECF
(203,206,207)
#D2D5D5
(210,213,213)
#D9DCDB
(217,220,219)
#E0E3E1
(224,227,225)
#E7EAE7
(231,234,231)
#EEF1ED
(238,241,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2B7; }

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

This text font color is #AFB2B7.

Background Color

.myBgColor { background-color: #AFB2B7; }

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

This div background color is #AFB2B7.

Border color

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

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

This div border color is #AFB2B7.

Opacity

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

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

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

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

This text has shadow with #AFB2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2B7.

Preview

Color preview on black background

This text has color #AFB2B7 on black background.


Color preview on white background

This text has color #AFB2B7 on white background.


Black color preview on #AFB2B7 background

This text has black color on #AFB2B7 background.


White color preview on #AFB2B7 background

This text has white color on #AFB2B7 background.


Related colors

Complementary color

Complementary color for #hex is #504D48.


I love getcolorcode.com

Triadic colors

1 #B7AFB2 and #B2B7AF with #AFB2B7 are triadic colors.

2 #B7B2AF and #B2AFB7 with #AFB2B7 are triadic colors.