COLOR #AFC898

HEX: #AFC898 RGB: (175,200,152)

Color info

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

RGB color model

#AFC898 color RGB value is (175,200,152).

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

RGB channels and saturation

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

175
200
152

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

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 152 = 527 (100%)
R 175 of 527 ~ 33.21%
G 200 of 527 ~ 37.95%
B 152 of 527 ~ 28.84'%

%33.21
%37.95
%28.84

CMYK color model

#AFC898 color CMYK value is (13,0,24,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 21.57%

CMYK: (13,0,24,22)
C13M0Y24K22 (13%, 0%, 24%, 22%)
(0.13 / 0.00 / 0.24 / 0.22)

CMYK percentages

%12.5
%0
%24
%21.57

Codes

Color #AFC898 in popluar color models

AF C8 98
RGB 175 200 152
HSL 91° 30.38% 69.02%
HSB/HSV 91° 24.00% 78.43%
CMYK 12.50% 0.00% 24.00%
21.57%

Color #AFC898 in popluar number systems.

HEX AF C8 98
Decimal 175 200 152
Binary 10101111 11001000 10011000
Octal 257 310 230

Shades and tints

Shades of #AFC898

#AFC898
(175,200,152)
#A0B68B
(160,182,139)
#91A47E
(145,164,126)
#829271
(130,146,113)
#738064
(115,128,100)
#646E57
(100,110,87)
#555C4A
(85,92,74)
#464A3D
(70,74,61)
#373830
(55,56,48)
#282623
(40,38,35)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFC898

#AFC898
(175,200,152)
#B6CDA1
(182,205,161)
#BDD2AA
(189,210,170)
#C4D7B3
(196,215,179)
#CBDCBC
(203,220,188)
#D2E1C5
(210,225,197)
#D9E6CE
(217,230,206)
#E0EBD7
(224,235,215)
#E7F0E0
(231,240,224)
#EEF5E9
(238,245,233)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC898; }

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

This text font color is #AFC898.

Background Color

.myBgColor { background-color: #AFC898; }

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

This div background color is #AFC898.

Border color

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

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

This div border color is #AFC898.

Opacity

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

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

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

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

This text has shadow with #AFC898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC898.

Preview

Color preview on black background

This text has color #AFC898 on black background.


Color preview on white background

This text has color #AFC898 on white background.


Black color preview on #AFC898 background

This text has black color on #AFC898 background.


White color preview on #AFC898 background

This text has white color on #AFC898 background.


Related colors

Complementary color

Complementary color for #hex is #503767.


I love getcolorcode.com

Triadic colors

1 #98AFC8 and #C898AF with #AFC898 are triadic colors.

2 #98C8AF and #C8AF98 with #AFC898 are triadic colors.