COLOR #AFFFAB

HEX: #AFFFAB
RGB: (175,255,171)

Color info

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

RGB color model

#AFFFAB color RGB value is (175,255,171).

  • red value is 175;
  • green value is 255;
  • blue value is 171.
RGB:
(175,255,171)
(69%,100%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 255 of 255 = 100%
B 171 of 255 = 67%

175
255
171

R + G + B ~ 79%. #AFFFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 255 + 171 = 601 (100%)
R 175 of 601 ~ 29.12%
G 255 of 601 ~ 42.43%
B 171 of 601 ~ 28.45%

%29.12
%42.43
%28.45

CMYK color model

#AFFFAB color CMYK value is (31,0,33,0).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(31,0,33,0)
C31M0Y33K0 
(31%,0%,33%,0%)
(0.31/0.00/0.33/0.00)	

CMYK percentages

%31.37
%0
%32.94
%0

Codes

Color #AFFFAB in popluar color models

AFFFAB
RGB175255171
HSL117°100.00%83.53%
HSB/HSV117°32.94%100.00%
CMYK31.37%0.00%32.94%
0.00%

Color #AFFFAB in popluar number systems.

HEXAFFFAB
Decimal175255171
Binary101011111111111110101011
Octal257377253

Shades and tints

Shades of #AFFFAB

#AFFFAB
(175,255,171)
#A0E89C
(160,232,156)
#91D18D
(145,209,141)
#82BA7E
(130,186,126)
#73A36F
(115,163,111)
#648C60
(100,140,96)
#557551
(85,117,81)
#465E42
(70,94,66)
#374733
(55,71,51)
#283024
(40,48,36)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #AFFFAB

#AFFFAB
(175,255,171)
#B6FFB2
(182,255,178)
#BDFFB9
(189,255,185)
#C4FFC0
(196,255,192)
#CBFFC7
(203,255,199)
#D2FFCE
(210,255,206)
#D9FFD5
(217,255,213)
#E0FFDC
(224,255,220)
#E7FFE3
(231,255,227)
#EEFFEA
(238,255,234)
#F5FFF1
(245,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFFAB color. Also use rgb(175,255,171) instead hex code.

Text Font Color

.myTextColor { color: #AFFFAB; }

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

This text font color is #AFFFAB.


Background Color

.myBgColor { background-color: #AFFFAB; }

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

This div background color is #AFFFAB.


Border color

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

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

This div border color is #AFFFAB.


Opacity

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

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

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

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

This text has shadow with #AFFFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFFAB on black background.


Color preview on white background

This text has color #AFFFAB on white background.



Black color preview on #AFFFAB background

This text has black color on #AFFFAB background.


White color preview on #AFFFAB background

This text has white color on #AFFFAB background.