COLOR #AFC098

HEX: #AFC098 RGB: (175,192,152)

Color info

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

RGB color model

#AFC098 color RGB value is (175,192,152).

RGB: (175,192,152) (69%, 75%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 152 of 255 = 60%

175
192
152

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

Portions of RGB colors in percentages

R + G + B = 175 + 192 + 152 = 519 (100%)
R 175 of 519 ~ 33.72%
G 192 of 519 ~ 36.99%
B 152 of 519 ~ 29.29'%

%33.72
%36.99
%29.29

CMYK color model

#AFC098 color CMYK value is (9,0,21,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 24.71%

CMYK: (9,0,21,25)
C9M0Y21K25 (9%, 0%, 21%, 25%)
(0.09 / 0.00 / 0.21 / 0.25)

CMYK percentages

%8.85
%0
%20.83
%24.71

Codes

Color #AFC098 in popluar color models

AF C0 98
RGB 175 192 152
HSL 86° 24.10% 67.45%
HSB/HSV 86° 20.83% 75.29%
CMYK 8.85% 0.00% 20.83%
24.71%

Color #AFC098 in popluar number systems.

HEX AF C0 98
Decimal 175 192 152
Binary 10101111 11000000 10011000
Octal 257 300 230

Shades and tints

Shades of #AFC098

#AFC098
(175,192,152)
#A0AF8B
(160,175,139)
#919E7E
(145,158,126)
#828D71
(130,141,113)
#737C64
(115,124,100)
#646B57
(100,107,87)
#555A4A
(85,90,74)
#46493D
(70,73,61)
#373830
(55,56,48)
#282723
(40,39,35)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFC098

#AFC098
(175,192,152)
#B6C5A1
(182,197,161)
#BDCAAA
(189,202,170)
#C4CFB3
(196,207,179)
#CBD4BC
(203,212,188)
#D2D9C5
(210,217,197)
#D9DECE
(217,222,206)
#E0E3D7
(224,227,215)
#E7E8E0
(231,232,224)
#EEEDE9
(238,237,233)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC098; }

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

This text font color is #AFC098.

Background Color

.myBgColor { background-color: #AFC098; }

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

This div background color is #AFC098.

Border color

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

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

This div border color is #AFC098.

Opacity

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

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

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

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

This text has shadow with #AFC098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC098.

Preview

Color preview on black background

This text has color #AFC098 on black background.


Color preview on white background

This text has color #AFC098 on white background.


Black color preview on #AFC098 background

This text has black color on #AFC098 background.


White color preview on #AFC098 background

This text has white color on #AFC098 background.


Related colors

Complementary color

Complementary color for #hex is #503F67.


I love getcolorcode.com

Triadic colors

1 #98AFC0 and #C098AF with #AFC098 are triadic colors.

2 #98C0AF and #C0AF98 with #AFC098 are triadic colors.