COLOR #AFCD7E

HEX: #AFCD7E RGB: (175,205,126)

Color info

#AFCD7E contains mainly red and green colors. Web safe color of #AFCD7E is #99CC66 (or #9C6).

RGB color model

#AFCD7E color RGB value is (175,205,126).

RGB: (175,205,126) (69%, 80%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 126 of 255 = 49%

175
205
126

R + G + B ~ 66%. #AFCD7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 126 = 506 (100%)
R 175 of 506 ~ 34.58%
G 205 of 506 ~ 40.51%
B 126 of 506 ~ 24.9'%

%34.58
%40.51
%24.9

CMYK color model

#AFCD7E color CMYK value is (15,0,39,20).

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

CMYK: (15,0,39,20)
C15M0Y39K20 (15%, 0%, 39%, 20%)
(0.15 / 0.00 / 0.39 / 0.20)

CMYK percentages

%14.63
%0
%38.54
%19.61

Codes

Color #AFCD7E in popluar color models

AF CD 7E
RGB 175 205 126
HSL 83° 44.13% 64.90%
HSB/HSV 83° 38.54% 80.39%
CMYK 14.63% 0.00% 38.54%
19.61%

Color #AFCD7E in popluar number systems.

HEX AF CD 7E
Decimal 175 205 126
Binary 10101111 11001101 1111110
Octal 257 315 176

Shades and tints

Shades of #AFCD7E

#AFCD7E
(175,205,126)
#A0BB73
(160,187,115)
#91A968
(145,169,104)
#82975D
(130,151,93)
#738552
(115,133,82)
#647347
(100,115,71)
#55613C
(85,97,60)
#464F31
(70,79,49)
#373D26
(55,61,38)
#282B1B
(40,43,27)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #AFCD7E

#AFCD7E
(175,205,126)
#B6D189
(182,209,137)
#BDD594
(189,213,148)
#C4D99F
(196,217,159)
#CBDDAA
(203,221,170)
#D2E1B5
(210,225,181)
#D9E5C0
(217,229,192)
#E0E9CB
(224,233,203)
#E7EDD6
(231,237,214)
#EEF1E1
(238,241,225)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCD7E; }

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

This text font color is #AFCD7E.

Background Color

.myBgColor { background-color: #AFCD7E; }

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

This div background color is #AFCD7E.

Border color

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

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

This div border color is #AFCD7E.

Opacity

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

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

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

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

This text has shadow with #AFCD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCD7E.

Preview

Color preview on black background

This text has color #AFCD7E on black background.


Color preview on white background

This text has color #AFCD7E on white background.


Black color preview on #AFCD7E background

This text has black color on #AFCD7E background.


White color preview on #AFCD7E background

This text has white color on #AFCD7E background.


Related colors

Complementary color

Complementary color for #hex is #503281.


I love getcolorcode.com

Triadic colors

1 #7EAFCD and #CD7EAF with #AFCD7E are triadic colors.

2 #7ECDAF and #CDAF7E with #AFCD7E are triadic colors.