COLOR #AFCD9E

HEX: #AFCD9E RGB: (175,205,158)

Color info

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

RGB color model

#AFCD9E color RGB value is (175,205,158).

RGB: (175,205,158) (69%, 80%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 158 of 255 = 62%

175
205
158

R + G + B ~ 70%. #AFCD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 158 = 538 (100%)
R 175 of 538 ~ 32.53%
G 205 of 538 ~ 38.1%
B 158 of 538 ~ 29.37'%

%32.53
%38.1
%29.37

CMYK color model

#AFCD9E color CMYK value is (15,0,23,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 19.61%

CMYK: (15,0,23,20)
C15M0Y23K20 (15%, 0%, 23%, 20%)
(0.15 / 0.00 / 0.23 / 0.20)

CMYK percentages

%14.63
%0
%22.93
%19.61

Codes

Color #AFCD9E in popluar color models

AF CD 9E
RGB 175 205 158
HSL 98° 31.97% 71.18%
HSB/HSV 98° 22.93% 80.39%
CMYK 14.63% 0.00% 22.93%
19.61%

Color #AFCD9E in popluar number systems.

HEX AF CD 9E
Decimal 175 205 158
Binary 10101111 11001101 10011110
Octal 257 315 236

Shades and tints

Shades of #AFCD9E

#AFCD9E
(175,205,158)
#A0BB90
(160,187,144)
#91A982
(145,169,130)
#829774
(130,151,116)
#738566
(115,133,102)
#647358
(100,115,88)
#55614A
(85,97,74)
#464F3C
(70,79,60)
#373D2E
(55,61,46)
#282B20
(40,43,32)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFCD9E

#AFCD9E
(175,205,158)
#B6D1A6
(182,209,166)
#BDD5AE
(189,213,174)
#C4D9B6
(196,217,182)
#CBDDBE
(203,221,190)
#D2E1C6
(210,225,198)
#D9E5CE
(217,229,206)
#E0E9D6
(224,233,214)
#E7EDDE
(231,237,222)
#EEF1E6
(238,241,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCD9E; }

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

This text font color is #AFCD9E.

Background Color

.myBgColor { background-color: #AFCD9E; }

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

This div background color is #AFCD9E.

Border color

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

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

This div border color is #AFCD9E.

Opacity

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

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

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

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

This text has shadow with #AFCD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCD9E.

Preview

Color preview on black background

This text has color #AFCD9E on black background.


Color preview on white background

This text has color #AFCD9E on white background.


Black color preview on #AFCD9E background

This text has black color on #AFCD9E background.


White color preview on #AFCD9E background

This text has white color on #AFCD9E background.


Related colors

Complementary color

Complementary color for #hex is #503261.


I love getcolorcode.com

Triadic colors

1 #9EAFCD and #CD9EAF with #AFCD9E are triadic colors.

2 #9ECDAF and #CDAF9E with #AFCD9E are triadic colors.