COLOR #AFC698

HEX: #AFC698 RGB: (175,198,152)

Color info

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

RGB color model

#AFC698 color RGB value is (175,198,152).

RGB: (175,198,152) (69%, 78%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 152 of 255 = 60%

175
198
152

R + G + B ~ 69%. #AFC698 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 198 + 152 = 525 (100%)
R 175 of 525 ~ 33.33%
G 198 of 525 ~ 37.71%
B 152 of 525 ~ 28.95'%

%33.33
%37.71
%28.95

CMYK color model

#AFC698 color CMYK value is (12,0,23,22).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 22.35%
CMYK: (12,0,23,22) C12M0Y23K22 (12%,0%,23%,22%) (0.12/0.00/0.23/0.22) 

CMYK percentages

%11.62
%0
%23.23
%22.35

Codes

Color #AFC698 in popluar color models

AF C6 98
RGB 175 198 152
HSL 90° 28.75% 68.63%
HSB/HSV 90° 23.23% 77.65%
CMYK 11.62% 0.00% 23.23%
22.35%

Color #AFC698 in popluar number systems.

HEX AF C6 98
Decimal 175 198 152
Binary 10101111 11000110 10011000
Octal 257 306 230

Shades and tints

Shades of #AFC698

#AFC698
(175,198,152)
#A0B48B
(160,180,139)
#91A27E
(145,162,126)
#829071
(130,144,113)
#737E64
(115,126,100)
#646C57
(100,108,87)
#555A4A
(85,90,74)
#46483D
(70,72,61)
#373630
(55,54,48)
#282423
(40,36,35)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFC698

#AFC698
(175,198,152)
#B6CBA1
(182,203,161)
#BDD0AA
(189,208,170)
#C4D5B3
(196,213,179)
#CBDABC
(203,218,188)
#D2DFC5
(210,223,197)
#D9E4CE
(217,228,206)
#E0E9D7
(224,233,215)
#E7EEE0
(231,238,224)
#EEF3E9
(238,243,233)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC698 color. Also use rgb(175,198,152) instead hex code.

Text Font Color

.myTextColor { color: #AFC698; }

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

This text font color is #AFC698.

Background Color

.myBgColor { background-color: #AFC698; }

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

This div background color is #AFC698.

Border color

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

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

This div border color is #AFC698.

Opacity

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

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

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

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

This text has shadow with #AFC698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC698.

Preview

Color preview on black background

This text has color #AFC698 on black background.


Color preview on white background

This text has color #AFC698 on white background.


Black color preview on #AFC698 background

This text has black color on #AFC698 background.


White color preview on #AFC698 background

This text has white color on #AFC698 background.


Related colors

Complementary color

Complementary color for #hex is #503967.


I love getcolorcode.com

Triadic colors

1 #98AFC6 and #C698AF with #AFC698 are triadic colors.

2 #98C6AF and #C6AF98 with #AFC698 are triadic colors.