COLOR #AFCF96

HEX: #AFCF96 RGB: (175,207,150)

Color info

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

RGB color model

#AFCF96 color RGB value is (175,207,150).

RGB: (175,207,150) (69%, 81%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 150 of 255 = 59%

175
207
150

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

Portions of RGB colors in percentages

R + G + B = 175 + 207 + 150 = 532 (100%)
R 175 of 532 ~ 32.89%
G 207 of 532 ~ 38.91%
B 150 of 532 ~ 28.2'%

%32.89
%38.91
%28.2

CMYK color model

#AFCF96 color CMYK value is (15,0,28,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%

CMYK: (15,0,28,19)
C15M0Y28K19 (15%, 0%, 28%, 19%)
(0.15 / 0.00 / 0.28 / 0.19)

CMYK percentages

%15.46
%0
%27.54
%18.82

Codes

Color #AFCF96 in popluar color models

AF CF 96
RGB 175 207 150
HSL 94° 37.25% 70.00%
HSB/HSV 94° 27.54% 81.18%
CMYK 15.46% 0.00% 27.54%
18.82%

Color #AFCF96 in popluar number systems.

HEX AF CF 96
Decimal 175 207 150
Binary 10101111 11001111 10010110
Octal 257 317 226

Shades and tints

Shades of #AFCF96

#AFCF96
(175,207,150)
#A0BD89
(160,189,137)
#91AB7C
(145,171,124)
#82996F
(130,153,111)
#738762
(115,135,98)
#647555
(100,117,85)
#556348
(85,99,72)
#46513B
(70,81,59)
#373F2E
(55,63,46)
#282D21
(40,45,33)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #AFCF96

#AFCF96
(175,207,150)
#B6D39F
(182,211,159)
#BDD7A8
(189,215,168)
#C4DBB1
(196,219,177)
#CBDFBA
(203,223,186)
#D2E3C3
(210,227,195)
#D9E7CC
(217,231,204)
#E0EBD5
(224,235,213)
#E7EFDE
(231,239,222)
#EEF3E7
(238,243,231)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCF96; }

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

This text font color is #AFCF96.

Background Color

.myBgColor { background-color: #AFCF96; }

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

This div background color is #AFCF96.

Border color

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

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

This div border color is #AFCF96.

Opacity

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

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

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

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

This text has shadow with #AFCF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCF96.

Preview

Color preview on black background

This text has color #AFCF96 on black background.


Color preview on white background

This text has color #AFCF96 on white background.


Black color preview on #AFCF96 background

This text has black color on #AFCF96 background.


White color preview on #AFCF96 background

This text has white color on #AFCF96 background.


Related colors

Complementary color

Complementary color for #hex is #503069.


I love getcolorcode.com

Triadic colors

1 #96AFCF and #CF96AF with #AFCF96 are triadic colors.

2 #96CFAF and #CFAF96 with #AFCF96 are triadic colors.