COLOR #AFB3B5

HEX: #AFB3B5
RGB: (175,179,181)

Color info

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

RGB color model

#AFB3B5 color RGB value is (175,179,181).

  • red value is 175;
  • green value is 179;
  • blue value is 181.
RGB:
(175,179,181)
(69%,70%,71%)

RGB channels and saturation

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

175
179
181

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 181 = 535 (100%)
R 175 of 535 ~ 32.71%
G 179 of 535 ~ 33.46%
B 181 of 535 ~ 33.83%

%32.71
%33.46
%33.83

CMYK color model

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

  • cyan value is 3.31%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,1,0,29)
C3M1Y0K29 
(3%,1%,0%,29%)
(0.03/0.01/0.00/0.29)	

CMYK percentages

%3.31
%1.1
%0
%29.02

Codes

Color #AFB3B5 in popluar color models

AFB3B5
RGB175179181
HSL200°3.90%69.80%
HSB/HSV200°3.31%70.98%
CMYK3.31%1.10%0.00%
29.02%

Color #AFB3B5 in popluar number systems.

HEXAFB3B5
Decimal175179181
Binary101011111011001110110101
Octal257263265

Shades and tints

Shades of #AFB3B5

#AFB3B5
(175,179,181)
#A0A3A5
(160,163,165)
#919395
(145,147,149)
#828385
(130,131,133)
#737375
(115,115,117)
#646365
(100,99,101)
#555355
(85,83,85)
#464345
(70,67,69)
#373335
(55,51,53)
#282325
(40,35,37)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AFB3B5

#AFB3B5
(175,179,181)
#B6B9BB
(182,185,187)
#BDBFC1
(189,191,193)
#C4C5C7
(196,197,199)
#CBCBCD
(203,203,205)
#D2D1D3
(210,209,211)
#D9D7D9
(217,215,217)
#E0DDDF
(224,221,223)
#E7E3E5
(231,227,229)
#EEE9EB
(238,233,235)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB3B5; }

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

This text font color is #AFB3B5.


Background Color

.myBgColor { background-color: #AFB3B5; }

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

This div background color is #AFB3B5.


Border color

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

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

This div border color is #AFB3B5.


Opacity

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

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

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

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

This text has shadow with #AFB3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB3B5 on black background.


Color preview on white background

This text has color #AFB3B5 on white background.



Black color preview on #AFB3B5 background

This text has black color on #AFB3B5 background.


White color preview on #AFB3B5 background

This text has white color on #AFB3B5 background.