COLOR #AFCA83

HEX: #AFCA83 RGB: (175,202,131)

Color info

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

RGB color model

#AFCA83 color RGB value is (175,202,131).

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

RGB channels and saturation

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

175
202
131

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

Portions of RGB colors in percentages

R + G + B = 175 + 202 + 131 = 508 (100%)
R 175 of 508 ~ 34.45%
G 202 of 508 ~ 39.76%
B 131 of 508 ~ 25.79'%

%34.45
%39.76
%25.79

CMYK color model

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

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%
CMYK: (13,0,35,21) C13M0Y35K21 (13%,0%,35%,21%) (0.13/0.00/0.35/0.21) 

CMYK percentages

%13.37
%0
%35.15
%20.78

Codes

Color #AFCA83 in popluar color models

AF CA 83
RGB 175 202 131
HSL 83° 40.11% 65.29%
HSB/HSV 83° 35.15% 79.22%
CMYK 13.37% 0.00% 35.15%
20.78%

Color #AFCA83 in popluar number systems.

HEX AF CA 83
Decimal 175 202 131
Binary 10101111 11001010 10000011
Octal 257 312 203

Shades and tints

Shades of #AFCA83

#AFCA83
(175,202,131)
#A0B878
(160,184,120)
#91A66D
(145,166,109)
#829462
(130,148,98)
#738257
(115,130,87)
#64704C
(100,112,76)
#555E41
(85,94,65)
#464C36
(70,76,54)
#373A2B
(55,58,43)
#282820
(40,40,32)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFCA83

#AFCA83
(175,202,131)
#B6CE8E
(182,206,142)
#BDD299
(189,210,153)
#C4D6A4
(196,214,164)
#CBDAAF
(203,218,175)
#D2DEBA
(210,222,186)
#D9E2C5
(217,226,197)
#E0E6D0
(224,230,208)
#E7EADB
(231,234,219)
#EEEEE6
(238,238,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCA83; }

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

This text font color is #AFCA83.

Background Color

.myBgColor { background-color: #AFCA83; }

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

This div background color is #AFCA83.

Border color

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

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

This div border color is #AFCA83.

Opacity

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

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

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

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

This text has shadow with #AFCA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCA83.

Preview

Color preview on black background

This text has color #AFCA83 on black background.


Color preview on white background

This text has color #AFCA83 on white background.


Black color preview on #AFCA83 background

This text has black color on #AFCA83 background.


White color preview on #AFCA83 background

This text has white color on #AFCA83 background.


Related colors

Complementary color

Complementary color for #hex is #50357C.


I love getcolorcode.com

Triadic colors

1 #83AFCA and #CA83AF with #AFCA83 are triadic colors.

2 #83CAAF and #CAAF83 with #AFCA83 are triadic colors.