COLOR #AFC79C

HEX: #AFC79C RGB: (175,199,156)

Color info

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

RGB color model

#AFC79C color RGB value is (175,199,156).

RGB: (175,199,156) (69%, 78%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 156 of 255 = 61%

175
199
156

R + G + B ~ 69%. #AFC79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 199 + 156 = 530 (100%)
R 175 of 530 ~ 33.02%
G 199 of 530 ~ 37.55%
B 156 of 530 ~ 29.43'%

%33.02
%37.55
%29.43

CMYK color model

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

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 21.96%
CMYK: (12,0,22,22) C12M0Y22K22 (12%,0%,22%,22%) (0.12/0.00/0.22/0.22) 

CMYK percentages

%12.06
%0
%21.61
%21.96

Codes

Color #AFC79C in popluar color models

AF C7 9C
RGB 175 199 156
HSL 93° 27.74% 69.61%
HSB/HSV 93° 21.61% 78.04%
CMYK 12.06% 0.00% 21.61%
21.96%

Color #AFC79C in popluar number systems.

HEX AF C7 9C
Decimal 175 199 156
Binary 10101111 11000111 10011100
Octal 257 307 234

Shades and tints

Shades of #AFC79C

#AFC79C
(175,199,156)
#A0B58E
(160,181,142)
#91A380
(145,163,128)
#829172
(130,145,114)
#737F64
(115,127,100)
#646D56
(100,109,86)
#555B48
(85,91,72)
#46493A
(70,73,58)
#37372C
(55,55,44)
#28251E
(40,37,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AFC79C

#AFC79C
(175,199,156)
#B6CCA5
(182,204,165)
#BDD1AE
(189,209,174)
#C4D6B7
(196,214,183)
#CBDBC0
(203,219,192)
#D2E0C9
(210,224,201)
#D9E5D2
(217,229,210)
#E0EADB
(224,234,219)
#E7EFE4
(231,239,228)
#EEF4ED
(238,244,237)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC79C; }

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

This text font color is #AFC79C.

Background Color

.myBgColor { background-color: #AFC79C; }

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

This div background color is #AFC79C.

Border color

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

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

This div border color is #AFC79C.

Opacity

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

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

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

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

This text has shadow with #AFC79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC79C.

Preview

Color preview on black background

This text has color #AFC79C on black background.


Color preview on white background

This text has color #AFC79C on white background.


Black color preview on #AFC79C background

This text has black color on #AFC79C background.


White color preview on #AFC79C background

This text has white color on #AFC79C background.


Related colors

Complementary color

Complementary color for #hex is #503863.


I love getcolorcode.com

Triadic colors

1 #9CAFC7 and #C79CAF with #AFC79C are triadic colors.

2 #9CC7AF and #C7AF9C with #AFC79C are triadic colors.