COLOR #AFC0AB

HEX: #AFC0AB
RGB: (175,192,171)

Color info

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

RGB color model

#AFC0AB color RGB value is (175,192,171).

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

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 171 of 255 = 67%

175
192
171

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 171 = 538 (100%)
R 175 of 538 ~ 32.53%
G 192 of 538 ~ 35.69%
B 171 of 538 ~ 31.78%

%32.53
%35.69
%31.78

CMYK color model

#AFC0AB color CMYK value is (9,0,11,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(9,0,11,25)
C9M0Y11K25 
(9%,0%,11%,25%)
(0.09/0.00/0.11/0.25)	

CMYK percentages

%8.85
%0
%10.94
%24.71

Codes

Color #AFC0AB in popluar color models

AFC0AB
RGB175192171
HSL109°14.29%71.18%
HSB/HSV109°10.94%75.29%
CMYK8.85%0.00%10.94%
24.71%

Color #AFC0AB in popluar number systems.

HEXAFC0AB
Decimal175192171
Binary101011111100000010101011
Octal257300253

Shades and tints

Shades of #AFC0AB

#AFC0AB
(175,192,171)
#A0AF9C
(160,175,156)
#919E8D
(145,158,141)
#828D7E
(130,141,126)
#737C6F
(115,124,111)
#646B60
(100,107,96)
#555A51
(85,90,81)
#464942
(70,73,66)
#373833
(55,56,51)
#282724
(40,39,36)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFC0AB

#AFC0AB
(175,192,171)
#B6C5B2
(182,197,178)
#BDCAB9
(189,202,185)
#C4CFC0
(196,207,192)
#CBD4C7
(203,212,199)
#D2D9CE
(210,217,206)
#D9DED5
(217,222,213)
#E0E3DC
(224,227,220)
#E7E8E3
(231,232,227)
#EEEDEA
(238,237,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0AB; }

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

This text font color is #AFC0AB.


Background Color

.myBgColor { background-color: #AFC0AB; }

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

This div background color is #AFC0AB.


Border color

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

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

This div border color is #AFC0AB.


Opacity

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

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

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

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

This text has shadow with #AFC0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0AB on black background.


Color preview on white background

This text has color #AFC0AB on white background.



Black color preview on #AFC0AB background

This text has black color on #AFC0AB background.


White color preview on #AFC0AB background

This text has white color on #AFC0AB background.