COLOR #AFB6B3

HEX: #AFB6B3 RGB: (175,182,179)

Color info

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

RGB color model

#AFB6B3 color RGB value is (175,182,179).

RGB: (175,182,179) (69%, 71%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 179 of 255 = 70%

175
182
179

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

Portions of RGB colors in percentages

R + G + B = 175 + 182 + 179 = 536 (100%)
R 175 of 536 ~ 32.65%
G 182 of 536 ~ 33.96%
B 179 of 536 ~ 33.4'%

%32.65
%33.96
%33.4

CMYK color model

#AFB6B3 color CMYK value is (4,0,2,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 28.63%

CMYK: (4,0,2,29)
C4M0Y2K29 (4%, 0%, 2%, 29%)
(0.04 / 0.00 / 0.02 / 0.29)

CMYK percentages

%3.85
%0
%1.65
%28.63

Codes

Color #AFB6B3 in popluar color models

AF B6 B3
RGB 175 182 179
HSL 154° 4.58% 70.00%
HSB/HSV 154° 3.85% 71.37%
CMYK 3.85% 0.00% 1.65%
28.63%

Color #AFB6B3 in popluar number systems.

HEX AF B6 B3
Decimal 175 182 179
Binary 10101111 10110110 10110011
Octal 257 266 263

Shades and tints

Shades of #AFB6B3

#AFB6B3
(175,182,179)
#A0A6A3
(160,166,163)
#919693
(145,150,147)
#828683
(130,134,131)
#737673
(115,118,115)
#646663
(100,102,99)
#555653
(85,86,83)
#464643
(70,70,67)
#373633
(55,54,51)
#282623
(40,38,35)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFB6B3

#AFB6B3
(175,182,179)
#B6BCB9
(182,188,185)
#BDC2BF
(189,194,191)
#C4C8C5
(196,200,197)
#CBCECB
(203,206,203)
#D2D4D1
(210,212,209)
#D9DAD7
(217,218,215)
#E0E0DD
(224,224,221)
#E7E6E3
(231,230,227)
#EEECE9
(238,236,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB6B3 color. Also use rgb(175,182,179) instead hex code.

Text Font Color

.myTextColor { color: #AFB6B3; }

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

This text font color is #AFB6B3.

Background Color

.myBgColor { background-color: #AFB6B3; }

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

This div background color is #AFB6B3.

Border color

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

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

This div border color is #AFB6B3.

Opacity

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

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

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

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

This text has shadow with #AFB6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB6B3.

Preview

Color preview on black background

This text has color #AFB6B3 on black background.


Color preview on white background

This text has color #AFB6B3 on white background.


Black color preview on #AFB6B3 background

This text has black color on #AFB6B3 background.


White color preview on #AFB6B3 background

This text has white color on #AFB6B3 background.


Related colors

Complementary color

Complementary color for #hex is #50494C.


I love getcolorcode.com

Triadic colors

1 #B3AFB6 and #B6B3AF with #AFB6B3 are triadic colors.

2 #B3B6AF and #B6AFB3 with #AFB6B3 are triadic colors.