COLOR #AFE7AA

HEX: #AFE7AA
RGB: (175,231,170)

Color info

#AFE7AA contains mainly red and green colors. Web safe color of #AFE7AA is #99FF99 (or #9F9).

RGB color model

#AFE7AA color RGB value is (175,231,170).

  • red value is 175;
  • green value is 231;
  • blue value is 170.
RGB:
(175,231,170)
(69%,91%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 231 of 255 = 91%
B 170 of 255 = 67%

175
231
170

R + G + B ~ 76%. #AFE7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 170 = 576 (100%)
R 175 of 576 ~ 30.38%
G 231 of 576 ~ 40.1%
B 170 of 576 ~ 29.51%

%30.38
%40.1
%29.51

CMYK color model

#AFE7AA color CMYK value is (24,0,26,9).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 26.41%
  • key color value is 9.41%
CMYK:
(24,0,26,9)
C24M0Y26K9 
(24%,0%,26%,9%)
(0.24/0.00/0.26/0.09)	

CMYK percentages

%24.24
%0
%26.41
%9.41

Codes

Color #AFE7AA in popluar color models

AFE7AA
RGB175231170
HSL115°55.96%78.63%
HSB/HSV115°26.41%90.59%
CMYK24.24%0.00%26.41%
9.41%

Color #AFE7AA in popluar number systems.

HEXAFE7AA
Decimal175231170
Binary101011111110011110101010
Octal257347252

Shades and tints

Shades of #AFE7AA

#AFE7AA
(175,231,170)
#A0D29B
(160,210,155)
#91BD8C
(145,189,140)
#82A87D
(130,168,125)
#73936E
(115,147,110)
#647E5F
(100,126,95)
#556950
(85,105,80)
#465441
(70,84,65)
#373F32
(55,63,50)
#282A23
(40,42,35)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFE7AA

#AFE7AA
(175,231,170)
#B6E9B1
(182,233,177)
#BDEBB8
(189,235,184)
#C4EDBF
(196,237,191)
#CBEFC6
(203,239,198)
#D2F1CD
(210,241,205)
#D9F3D4
(217,243,212)
#E0F5DB
(224,245,219)
#E7F7E2
(231,247,226)
#EEF9E9
(238,249,233)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE7AA color. Also use rgb(175,231,170) instead hex code.

Text Font Color

.myTextColor { color: #AFE7AA; }

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

This text font color is #AFE7AA.


Background Color

.myBgColor { background-color: #AFE7AA; }

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

This div background color is #AFE7AA.


Border color

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

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

This div border color is #AFE7AA.


Opacity

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

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

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

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

This text has shadow with #AFE7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE7AA on black background.


Color preview on white background

This text has color #AFE7AA on white background.



Black color preview on #AFE7AA background

This text has black color on #AFE7AA background.


White color preview on #AFE7AA background

This text has white color on #AFE7AA background.