COLOR #AFC1A6

HEX: #AFC1A6 RGB: (175,193,166)

Color info

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

RGB color model

#AFC1A6 color RGB value is (175,193,166).

RGB: (175,193,166) (69%, 76%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 166 of 255 = 65%

175
193
166

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

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 166 = 534 (100%)
R 175 of 534 ~ 32.77%
G 193 of 534 ~ 36.14%
B 166 of 534 ~ 31.09'%

%32.77
%36.14
%31.09

CMYK color model

#AFC1A6 color CMYK value is (9,0,14,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 24.31%

CMYK: (9,0,14,24)
C9M0Y14K24 (9%, 0%, 14%, 24%)
(0.09 / 0.00 / 0.14 / 0.24)

CMYK percentages

%9.33
%0
%13.99
%24.31

Codes

Color #AFC1A6 in popluar color models

AF C1 A6
RGB 175 193 166
HSL 100° 17.88% 70.39%
HSB/HSV 100° 13.99% 75.69%
CMYK 9.33% 0.00% 13.99%
24.31%

Color #AFC1A6 in popluar number systems.

HEX AF C1 A6
Decimal 175 193 166
Binary 10101111 11000001 10100110
Octal 257 301 246

Shades and tints

Shades of #AFC1A6

#AFC1A6
(175,193,166)
#A0B097
(160,176,151)
#919F88
(145,159,136)
#828E79
(130,142,121)
#737D6A
(115,125,106)
#646C5B
(100,108,91)
#555B4C
(85,91,76)
#464A3D
(70,74,61)
#37392E
(55,57,46)
#28281F
(40,40,31)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #AFC1A6

#AFC1A6
(175,193,166)
#B6C6AE
(182,198,174)
#BDCBB6
(189,203,182)
#C4D0BE
(196,208,190)
#CBD5C6
(203,213,198)
#D2DACE
(210,218,206)
#D9DFD6
(217,223,214)
#E0E4DE
(224,228,222)
#E7E9E6
(231,233,230)
#EEEEEE
(238,238,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1A6; }

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

This text font color is #AFC1A6.

Background Color

.myBgColor { background-color: #AFC1A6; }

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

This div background color is #AFC1A6.

Border color

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

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

This div border color is #AFC1A6.

Opacity

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

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

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

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

This text has shadow with #AFC1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC1A6.

Preview

Color preview on black background

This text has color #AFC1A6 on black background.


Color preview on white background

This text has color #AFC1A6 on white background.


Black color preview on #AFC1A6 background

This text has black color on #AFC1A6 background.


White color preview on #AFC1A6 background

This text has white color on #AFC1A6 background.


Related colors

Complementary color

Complementary color for #hex is #503E59.


I love getcolorcode.com

Triadic colors

1 #A6AFC1 and #C1A6AF with #AFC1A6 are triadic colors.

2 #A6C1AF and #C1AFA6 with #AFC1A6 are triadic colors.