COLOR #9FEEAB

HEX: #9FEEAB
RGB: (159,238,171)

Color info

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

RGB color model

#9FEEAB color RGB value is (159,238,171).

  • red value is 159;
  • green value is 238;
  • blue value is 171.
RGB:
(159,238,171)
(62%,93%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 238 of 255 = 93%
B 171 of 255 = 67%

159
238
171

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

Portions of RGB colors in percentages

R + G + B =
159 + 238 + 171 = 568 (100%)
R 159 of 568 ~ 27.99%
G 238 of 568 ~ 41.9%
B 171 of 568 ~ 30.11%

%27.99
%41.9
%30.11

CMYK color model

#9FEEAB color CMYK value is (33,0,28,7).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 6.67%
CMYK:
(33,0,28,7)
C33M0Y28K7 
(33%,0%,28%,7%)
(0.33/0.00/0.28/0.07)	

CMYK percentages

%33.19
%0
%28.15
%6.67

Codes

Color #9FEEAB in popluar color models

9FEEAB
RGB159238171
HSL129°69.91%77.84%
HSB/HSV129°33.19%93.33%
CMYK33.19%0.00%28.15%
6.67%

Color #9FEEAB in popluar number systems.

HEX9FEEAB
Decimal159238171
Binary100111111110111010101011
Octal237356253

Shades and tints

Shades of #9FEEAB

#9FEEAB
(159,238,171)
#91D99C
(145,217,156)
#83C48D
(131,196,141)
#75AF7E
(117,175,126)
#679A6F
(103,154,111)
#598560
(89,133,96)
#4B7051
(75,112,81)
#3D5B42
(61,91,66)
#2F4633
(47,70,51)
#213124
(33,49,36)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #9FEEAB

#9FEEAB
(159,238,171)
#A7EFB2
(167,239,178)
#AFF0B9
(175,240,185)
#B7F1C0
(183,241,192)
#BFF2C7
(191,242,199)
#C7F3CE
(199,243,206)
#CFF4D5
(207,244,213)
#D7F5DC
(215,245,220)
#DFF6E3
(223,246,227)
#E7F7EA
(231,247,234)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEEAB color. Also use rgb(159,238,171) instead hex code.

Text Font Color

.myTextColor { color: #9FEEAB; }

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

This text font color is #9FEEAB.


Background Color

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

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

This div background color is #9FEEAB.


Border color

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

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

This div border color is #9FEEAB.


Opacity

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

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

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

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

This text has shadow with #9FEEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEEAB on black background.


Color preview on white background

This text has color #9FEEAB on white background.



Black color preview on #9FEEAB background

This text has black color on #9FEEAB background.


White color preview on #9FEEAB background

This text has white color on #9FEEAB background.