COLOR #AFC493

HEX: #AFC493 RGB: (175,196,147)

Color info

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

RGB color model

#AFC493 color RGB value is (175,196,147).

RGB: (175,196,147) (69%, 77%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 147 of 255 = 58%

175
196
147

R + G + B ~ 68%. #AFC493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 147 = 518 (100%)
R 175 of 518 ~ 33.78%
G 196 of 518 ~ 37.84%
B 147 of 518 ~ 28.38'%

%33.78
%37.84
%28.38

CMYK color model

#AFC493 color CMYK value is (11,0,25,23).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%

CMYK: (11,0,25,23)
C11M0Y25K23 (11%, 0%, 25%, 23%)
(0.11 / 0.00 / 0.25 / 0.23)

CMYK percentages

%10.71
%0
%25
%23.14

Codes

Color #AFC493 in popluar color models

AF C4 93
RGB 175 196 147
HSL 86° 29.34% 67.25%
HSB/HSV 86° 25.00% 76.86%
CMYK 10.71% 0.00% 25.00%
23.14%

Color #AFC493 in popluar number systems.

HEX AF C4 93
Decimal 175 196 147
Binary 10101111 11000100 10010011
Octal 257 304 223

Shades and tints

Shades of #AFC493

#AFC493
(175,196,147)
#A0B386
(160,179,134)
#91A279
(145,162,121)
#82916C
(130,145,108)
#73805F
(115,128,95)
#646F52
(100,111,82)
#555E45
(85,94,69)
#464D38
(70,77,56)
#373C2B
(55,60,43)
#282B1E
(40,43,30)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFC493

#AFC493
(175,196,147)
#B6C99C
(182,201,156)
#BDCEA5
(189,206,165)
#C4D3AE
(196,211,174)
#CBD8B7
(203,216,183)
#D2DDC0
(210,221,192)
#D9E2C9
(217,226,201)
#E0E7D2
(224,231,210)
#E7ECDB
(231,236,219)
#EEF1E4
(238,241,228)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC493 color. Also use rgb(175,196,147) instead hex code.

Text Font Color

.myTextColor { color: #AFC493; }

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

This text font color is #AFC493.

Background Color

.myBgColor { background-color: #AFC493; }

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

This div background color is #AFC493.

Border color

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

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

This div border color is #AFC493.

Opacity

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

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

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

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

This text has shadow with #AFC493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC493.

Preview

Color preview on black background

This text has color #AFC493 on black background.


Color preview on white background

This text has color #AFC493 on white background.


Black color preview on #AFC493 background

This text has black color on #AFC493 background.


White color preview on #AFC493 background

This text has white color on #AFC493 background.


Related colors

Complementary color

Complementary color for #hex is #503B6C.


I love getcolorcode.com

Triadic colors

1 #93AFC4 and #C493AF with #AFC493 are triadic colors.

2 #93C4AF and #C4AF93 with #AFC493 are triadic colors.