COLOR #AFBFB5

HEX: #AFBFB5
RGB: (175,191,181)

Color info

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

RGB color model

#AFBFB5 color RGB value is (175,191,181).

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

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 181 of 255 = 71%

175
191
181

R + G + B ~ 72%. #AFBFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 181 = 547 (100%)
R 175 of 547 ~ 31.99%
G 191 of 547 ~ 34.92%
B 181 of 547 ~ 33.09%

%31.99
%34.92
%33.09

CMYK color model

#AFBFB5 color CMYK value is (8,0,5,25).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 25.10%
CMYK:
(8,0,5,25)
C8M0Y5K25 
(8%,0%,5%,25%)
(0.08/0.00/0.05/0.25)	

CMYK percentages

%8.38
%0
%5.24
%25.1

Codes

Color #AFBFB5 in popluar color models

AFBFB5
RGB175191181
HSL143°11.11%71.76%
HSB/HSV143°8.38%74.90%
CMYK8.38%0.00%5.24%
25.10%

Color #AFBFB5 in popluar number systems.

HEXAFBFB5
Decimal175191181
Binary101011111011111110110101
Octal257277265

Shades and tints

Shades of #AFBFB5

#AFBFB5
(175,191,181)
#A0AEA5
(160,174,165)
#919D95
(145,157,149)
#828C85
(130,140,133)
#737B75
(115,123,117)
#646A65
(100,106,101)
#555955
(85,89,85)
#464845
(70,72,69)
#373735
(55,55,53)
#282625
(40,38,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFBFB5

#AFBFB5
(175,191,181)
#B6C4BB
(182,196,187)
#BDC9C1
(189,201,193)
#C4CEC7
(196,206,199)
#CBD3CD
(203,211,205)
#D2D8D3
(210,216,211)
#D9DDD9
(217,221,217)
#E0E2DF
(224,226,223)
#E7E7E5
(231,231,229)
#EEECEB
(238,236,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFB5; }

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

This text font color is #AFBFB5.


Background Color

.myBgColor { background-color: #AFBFB5; }

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

This div background color is #AFBFB5.


Border color

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

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

This div border color is #AFBFB5.


Opacity

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

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

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

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

This text has shadow with #AFBFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFB5 on black background.


Color preview on white background

This text has color #AFBFB5 on white background.



Black color preview on #AFBFB5 background

This text has black color on #AFBFB5 background.


White color preview on #AFBFB5 background

This text has white color on #AFBFB5 background.