COLOR #AFE1A8

HEX: #AFE1A8
RGB: (175,225,168)

Color info

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

RGB color model

#AFE1A8 color RGB value is (175,225,168).

  • red value is 175;
  • green value is 225;
  • blue value is 168.
RGB:
(175,225,168)
(69%,88%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 168 of 255 = 66%

175
225
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 225 + 168 = 568 (100%)
R 175 of 568 ~ 30.81%
G 225 of 568 ~ 39.61%
B 168 of 568 ~ 29.58%

%30.81
%39.61
%29.58

CMYK color model

#AFE1A8 color CMYK value is (22,0,25,12).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 11.76%
CMYK:
(22,0,25,12)
C22M0Y25K12 
(22%,0%,25%,12%)
(0.22/0.00/0.25/0.12)	

CMYK percentages

%22.22
%0
%25.33
%11.76

Codes

Color #AFE1A8 in popluar color models

AFE1A8
RGB175225168
HSL113°48.72%77.06%
HSB/HSV113°25.33%88.24%
CMYK22.22%0.00%25.33%
11.76%

Color #AFE1A8 in popluar number systems.

HEXAFE1A8
Decimal175225168
Binary101011111110000110101000
Octal257341250

Shades and tints

Shades of #AFE1A8

#AFE1A8
(175,225,168)
#A0CD99
(160,205,153)
#91B98A
(145,185,138)
#82A57B
(130,165,123)
#73916C
(115,145,108)
#647D5D
(100,125,93)
#55694E
(85,105,78)
#46553F
(70,85,63)
#374130
(55,65,48)
#282D21
(40,45,33)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFE1A8

#AFE1A8
(175,225,168)
#B6E3AF
(182,227,175)
#BDE5B6
(189,229,182)
#C4E7BD
(196,231,189)
#CBE9C4
(203,233,196)
#D2EBCB
(210,235,203)
#D9EDD2
(217,237,210)
#E0EFD9
(224,239,217)
#E7F1E0
(231,241,224)
#EEF3E7
(238,243,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE1A8 color. Also use rgb(175,225,168) instead hex code.

Text Font Color

.myTextColor { color: #AFE1A8; }

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

This text font color is #AFE1A8.


Background Color

.myBgColor { background-color: #AFE1A8; }

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

This div background color is #AFE1A8.


Border color

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

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

This div border color is #AFE1A8.


Opacity

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

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

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

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

This text has shadow with #AFE1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE1A8 on black background.


Color preview on white background

This text has color #AFE1A8 on white background.



Black color preview on #AFE1A8 background

This text has black color on #AFE1A8 background.


White color preview on #AFE1A8 background

This text has white color on #AFE1A8 background.