COLOR #AFC597

HEX: #AFC597 RGB: (175,197,151)

Color info

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

RGB color model

#AFC597 color RGB value is (175,197,151).

RGB: (175,197,151) (69%, 77%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 151 of 255 = 59%

175
197
151

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

Portions of RGB colors in percentages

R + G + B = 175 + 197 + 151 = 523 (100%)
R 175 of 523 ~ 33.46%
G 197 of 523 ~ 37.67%
B 151 of 523 ~ 28.87'%

%33.46
%37.67
%28.87

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 22.75%

CMYK: (11,0,23,23)
C11M0Y23K23 (11%, 0%, 23%, 23%)
(0.11 / 0.00 / 0.23 / 0.23)

CMYK percentages

%11.17
%0
%23.35
%22.75

Codes

Color #AFC597 in popluar color models

AF C5 97
RGB 175 197 151
HSL 89° 28.40% 68.24%
HSB/HSV 89° 23.35% 77.25%
CMYK 11.17% 0.00% 23.35%
22.75%

Color #AFC597 in popluar number systems.

HEX AF C5 97
Decimal 175 197 151
Binary 10101111 11000101 10010111
Octal 257 305 227

Shades and tints

Shades of #AFC597

#AFC597
(175,197,151)
#A0B48A
(160,180,138)
#91A37D
(145,163,125)
#829270
(130,146,112)
#738163
(115,129,99)
#647056
(100,112,86)
#555F49
(85,95,73)
#464E3C
(70,78,60)
#373D2F
(55,61,47)
#282C22
(40,44,34)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #AFC597

#AFC597
(175,197,151)
#B6CAA0
(182,202,160)
#BDCFA9
(189,207,169)
#C4D4B2
(196,212,178)
#CBD9BB
(203,217,187)
#D2DEC4
(210,222,196)
#D9E3CD
(217,227,205)
#E0E8D6
(224,232,214)
#E7EDDF
(231,237,223)
#EEF2E8
(238,242,232)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC597 color. Also use rgb(175,197,151) instead hex code.

Text Font Color

.myTextColor { color: #AFC597; }

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

This text font color is #AFC597.

Background Color

.myBgColor { background-color: #AFC597; }

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

This div background color is #AFC597.

Border color

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

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

This div border color is #AFC597.

Opacity

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

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

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

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

This text has shadow with #AFC597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC597.

Preview

Color preview on black background

This text has color #AFC597 on black background.


Color preview on white background

This text has color #AFC597 on white background.


Black color preview on #AFC597 background

This text has black color on #AFC597 background.


White color preview on #AFC597 background

This text has white color on #AFC597 background.


Related colors

Complementary color

Complementary color for #hex is #503A68.


I love getcolorcode.com

Triadic colors

1 #97AFC5 and #C597AF with #AFC597 are triadic colors.

2 #97C5AF and #C5AF97 with #AFC597 are triadic colors.