COLOR #AFFDA8

HEX: #AFFDA8
RGB: (175,253,168)

Color info

#AFFDA8 contains mainly green color. Web safe color of #AFFDA8 is #99FF99 (or #9F9).

RGB color model

#AFFDA8 color RGB value is (175,253,168).

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

RGB channels and saturation

R 175 of 255 = 69%
G 253 of 255 = 99%
B 168 of 255 = 66%

175
253
168

R + G + B ~ 78%. #AFFDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 253 + 168 = 596 (100%)
R 175 of 596 ~ 29.36%
G 253 of 596 ~ 42.45%
B 168 of 596 ~ 28.19%

%29.36
%42.45
%28.19

CMYK color model

#AFFDA8 color CMYK value is (31,0,34,1).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 0.78%
CMYK:
(31,0,34,1)
C31M0Y34K1 
(31%,0%,34%,1%)
(0.31/0.00/0.34/0.01)	

CMYK percentages

%30.83
%0
%33.6
%0.78

Codes

Color #AFFDA8 in popluar color models

AFFDA8
RGB175253168
HSL115°95.51%82.55%
HSB/HSV115°33.60%99.22%
CMYK30.83%0.00%33.60%
0.78%

Color #AFFDA8 in popluar number systems.

HEXAFFDA8
Decimal175253168
Binary101011111111110110101000
Octal257375250

Shades and tints

Shades of #AFFDA8

#AFFDA8
(175,253,168)
#A0E699
(160,230,153)
#91CF8A
(145,207,138)
#82B87B
(130,184,123)
#73A16C
(115,161,108)
#648A5D
(100,138,93)
#55734E
(85,115,78)
#465C3F
(70,92,63)
#374530
(55,69,48)
#282E21
(40,46,33)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFFDA8

#AFFDA8
(175,253,168)
#B6FDAF
(182,253,175)
#BDFDB6
(189,253,182)
#C4FDBD
(196,253,189)
#CBFDC4
(203,253,196)
#D2FDCB
(210,253,203)
#D9FDD2
(217,253,210)
#E0FDD9
(224,253,217)
#E7FDE0
(231,253,224)
#EEFDE7
(238,253,231)
#F5FDEE
(245,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFDA8; }

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

This text font color is #AFFDA8.


Background Color

.myBgColor { background-color: #AFFDA8; }

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

This div background color is #AFFDA8.


Border color

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

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

This div border color is #AFFDA8.


Opacity

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

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

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

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

This text has shadow with #AFFDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFDA8 on black background.


Color preview on white background

This text has color #AFFDA8 on white background.



Black color preview on #AFFDA8 background

This text has black color on #AFFDA8 background.


White color preview on #AFFDA8 background

This text has white color on #AFFDA8 background.