COLOR #AFBAC0

HEX: #AFBAC0
RGB: (175,186,192)

Color info

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

RGB color model

#AFBAC0 color RGB value is (175,186,192).

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

RGB channels and saturation

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

175
186
192

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

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 192 = 553 (100%)
R 175 of 553 ~ 31.65%
G 186 of 553 ~ 33.63%
B 192 of 553 ~ 34.72%

%31.65
%33.63
%34.72

CMYK color model

#AFBAC0 color CMYK value is (9,3,0,25).

  • cyan value is 8.85%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,3,0,25)
C9M3Y0K25 
(9%,3%,0%,25%)
(0.09/0.03/0.00/0.25)	

CMYK percentages

%8.85
%3.13
%0
%24.71

Codes

Color #AFBAC0 in popluar color models

AFBAC0
RGB175186192
HSL201°11.89%71.96%
HSB/HSV201°8.85%75.29%
CMYK8.85%3.13%0.00%
24.71%

Color #AFBAC0 in popluar number systems.

HEXAFBAC0
Decimal175186192
Binary101011111011101011000000
Octal257272300

Shades and tints

Shades of #AFBAC0

#AFBAC0
(175,186,192)
#A0AAAF
(160,170,175)
#919A9E
(145,154,158)
#828A8D
(130,138,141)
#737A7C
(115,122,124)
#646A6B
(100,106,107)
#555A5A
(85,90,90)
#464A49
(70,74,73)
#373A38
(55,58,56)
#282A27
(40,42,39)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #AFBAC0

#AFBAC0
(175,186,192)
#B6C0C5
(182,192,197)
#BDC6CA
(189,198,202)
#C4CCCF
(196,204,207)
#CBD2D4
(203,210,212)
#D2D8D9
(210,216,217)
#D9DEDE
(217,222,222)
#E0E4E3
(224,228,227)
#E7EAE8
(231,234,232)
#EEF0ED
(238,240,237)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAC0; }

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

This text font color is #AFBAC0.


Background Color

.myBgColor { background-color: #AFBAC0; }

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

This div background color is #AFBAC0.


Border color

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

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

This div border color is #AFBAC0.


Opacity

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

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

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

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

This text has shadow with #AFBAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBAC0 on black background.


Color preview on white background

This text has color #AFBAC0 on white background.



Black color preview on #AFBAC0 background

This text has black color on #AFBAC0 background.


White color preview on #AFBAC0 background

This text has white color on #AFBAC0 background.