COLOR #AFC99D

HEX: #AFC99D
RGB: (175,201,157)

Color info

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

RGB color model

#AFC99D color RGB value is (175,201,157).

  • red value is 175;
  • green value is 201;
  • blue value is 157.
RGB:
(175,201,157)
(69%,79%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 157 of 255 = 62%

175
201
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 157 = 533 (100%)
R 175 of 533 ~ 32.83%
G 201 of 533 ~ 37.71%
B 157 of 533 ~ 29.46%

%32.83
%37.71
%29.46

CMYK color model

#AFC99D color CMYK value is (13,0,22,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK:
(13,0,22,21)
C13M0Y22K21 
(13%,0%,22%,21%)
(0.13/0.00/0.22/0.21)	

CMYK percentages

%12.94
%0
%21.89
%21.18

Codes

Color #AFC99D in popluar color models

AFC99D
RGB175201157
HSL95°28.95%70.20%
HSB/HSV95°21.89%78.82%
CMYK12.94%0.00%21.89%
21.18%

Color #AFC99D in popluar number systems.

HEXAFC99D
Decimal175201157
Binary101011111100100110011101
Octal257311235

Shades and tints

Shades of #AFC99D

#AFC99D
(175,201,157)
#A0B78F
(160,183,143)
#91A581
(145,165,129)
#829373
(130,147,115)
#738165
(115,129,101)
#646F57
(100,111,87)
#555D49
(85,93,73)
#464B3B
(70,75,59)
#37392D
(55,57,45)
#28271F
(40,39,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFC99D

#AFC99D
(175,201,157)
#B6CDA5
(182,205,165)
#BDD1AD
(189,209,173)
#C4D5B5
(196,213,181)
#CBD9BD
(203,217,189)
#D2DDC5
(210,221,197)
#D9E1CD
(217,225,205)
#E0E5D5
(224,229,213)
#E7E9DD
(231,233,221)
#EEEDE5
(238,237,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC99D; }

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

This text font color is #AFC99D.


Background Color

.myBgColor { background-color: #AFC99D; }

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

This div background color is #AFC99D.


Border color

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

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

This div border color is #AFC99D.


Opacity

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

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

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

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

This text has shadow with #AFC99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC99D on black background.


Color preview on white background

This text has color #AFC99D on white background.



Black color preview on #AFC99D background

This text has black color on #AFC99D background.


White color preview on #AFC99D background

This text has white color on #AFC99D background.