COLOR #AFC99E

HEX: #AFC99E
RGB: (175,201,158)

Color info

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

RGB color model

#AFC99E color RGB value is (175,201,158).

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

RGB channels and saturation

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

175
201
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 158 = 534 (100%)
R 175 of 534 ~ 32.77%
G 201 of 534 ~ 37.64%
B 158 of 534 ~ 29.59%

%32.77
%37.64
%29.59

CMYK color model

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

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(13,0,21,21)
C13M0Y21K21 
(13%,0%,21%,21%)
(0.13/0.00/0.21/0.21)	

CMYK percentages

%12.94
%0
%21.39
%21.18

Codes

Color #AFC99E in popluar color models

AFC99E
RGB175201158
HSL96°28.48%70.39%
HSB/HSV96°21.39%78.82%
CMYK12.94%0.00%21.39%
21.18%

Color #AFC99E in popluar number systems.

HEXAFC99E
Decimal175201158
Binary101011111100100110011110
Octal257311236

Shades and tints

Shades of #AFC99E

#AFC99E
(175,201,158)
#A0B790
(160,183,144)
#91A582
(145,165,130)
#829374
(130,147,116)
#738166
(115,129,102)
#646F58
(100,111,88)
#555D4A
(85,93,74)
#464B3C
(70,75,60)
#37392E
(55,57,46)
#282720
(40,39,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFC99E

#AFC99E
(175,201,158)
#B6CDA6
(182,205,166)
#BDD1AE
(189,209,174)
#C4D5B6
(196,213,182)
#CBD9BE
(203,217,190)
#D2DDC6
(210,221,198)
#D9E1CE
(217,225,206)
#E0E5D6
(224,229,214)
#E7E9DE
(231,233,222)
#EEEDE6
(238,237,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC99E; }

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

This text font color is #AFC99E.


Background Color

.myBgColor { background-color: #AFC99E; }

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

This div background color is #AFC99E.


Border color

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

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

This div border color is #AFC99E.


Opacity

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

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

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

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

This text has shadow with #AFC99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC99E on black background.


Color preview on white background

This text has color #AFC99E on white background.



Black color preview on #AFC99E background

This text has black color on #AFC99E background.


White color preview on #AFC99E background

This text has white color on #AFC99E background.