COLOR #AFC79D

HEX: #AFC79D RGB: (175,199,157)

Color info

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

RGB color model

#AFC79D color RGB value is (175,199,157).

RGB: (175,199,157) (69%, 78%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 157 of 255 = 62%

175
199
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 199 + 157 = 531 (100%)
R 175 of 531 ~ 32.96%
G 199 of 531 ~ 37.48%
B 157 of 531 ~ 29.57'%

%32.96
%37.48
%29.57

CMYK color model

#AFC79D color CMYK value is (12,0,21,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%

CMYK: (12,0,21,22)
C12M0Y21K22 (12%, 0%, 21%, 22%)
(0.12 / 0.00 / 0.21 / 0.22)

CMYK percentages

%12.06
%0
%21.11
%21.96

Codes

Color #AFC79D in popluar color models

AF C7 9D
RGB 175 199 157
HSL 94° 27.27% 69.80%
HSB/HSV 94° 21.11% 78.04%
CMYK 12.06% 0.00% 21.11%
21.96%

Color #AFC79D in popluar number systems.

HEX AF C7 9D
Decimal 175 199 157
Binary 10101111 11000111 10011101
Octal 257 307 235

Shades and tints

Shades of #AFC79D

#AFC79D
(175,199,157)
#A0B58F
(160,181,143)
#91A381
(145,163,129)
#829173
(130,145,115)
#737F65
(115,127,101)
#646D57
(100,109,87)
#555B49
(85,91,73)
#46493B
(70,73,59)
#37372D
(55,55,45)
#28251F
(40,37,31)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFC79D

#AFC79D
(175,199,157)
#B6CCA5
(182,204,165)
#BDD1AD
(189,209,173)
#C4D6B5
(196,214,181)
#CBDBBD
(203,219,189)
#D2E0C5
(210,224,197)
#D9E5CD
(217,229,205)
#E0EAD5
(224,234,213)
#E7EFDD
(231,239,221)
#EEF4E5
(238,244,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC79D color. Also use rgb(175,199,157) instead hex code.

Text Font Color

.myTextColor { color: #AFC79D; }

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

This text font color is #AFC79D.

Background Color

.myBgColor { background-color: #AFC79D; }

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

This div background color is #AFC79D.

Border color

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

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

This div border color is #AFC79D.

Opacity

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

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

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

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

This text has shadow with #AFC79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC79D.

Preview

Color preview on black background

This text has color #AFC79D on black background.


Color preview on white background

This text has color #AFC79D on white background.


Black color preview on #AFC79D background

This text has black color on #AFC79D background.


White color preview on #AFC79D background

This text has white color on #AFC79D background.


Related colors

Complementary color

Complementary color for #hex is #503862.


I love getcolorcode.com

Triadic colors

1 #9DAFC7 and #C79DAF with #AFC79D are triadic colors.

2 #9DC7AF and #C7AF9D with #AFC79D are triadic colors.