COLOR #AFD79D

HEX: #AFD79D RGB: (175,215,157)

Color info

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

RGB color model

#AFD79D color RGB value is (175,215,157).

RGB: (175,215,157) (69%, 84%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 157 of 255 = 62%

175
215
157

R + G + B ~ 72%. #AFD79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 157 = 547 (100%)
R 175 of 547 ~ 31.99%
G 215 of 547 ~ 39.31%
B 157 of 547 ~ 28.7'%

%31.99
%39.31
%28.7

CMYK color model

#AFD79D color CMYK value is (19,0,27,16).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 15.69%

CMYK: (19,0,27,16)
C19M0Y27K16 (19%, 0%, 27%, 16%)
(0.19 / 0.00 / 0.27 / 0.16)

CMYK percentages

%18.6
%0
%26.98
%15.69

Codes

Color #AFD79D in popluar color models

AF D7 9D
RGB 175 215 157
HSL 101° 42.03% 72.94%
HSB/HSV 101° 26.98% 84.31%
CMYK 18.60% 0.00% 26.98%
15.69%

Color #AFD79D in popluar number systems.

HEX AF D7 9D
Decimal 175 215 157
Binary 10101111 11010111 10011101
Octal 257 327 235

Shades and tints

Shades of #AFD79D

#AFD79D
(175,215,157)
#A0C48F
(160,196,143)
#91B181
(145,177,129)
#829E73
(130,158,115)
#738B65
(115,139,101)
#647857
(100,120,87)
#556549
(85,101,73)
#46523B
(70,82,59)
#373F2D
(55,63,45)
#282C1F
(40,44,31)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFD79D

#AFD79D
(175,215,157)
#B6DAA5
(182,218,165)
#BDDDAD
(189,221,173)
#C4E0B5
(196,224,181)
#CBE3BD
(203,227,189)
#D2E6C5
(210,230,197)
#D9E9CD
(217,233,205)
#E0ECD5
(224,236,213)
#E7EFDD
(231,239,221)
#EEF2E5
(238,242,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD79D; }

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

This text font color is #AFD79D.

Background Color

.myBgColor { background-color: #AFD79D; }

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

This div background color is #AFD79D.

Border color

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

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

This div border color is #AFD79D.

Opacity

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

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

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

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

This text has shadow with #AFD79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD79D.

Preview

Color preview on black background

This text has color #AFD79D on black background.


Color preview on white background

This text has color #AFD79D on white background.


Black color preview on #AFD79D background

This text has black color on #AFD79D background.


White color preview on #AFD79D background

This text has white color on #AFD79D background.


Related colors

Complementary color

Complementary color for #hex is #502862.


I love getcolorcode.com

Triadic colors

1 #9DAFD7 and #D79DAF with #AFD79D are triadic colors.

2 #9DD7AF and #D7AF9D with #AFD79D are triadic colors.