COLOR #9FF8AA

HEX: #9FF8AA
RGB: (159,248,170)

Color info

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

RGB color model

#9FF8AA color RGB value is (159,248,170).

  • red value is 159;
  • green value is 248;
  • blue value is 170.
RGB:
(159,248,170)
(62%,97%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 248 of 255 = 97%
B 170 of 255 = 67%

159
248
170

R + G + B ~ 75%. #9FF8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 248 + 170 = 577 (100%)
R 159 of 577 ~ 27.56%
G 248 of 577 ~ 42.98%
B 170 of 577 ~ 29.46%

%27.56
%42.98
%29.46

CMYK color model

#9FF8AA color CMYK value is (36,0,31,3).

  • cyan value is 35.89%
  • magenta value is 0.00%
  • yellow value is 31.45%
  • key color value is 2.75%
CMYK:
(36,0,31,3)
C36M0Y31K3 
(36%,0%,31%,3%)
(0.36/0.00/0.31/0.03)	

CMYK percentages

%35.89
%0
%31.45
%2.75

Codes

Color #9FF8AA in popluar color models

9FF8AA
RGB159248170
HSL127°86.41%79.80%
HSB/HSV127°35.89%97.25%
CMYK35.89%0.00%31.45%
2.75%

Color #9FF8AA in popluar number systems.

HEX9FF8AA
Decimal159248170
Binary100111111111100010101010
Octal237370252

Shades and tints

Shades of #9FF8AA

#9FF8AA
(159,248,170)
#91E29B
(145,226,155)
#83CC8C
(131,204,140)
#75B67D
(117,182,125)
#67A06E
(103,160,110)
#598A5F
(89,138,95)
#4B7450
(75,116,80)
#3D5E41
(61,94,65)
#2F4832
(47,72,50)
#213223
(33,50,35)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #9FF8AA

#9FF8AA
(159,248,170)
#A7F8B1
(167,248,177)
#AFF8B8
(175,248,184)
#B7F8BF
(183,248,191)
#BFF8C6
(191,248,198)
#C7F8CD
(199,248,205)
#CFF8D4
(207,248,212)
#D7F8DB
(215,248,219)
#DFF8E2
(223,248,226)
#E7F8E9
(231,248,233)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF8AA color. Also use rgb(159,248,170) instead hex code.

Text Font Color

.myTextColor { color: #9FF8AA; }

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

This text font color is #9FF8AA.


Background Color

.myBgColor { background-color: #9FF8AA; }

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

This div background color is #9FF8AA.


Border color

.myBorderColor { border: 1px solid #9FF8AA; }

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

This div border color is #9FF8AA.


Opacity

.myOpacity80 { color: #9FF8AA; opacity: 0.8; }

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

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

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

This text has shadow with #9FF8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF8AA on black background.


Color preview on white background

This text has color #9FF8AA on white background.



Black color preview on #9FF8AA background

This text has black color on #9FF8AA background.


White color preview on #9FF8AA background

This text has white color on #9FF8AA background.