COLOR #AFE89C

HEX: #AFE89C
RGB: (175,232,156)

Color info

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

RGB color model

#AFE89C color RGB value is (175,232,156).

  • red value is 175;
  • green value is 232;
  • blue value is 156.
RGB:
(175,232,156)
(69%,91%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 232 of 255 = 91%
B 156 of 255 = 61%

175
232
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 232 + 156 = 563 (100%)
R 175 of 563 ~ 31.08%
G 232 of 563 ~ 41.21%
B 156 of 563 ~ 27.71%

%31.08
%41.21
%27.71

CMYK color model

#AFE89C color CMYK value is (25,0,33,9).

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 9.02%
CMYK:
(25,0,33,9)
C25M0Y33K9 
(25%,0%,33%,9%)
(0.25/0.00/0.33/0.09)	

CMYK percentages

%24.57
%0
%32.76
%9.02

Codes

Color #AFE89C in popluar color models

AFE89C
RGB175232156
HSL105°62.30%76.08%
HSB/HSV105°32.76%90.98%
CMYK24.57%0.00%32.76%
9.02%

Color #AFE89C in popluar number systems.

HEXAFE89C
Decimal175232156
Binary101011111110100010011100
Octal257350234

Shades and tints

Shades of #AFE89C

#AFE89C
(175,232,156)
#A0D38E
(160,211,142)
#91BE80
(145,190,128)
#82A972
(130,169,114)
#739464
(115,148,100)
#647F56
(100,127,86)
#556A48
(85,106,72)
#46553A
(70,85,58)
#37402C
(55,64,44)
#282B1E
(40,43,30)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #AFE89C

#AFE89C
(175,232,156)
#B6EAA5
(182,234,165)
#BDECAE
(189,236,174)
#C4EEB7
(196,238,183)
#CBF0C0
(203,240,192)
#D2F2C9
(210,242,201)
#D9F4D2
(217,244,210)
#E0F6DB
(224,246,219)
#E7F8E4
(231,248,228)
#EEFAED
(238,250,237)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE89C color. Also use rgb(175,232,156) instead hex code.

Text Font Color

.myTextColor { color: #AFE89C; }

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

This text font color is #AFE89C.


Background Color

.myBgColor { background-color: #AFE89C; }

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

This div background color is #AFE89C.


Border color

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

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

This div border color is #AFE89C.


Opacity

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

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

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

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

This text has shadow with #AFE89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE89C on black background.


Color preview on white background

This text has color #AFE89C on white background.



Black color preview on #AFE89C background

This text has black color on #AFE89C background.


White color preview on #AFE89C background

This text has white color on #AFE89C background.