COLOR #AFBABF

HEX: #AFBABF
RGB: (175,186,191)

Color info

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

RGB color model

#AFBABF color RGB value is (175,186,191).

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

RGB channels and saturation

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

175
186
191

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

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 191 = 552 (100%)
R 175 of 552 ~ 31.7%
G 186 of 552 ~ 33.7%
B 191 of 552 ~ 34.6%

%31.7
%33.7
%34.6

CMYK color model

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

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

CMYK percentages

%8.38
%2.62
%0
%25.1

Codes

Color #AFBABF in popluar color models

AFBABF
RGB175186191
HSL199°11.11%71.76%
HSB/HSV199°8.38%74.90%
CMYK8.38%2.62%0.00%
25.10%

Color #AFBABF in popluar number systems.

HEXAFBABF
Decimal175186191
Binary101011111011101010111111
Octal257272277

Shades and tints

Shades of #AFBABF

#AFBABF
(175,186,191)
#A0AAAE
(160,170,174)
#919A9D
(145,154,157)
#828A8C
(130,138,140)
#737A7B
(115,122,123)
#646A6A
(100,106,106)
#555A59
(85,90,89)
#464A48
(70,74,72)
#373A37
(55,58,55)
#282A26
(40,42,38)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #AFBABF

#AFBABF
(175,186,191)
#B6C0C4
(182,192,196)
#BDC6C9
(189,198,201)
#C4CCCE
(196,204,206)
#CBD2D3
(203,210,211)
#D2D8D8
(210,216,216)
#D9DEDD
(217,222,221)
#E0E4E2
(224,228,226)
#E7EAE7
(231,234,231)
#EEF0EC
(238,240,236)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBABF; }

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

This text font color is #AFBABF.


Background Color

.myBgColor { background-color: #AFBABF; }

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

This div background color is #AFBABF.


Border color

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

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

This div border color is #AFBABF.


Opacity

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

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

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

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

This text has shadow with #AFBABF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFBABF on black background.


Color preview on white background

This text has color #AFBABF on white background.



Black color preview on #AFBABF background

This text has black color on #AFBABF background.


White color preview on #AFBABF background

This text has white color on #AFBABF background.