COLOR #AFE0A3

HEX: #AFE0A3 RGB: (175,224,163)

Color info

#AFE0A3 contains mainly red and green colors. Web safe color of #AFE0A3 is #99CC99 (or #9C9).

RGB color model

#AFE0A3 color RGB value is (175,224,163).

RGB: (175,224,163) (69%, 88%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 163 of 255 = 64%

175
224
163

R + G + B ~ 74%. #AFE0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 224 + 163 = 562 (100%)
R 175 of 562 ~ 31.14%
G 224 of 562 ~ 39.86%
B 163 of 562 ~ 29'%

%31.14
%39.86
%29

CMYK color model

#AFE0A3 color CMYK value is (22,0,27,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 12.16%

CMYK: (22,0,27,12)
C22M0Y27K12 (22%, 0%, 27%, 12%)
(0.22 / 0.00 / 0.27 / 0.12)

CMYK percentages

%21.88
%0
%27.23
%12.16

Codes

Color #AFE0A3 in popluar color models

AF E0 A3
RGB 175 224 163
HSL 108° 49.59% 75.88%
HSB/HSV 108° 27.23% 87.84%
CMYK 21.88% 0.00% 27.23%
12.16%

Color #AFE0A3 in popluar number systems.

HEX AF E0 A3
Decimal 175 224 163
Binary 10101111 11100000 10100011
Octal 257 340 243

Shades and tints

Shades of #AFE0A3

#AFE0A3
(175,224,163)
#A0CC95
(160,204,149)
#91B887
(145,184,135)
#82A479
(130,164,121)
#73906B
(115,144,107)
#647C5D
(100,124,93)
#55684F
(85,104,79)
#465441
(70,84,65)
#374033
(55,64,51)
#282C25
(40,44,37)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFE0A3

#AFE0A3
(175,224,163)
#B6E2AB
(182,226,171)
#BDE4B3
(189,228,179)
#C4E6BB
(196,230,187)
#CBE8C3
(203,232,195)
#D2EACB
(210,234,203)
#D9ECD3
(217,236,211)
#E0EEDB
(224,238,219)
#E7F0E3
(231,240,227)
#EEF2EB
(238,242,235)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE0A3 color. Also use rgb(175,224,163) instead hex code.

Text Font Color

.myTextColor { color: #AFE0A3; }

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

This text font color is #AFE0A3.

Background Color

.myBgColor { background-color: #AFE0A3; }

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

This div background color is #AFE0A3.

Border color

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

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

This div border color is #AFE0A3.

Opacity

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

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

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

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

This text has shadow with #AFE0A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE0A3.

Preview

Color preview on black background

This text has color #AFE0A3 on black background.


Color preview on white background

This text has color #AFE0A3 on white background.


Black color preview on #AFE0A3 background

This text has black color on #AFE0A3 background.


White color preview on #AFE0A3 background

This text has white color on #AFE0A3 background.


Related colors

Complementary color

Complementary color for #hex is #501F5C.


I love getcolorcode.com

Triadic colors

1 #A3AFE0 and #E0A3AF with #AFE0A3 are triadic colors.

2 #A3E0AF and #E0AFA3 with #AFE0A3 are triadic colors.