COLOR #AFC5A6

HEX: #AFC5A6
RGB: (175,197,166)

Color info

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

RGB color model

#AFC5A6 color RGB value is (175,197,166).

  • red value is 175;
  • green value is 197;
  • blue value is 166.
RGB:
(175,197,166)
(69%,77%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 166 of 255 = 65%

175
197
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 197 + 166 = 538 (100%)
R 175 of 538 ~ 32.53%
G 197 of 538 ~ 36.62%
B 166 of 538 ~ 30.86%

%32.53
%36.62
%30.86

CMYK color model

#AFC5A6 color CMYK value is (11,0,16,23).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(11,0,16,23)
C11M0Y16K23 
(11%,0%,16%,23%)
(0.11/0.00/0.16/0.23)	

CMYK percentages

%11.17
%0
%15.74
%22.75

Codes

Color #AFC5A6 in popluar color models

AFC5A6
RGB175197166
HSL103°21.09%71.18%
HSB/HSV103°15.74%77.25%
CMYK11.17%0.00%15.74%
22.75%

Color #AFC5A6 in popluar number systems.

HEXAFC5A6
Decimal175197166
Binary101011111100010110100110
Octal257305246

Shades and tints

Shades of #AFC5A6

#AFC5A6
(175,197,166)
#A0B497
(160,180,151)
#91A388
(145,163,136)
#829279
(130,146,121)
#73816A
(115,129,106)
#64705B
(100,112,91)
#555F4C
(85,95,76)
#464E3D
(70,78,61)
#373D2E
(55,61,46)
#282C1F
(40,44,31)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #AFC5A6

#AFC5A6
(175,197,166)
#B6CAAE
(182,202,174)
#BDCFB6
(189,207,182)
#C4D4BE
(196,212,190)
#CBD9C6
(203,217,198)
#D2DECE
(210,222,206)
#D9E3D6
(217,227,214)
#E0E8DE
(224,232,222)
#E7EDE6
(231,237,230)
#EEF2EE
(238,242,238)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC5A6 color. Also use rgb(175,197,166) instead hex code.

Text Font Color

.myTextColor { color: #AFC5A6; }

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

This text font color is #AFC5A6.


Background Color

.myBgColor { background-color: #AFC5A6; }

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

This div background color is #AFC5A6.


Border color

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

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

This div border color is #AFC5A6.


Opacity

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

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

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

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

This text has shadow with #AFC5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5A6 on black background.


Color preview on white background

This text has color #AFC5A6 on white background.



Black color preview on #AFC5A6 background

This text has black color on #AFC5A6 background.


White color preview on #AFC5A6 background

This text has white color on #AFC5A6 background.