COLOR #AFC983

HEX: #AFC983 RGB: (175,201,131)

Color info

#AFC983 contains mainly red and green colors. Web safe color of #AFC983 is #99CC99 (or #9C9).

RGB color model

#AFC983 color RGB value is (175,201,131).

RGB: (175,201,131) (69%, 79%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 131 of 255 = 51%

175
201
131

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

Portions of RGB colors in percentages

R + G + B = 175 + 201 + 131 = 507 (100%)
R 175 of 507 ~ 34.52%
G 201 of 507 ~ 39.64%
B 131 of 507 ~ 25.84'%

%34.52
%39.64
%25.84

CMYK color model

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

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 21.18%

CMYK: (13,0,35,21)
C13M0Y35K21 (13%, 0%, 35%, 21%)
(0.13 / 0.00 / 0.35 / 0.21)

CMYK percentages

%12.94
%0
%34.83
%21.18

Codes

Color #AFC983 in popluar color models

AF C9 83
RGB 175 201 131
HSL 82° 39.33% 65.10%
HSB/HSV 82° 34.83% 78.82%
CMYK 12.94% 0.00% 34.83%
21.18%

Color #AFC983 in popluar number systems.

HEX AF C9 83
Decimal 175 201 131
Binary 10101111 11001001 10000011
Octal 257 311 203

Shades and tints

Shades of #AFC983

#AFC983
(175,201,131)
#A0B778
(160,183,120)
#91A56D
(145,165,109)
#829362
(130,147,98)
#738157
(115,129,87)
#646F4C
(100,111,76)
#555D41
(85,93,65)
#464B36
(70,75,54)
#37392B
(55,57,43)
#282720
(40,39,32)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFC983

#AFC983
(175,201,131)
#B6CD8E
(182,205,142)
#BDD199
(189,209,153)
#C4D5A4
(196,213,164)
#CBD9AF
(203,217,175)
#D2DDBA
(210,221,186)
#D9E1C5
(217,225,197)
#E0E5D0
(224,229,208)
#E7E9DB
(231,233,219)
#EEEDE6
(238,237,230)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC983; }

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

This text font color is #AFC983.

Background Color

.myBgColor { background-color: #AFC983; }

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

This div background color is #AFC983.

Border color

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

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

This div border color is #AFC983.

Opacity

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

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

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

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

This text has shadow with #AFC983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC983.

Preview

Color preview on black background

This text has color #AFC983 on black background.


Color preview on white background

This text has color #AFC983 on white background.


Black color preview on #AFC983 background

This text has black color on #AFC983 background.


White color preview on #AFC983 background

This text has white color on #AFC983 background.


Related colors

Complementary color

Complementary color for #hex is #50367C.


I love getcolorcode.com

Triadic colors

1 #83AFC9 and #C983AF with #AFC983 are triadic colors.

2 #83C9AF and #C9AF83 with #AFC983 are triadic colors.