COLOR #AFCB80

HEX: #AFCB80
RGB: (175,203,128)

Color info

#AFCB80 contains mainly red and green colors. Web safe color of #AFCB80 is #99CC66 (or #9C6).

RGB color model

#AFCB80 color RGB value is (175,203,128).

  • red value is 175;
  • green value is 203;
  • blue value is 128.
RGB:
(175,203,128)
(69%,80%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 128 of 255 = 50%

175
203
128

R + G + B ~ 66%. #AFCB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 128 = 506 (100%)
R 175 of 506 ~ 34.58%
G 203 of 506 ~ 40.12%
B 128 of 506 ~ 25.3%

%34.58
%40.12
%25.3

CMYK color model

#AFCB80 color CMYK value is (14,0,37,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%
CMYK:
(14,0,37,20)
C14M0Y37K20 
(14%,0%,37%,20%)
(0.14/0.00/0.37/0.20)	

CMYK percentages

%13.79
%0
%36.95
%20.39

Codes

Color #AFCB80 in popluar color models

AFCB80
RGB175203128
HSL82°41.90%64.90%
HSB/HSV82°36.95%79.61%
CMYK13.79%0.00%36.95%
20.39%

Color #AFCB80 in popluar number systems.

HEXAFCB80
Decimal175203128
Binary101011111100101110000000
Octal257313200

Shades and tints

Shades of #AFCB80

#AFCB80
(175,203,128)
#A0B975
(160,185,117)
#91A76A
(145,167,106)
#82955F
(130,149,95)
#738354
(115,131,84)
#647149
(100,113,73)
#555F3E
(85,95,62)
#464D33
(70,77,51)
#373B28
(55,59,40)
#28291D
(40,41,29)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFCB80

#AFCB80
(175,203,128)
#B6CF8B
(182,207,139)
#BDD396
(189,211,150)
#C4D7A1
(196,215,161)
#CBDBAC
(203,219,172)
#D2DFB7
(210,223,183)
#D9E3C2
(217,227,194)
#E0E7CD
(224,231,205)
#E7EBD8
(231,235,216)
#EEEFE3
(238,239,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCB80 color. Also use rgb(175,203,128) instead hex code.

Text Font Color

.myTextColor { color: #AFCB80; }

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

This text font color is #AFCB80.


Background Color

.myBgColor { background-color: #AFCB80; }

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

This div background color is #AFCB80.


Border color

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

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

This div border color is #AFCB80.


Opacity

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

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

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

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

This text has shadow with #AFCB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCB80 on black background.


Color preview on white background

This text has color #AFCB80 on white background.



Black color preview on #AFCB80 background

This text has black color on #AFCB80 background.


White color preview on #AFCB80 background

This text has white color on #AFCB80 background.