COLOR #9FE0B6

HEX: #9FE0B6
RGB: (159,224,182)

Color info

#9FE0B6 contains mainly green and blue colors. Web safe color of #9FE0B6 is #99CCCC (or #9CC).

RGB color model

#9FE0B6 color RGB value is (159,224,182).

  • red value is 159;
  • green value is 224;
  • blue value is 182.
RGB:
(159,224,182)
(62%,88%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 224 of 255 = 88%
B 182 of 255 = 71%

159
224
182

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

Portions of RGB colors in percentages

R + G + B =
159 + 224 + 182 = 565 (100%)
R 159 of 565 ~ 28.14%
G 224 of 565 ~ 39.65%
B 182 of 565 ~ 32.21%

%28.14
%39.65
%32.21

CMYK color model

#9FE0B6 color CMYK value is (29,0,19,12).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(29,0,19,12)
C29M0Y19K12 
(29%,0%,19%,12%)
(0.29/0.00/0.19/0.12)	

CMYK percentages

%29.02
%0
%18.75
%12.16

Codes

Color #9FE0B6 in popluar color models

9FE0B6
RGB159224182
HSL141°51.18%75.10%
HSB/HSV141°29.02%87.84%
CMYK29.02%0.00%18.75%
12.16%

Color #9FE0B6 in popluar number systems.

HEX9FE0B6
Decimal159224182
Binary100111111110000010110110
Octal237340266

Shades and tints

Shades of #9FE0B6

#9FE0B6
(159,224,182)
#91CCA6
(145,204,166)
#83B896
(131,184,150)
#75A486
(117,164,134)
#679076
(103,144,118)
#597C66
(89,124,102)
#4B6856
(75,104,86)
#3D5446
(61,84,70)
#2F4036
(47,64,54)
#212C26
(33,44,38)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #9FE0B6

#9FE0B6
(159,224,182)
#A7E2BC
(167,226,188)
#AFE4C2
(175,228,194)
#B7E6C8
(183,230,200)
#BFE8CE
(191,232,206)
#C7EAD4
(199,234,212)
#CFECDA
(207,236,218)
#D7EEE0
(215,238,224)
#DFF0E6
(223,240,230)
#E7F2EC
(231,242,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE0B6 color. Also use rgb(159,224,182) instead hex code.

Text Font Color

.myTextColor { color: #9FE0B6; }

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

This text font color is #9FE0B6.


Background Color

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

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

This div background color is #9FE0B6.


Border color

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

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

This div border color is #9FE0B6.


Opacity

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

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

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

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

This text has shadow with #9FE0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE0B6 on black background.


Color preview on white background

This text has color #9FE0B6 on white background.



Black color preview on #9FE0B6 background

This text has black color on #9FE0B6 background.


White color preview on #9FE0B6 background

This text has white color on #9FE0B6 background.