COLOR #AFC393

HEX: #AFC393 RGB: (175,195,147)

Color info

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

RGB color model

#AFC393 color RGB value is (175,195,147).

RGB: (175,195,147) (69%, 76%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 147 of 255 = 58%

175
195
147

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

Portions of RGB colors in percentages

R + G + B = 175 + 195 + 147 = 517 (100%)
R 175 of 517 ~ 33.85%
G 195 of 517 ~ 37.72%
B 147 of 517 ~ 28.43'%

%33.85
%37.72
%28.43

CMYK color model

#AFC393 color CMYK value is (10,0,25,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%

CMYK: (10,0,25,24)
C10M0Y25K24 (10%, 0%, 25%, 24%)
(0.10 / 0.00 / 0.25 / 0.24)

CMYK percentages

%10.26
%0
%24.62
%23.53

Codes

Color #AFC393 in popluar color models

AF C3 93
RGB 175 195 147
HSL 85° 28.57% 67.06%
HSB/HSV 85° 24.62% 76.47%
CMYK 10.26% 0.00% 24.62%
23.53%

Color #AFC393 in popluar number systems.

HEX AF C3 93
Decimal 175 195 147
Binary 10101111 11000011 10010011
Octal 257 303 223

Shades and tints

Shades of #AFC393

#AFC393
(175,195,147)
#A0B286
(160,178,134)
#91A179
(145,161,121)
#82906C
(130,144,108)
#737F5F
(115,127,95)
#646E52
(100,110,82)
#555D45
(85,93,69)
#464C38
(70,76,56)
#373B2B
(55,59,43)
#282A1E
(40,42,30)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFC393

#AFC393
(175,195,147)
#B6C89C
(182,200,156)
#BDCDA5
(189,205,165)
#C4D2AE
(196,210,174)
#CBD7B7
(203,215,183)
#D2DCC0
(210,220,192)
#D9E1C9
(217,225,201)
#E0E6D2
(224,230,210)
#E7EBDB
(231,235,219)
#EEF0E4
(238,240,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC393; }

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

This text font color is #AFC393.

Background Color

.myBgColor { background-color: #AFC393; }

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

This div background color is #AFC393.

Border color

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

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

This div border color is #AFC393.

Opacity

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

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

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

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

This text has shadow with #AFC393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC393.

Preview

Color preview on black background

This text has color #AFC393 on black background.


Color preview on white background

This text has color #AFC393 on white background.


Black color preview on #AFC393 background

This text has black color on #AFC393 background.


White color preview on #AFC393 background

This text has white color on #AFC393 background.


Related colors

Complementary color

Complementary color for #hex is #503C6C.


I love getcolorcode.com

Triadic colors

1 #93AFC3 and #C393AF with #AFC393 are triadic colors.

2 #93C3AF and #C3AF93 with #AFC393 are triadic colors.