COLOR #AFC68F

HEX: #AFC68F
RGB: (175,198,143)

Color info

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

RGB color model

#AFC68F color RGB value is (175,198,143).

  • red value is 175;
  • green value is 198;
  • blue value is 143.
RGB:
(175,198,143)
(69%,78%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 143 of 255 = 56%

175
198
143

R + G + B ~ 68%. #AFC68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 143 = 516 (100%)
R 175 of 516 ~ 33.91%
G 198 of 516 ~ 38.37%
B 143 of 516 ~ 27.71%

%33.91
%38.37
%27.71

CMYK color model

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

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 22.35%
CMYK:
(12,0,28,22)
C12M0Y28K22 
(12%,0%,28%,22%)
(0.12/0.00/0.28/0.22)	

CMYK percentages

%11.62
%0
%27.78
%22.35

Codes

Color #AFC68F in popluar color models

AFC68F
RGB175198143
HSL85°32.54%66.86%
HSB/HSV85°27.78%77.65%
CMYK11.62%0.00%27.78%
22.35%

Color #AFC68F in popluar number systems.

HEXAFC68F
Decimal175198143
Binary101011111100011010001111
Octal257306217

Shades and tints

Shades of #AFC68F

#AFC68F
(175,198,143)
#A0B482
(160,180,130)
#91A275
(145,162,117)
#829068
(130,144,104)
#737E5B
(115,126,91)
#646C4E
(100,108,78)
#555A41
(85,90,65)
#464834
(70,72,52)
#373627
(55,54,39)
#28241A
(40,36,26)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AFC68F

#AFC68F
(175,198,143)
#B6CB99
(182,203,153)
#BDD0A3
(189,208,163)
#C4D5AD
(196,213,173)
#CBDAB7
(203,218,183)
#D2DFC1
(210,223,193)
#D9E4CB
(217,228,203)
#E0E9D5
(224,233,213)
#E7EEDF
(231,238,223)
#EEF3E9
(238,243,233)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC68F color. Also use rgb(175,198,143) instead hex code.

Text Font Color

.myTextColor { color: #AFC68F; }

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

This text font color is #AFC68F.


Background Color

.myBgColor { background-color: #AFC68F; }

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

This div background color is #AFC68F.


Border color

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

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

This div border color is #AFC68F.


Opacity

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

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

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

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

This text has shadow with #AFC68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC68F on black background.


Color preview on white background

This text has color #AFC68F on white background.



Black color preview on #AFC68F background

This text has black color on #AFC68F background.


White color preview on #AFC68F background

This text has white color on #AFC68F background.