COLOR #AFC8A7

HEX: #AFC8A7 RGB: (175,200,167)

Color info

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

RGB color model

#AFC8A7 color RGB value is (175,200,167).

RGB: (175,200,167) (69%, 78%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 167 of 255 = 65%

175
200
167

R + G + B ~ 71%. #AFC8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 167 = 542 (100%)
R 175 of 542 ~ 32.29%
G 200 of 542 ~ 36.9%
B 167 of 542 ~ 30.81'%

%32.29
%36.9
%30.81

CMYK color model

#AFC8A7 color CMYK value is (13,0,17,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 21.57%

CMYK: (13,0,17,22)
C13M0Y17K22 (13%, 0%, 17%, 22%)
(0.13 / 0.00 / 0.17 / 0.22)

CMYK percentages

%12.5
%0
%16.5
%21.57

Codes

Color #AFC8A7 in popluar color models

AF C8 A7
RGB 175 200 167
HSL 105° 23.08% 71.96%
HSB/HSV 105° 16.50% 78.43%
CMYK 12.50% 0.00% 16.50%
21.57%

Color #AFC8A7 in popluar number systems.

HEX AF C8 A7
Decimal 175 200 167
Binary 10101111 11001000 10100111
Octal 257 310 247

Shades and tints

Shades of #AFC8A7

#AFC8A7
(175,200,167)
#A0B698
(160,182,152)
#91A489
(145,164,137)
#82927A
(130,146,122)
#73806B
(115,128,107)
#646E5C
(100,110,92)
#555C4D
(85,92,77)
#464A3E
(70,74,62)
#37382F
(55,56,47)
#282620
(40,38,32)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFC8A7

#AFC8A7
(175,200,167)
#B6CDAF
(182,205,175)
#BDD2B7
(189,210,183)
#C4D7BF
(196,215,191)
#CBDCC7
(203,220,199)
#D2E1CF
(210,225,207)
#D9E6D7
(217,230,215)
#E0EBDF
(224,235,223)
#E7F0E7
(231,240,231)
#EEF5EF
(238,245,239)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC8A7 color. Also use rgb(175,200,167) instead hex code.

Text Font Color

.myTextColor { color: #AFC8A7; }

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

This text font color is #AFC8A7.

Background Color

.myBgColor { background-color: #AFC8A7; }

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

This div background color is #AFC8A7.

Border color

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

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

This div border color is #AFC8A7.

Opacity

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

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

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

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

This text has shadow with #AFC8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8A7.

Preview

Color preview on black background

This text has color #AFC8A7 on black background.


Color preview on white background

This text has color #AFC8A7 on white background.


Black color preview on #AFC8A7 background

This text has black color on #AFC8A7 background.


White color preview on #AFC8A7 background

This text has white color on #AFC8A7 background.


Related colors

Complementary color

Complementary color for #hex is #503758.


I love getcolorcode.com

Triadic colors

1 #A7AFC8 and #C8A7AF with #AFC8A7 are triadic colors.

2 #A7C8AF and #C8AFA7 with #AFC8A7 are triadic colors.