COLOR #AFC09E

HEX: #AFC09E RGB: (175,192,158)

Color info

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

RGB color model

#AFC09E color RGB value is (175,192,158).

RGB: (175,192,158) (69%, 75%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 158 of 255 = 62%

175
192
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 192 + 158 = 525 (100%)
R 175 of 525 ~ 33.33%
G 192 of 525 ~ 36.57%
B 158 of 525 ~ 30.1'%

%33.33
%36.57
%30.1

CMYK color model

#AFC09E color CMYK value is (9,0,18,25).

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

CMYK: (9,0,18,25)
C9M0Y18K25 (9%, 0%, 18%, 25%)
(0.09 / 0.00 / 0.18 / 0.25)

CMYK percentages

%8.85
%0
%17.71
%24.71

Codes

Color #AFC09E in popluar color models

AF C0 9E
RGB 175 192 158
HSL 90° 21.25% 68.63%
HSB/HSV 90° 17.71% 75.29%
CMYK 8.85% 0.00% 17.71%
24.71%

Color #AFC09E in popluar number systems.

HEX AF C0 9E
Decimal 175 192 158
Binary 10101111 11000000 10011110
Octal 257 300 236

Shades and tints

Shades of #AFC09E

#AFC09E
(175,192,158)
#A0AF90
(160,175,144)
#919E82
(145,158,130)
#828D74
(130,141,116)
#737C66
(115,124,102)
#646B58
(100,107,88)
#555A4A
(85,90,74)
#46493C
(70,73,60)
#37382E
(55,56,46)
#282720
(40,39,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFC09E

#AFC09E
(175,192,158)
#B6C5A6
(182,197,166)
#BDCAAE
(189,202,174)
#C4CFB6
(196,207,182)
#CBD4BE
(203,212,190)
#D2D9C6
(210,217,198)
#D9DECE
(217,222,206)
#E0E3D6
(224,227,214)
#E7E8DE
(231,232,222)
#EEEDE6
(238,237,230)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC09E; }

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

This text font color is #AFC09E.

Background Color

.myBgColor { background-color: #AFC09E; }

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

This div background color is #AFC09E.

Border color

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

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

This div border color is #AFC09E.

Opacity

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

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

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

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

This text has shadow with #AFC09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC09E.

Preview

Color preview on black background

This text has color #AFC09E on black background.


Color preview on white background

This text has color #AFC09E on white background.


Black color preview on #AFC09E background

This text has black color on #AFC09E background.


White color preview on #AFC09E background

This text has white color on #AFC09E background.


Related colors

Complementary color

Complementary color for #hex is #503F61.


I love getcolorcode.com

Triadic colors

1 #9EAFC0 and #C09EAF with #AFC09E are triadic colors.

2 #9EC0AF and #C0AF9E with #AFC09E are triadic colors.