COLOR #AFBFB9

HEX: #AFBFB9
RGB: (175,191,185)

Color info

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

RGB color model

#AFBFB9 color RGB value is (175,191,185).

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

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 185 of 255 = 73%

175
191
185

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

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 185 = 551 (100%)
R 175 of 551 ~ 31.76%
G 191 of 551 ~ 34.66%
B 185 of 551 ~ 33.58%

%31.76
%34.66
%33.58

CMYK color model

#AFBFB9 color CMYK value is (8,0,3,25).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 25.10%
CMYK:
(8,0,3,25)
C8M0Y3K25 
(8%,0%,3%,25%)
(0.08/0.00/0.03/0.25)	

CMYK percentages

%8.38
%0
%3.14
%25.1

Codes

Color #AFBFB9 in popluar color models

AFBFB9
RGB175191185
HSL158°11.11%71.76%
HSB/HSV158°8.38%74.90%
CMYK8.38%0.00%3.14%
25.10%

Color #AFBFB9 in popluar number systems.

HEXAFBFB9
Decimal175191185
Binary101011111011111110111001
Octal257277271

Shades and tints

Shades of #AFBFB9

#AFBFB9
(175,191,185)
#A0AEA9
(160,174,169)
#919D99
(145,157,153)
#828C89
(130,140,137)
#737B79
(115,123,121)
#646A69
(100,106,105)
#555959
(85,89,89)
#464849
(70,72,73)
#373739
(55,55,57)
#282629
(40,38,41)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFBFB9

#AFBFB9
(175,191,185)
#B6C4BF
(182,196,191)
#BDC9C5
(189,201,197)
#C4CECB
(196,206,203)
#CBD3D1
(203,211,209)
#D2D8D7
(210,216,215)
#D9DDDD
(217,221,221)
#E0E2E3
(224,226,227)
#E7E7E9
(231,231,233)
#EEECEF
(238,236,239)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFB9; }

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

This text font color is #AFBFB9.


Background Color

.myBgColor { background-color: #AFBFB9; }

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

This div background color is #AFBFB9.


Border color

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

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

This div border color is #AFBFB9.


Opacity

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

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

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

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

This text has shadow with #AFBFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFB9 on black background.


Color preview on white background

This text has color #AFBFB9 on white background.



Black color preview on #AFBFB9 background

This text has black color on #AFBFB9 background.


White color preview on #AFBFB9 background

This text has white color on #AFBFB9 background.