COLOR #AFC696

HEX: #AFC696
RGB: (175,198,150)

Color info

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

RGB color model

#AFC696 color RGB value is (175,198,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 150 of 255 = 59%

175
198
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 150 = 523 (100%)
R 175 of 523 ~ 33.46%
G 198 of 523 ~ 37.86%
B 150 of 523 ~ 28.68%

%33.46
%37.86
%28.68

CMYK color model

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

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(12,0,24,22)
C12M0Y24K22 
(12%,0%,24%,22%)
(0.12/0.00/0.24/0.22)	

CMYK percentages

%11.62
%0
%24.24
%22.35

Codes

Color #AFC696 in popluar color models

AFC696
RGB175198150
HSL89°29.63%68.24%
HSB/HSV89°24.24%77.65%
CMYK11.62%0.00%24.24%
22.35%

Color #AFC696 in popluar number systems.

HEXAFC696
Decimal175198150
Binary101011111100011010010110
Octal257306226

Shades and tints

Shades of #AFC696

#AFC696
(175,198,150)
#A0B489
(160,180,137)
#91A27C
(145,162,124)
#82906F
(130,144,111)
#737E62
(115,126,98)
#646C55
(100,108,85)
#555A48
(85,90,72)
#46483B
(70,72,59)
#37362E
(55,54,46)
#282421
(40,36,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFC696

#AFC696
(175,198,150)
#B6CB9F
(182,203,159)
#BDD0A8
(189,208,168)
#C4D5B1
(196,213,177)
#CBDABA
(203,218,186)
#D2DFC3
(210,223,195)
#D9E4CC
(217,228,204)
#E0E9D5
(224,233,213)
#E7EEDE
(231,238,222)
#EEF3E7
(238,243,231)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC696; }

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

This text font color is #AFC696.


Background Color

.myBgColor { background-color: #AFC696; }

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

This div background color is #AFC696.


Border color

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

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

This div border color is #AFC696.


Opacity

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

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

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

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

This text has shadow with #AFC696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC696 on black background.


Color preview on white background

This text has color #AFC696 on white background.



Black color preview on #AFC696 background

This text has black color on #AFC696 background.


White color preview on #AFC696 background

This text has white color on #AFC696 background.