COLOR #9FF7BE

HEX: #9FF7BE
RGB: (159,247,190)

Color info

#9FF7BE contains mainly green and blue colors. Web safe color of #9FF7BE is #99FFCC (or #9FC).

RGB color model

#9FF7BE color RGB value is (159,247,190).

  • red value is 159;
  • green value is 247;
  • blue value is 190.
RGB:
(159,247,190)
(62%,97%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 247 of 255 = 97%
B 190 of 255 = 75%

159
247
190

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

Portions of RGB colors in percentages

R + G + B =
159 + 247 + 190 = 596 (100%)
R 159 of 596 ~ 26.68%
G 247 of 596 ~ 41.44%
B 190 of 596 ~ 31.88%

%26.68
%41.44
%31.88

CMYK color model

#9FF7BE color CMYK value is (36,0,23,3).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK:
(36,0,23,3)
C36M0Y23K3 
(36%,0%,23%,3%)
(0.36/0.00/0.23/0.03)	

CMYK percentages

%35.63
%0
%23.08
%3.14

Codes

Color #9FF7BE in popluar color models

9FF7BE
RGB159247190
HSL141°84.62%79.61%
HSB/HSV141°35.63%96.86%
CMYK35.63%0.00%23.08%
3.14%

Color #9FF7BE in popluar number systems.

HEX9FF7BE
Decimal159247190
Binary100111111111011110111110
Octal237367276

Shades and tints

Shades of #9FF7BE

#9FF7BE
(159,247,190)
#91E1AD
(145,225,173)
#83CB9C
(131,203,156)
#75B58B
(117,181,139)
#679F7A
(103,159,122)
#598969
(89,137,105)
#4B7358
(75,115,88)
#3D5D47
(61,93,71)
#2F4736
(47,71,54)
#213125
(33,49,37)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #9FF7BE

#9FF7BE
(159,247,190)
#A7F7C3
(167,247,195)
#AFF7C8
(175,247,200)
#B7F7CD
(183,247,205)
#BFF7D2
(191,247,210)
#C7F7D7
(199,247,215)
#CFF7DC
(207,247,220)
#D7F7E1
(215,247,225)
#DFF7E6
(223,247,230)
#E7F7EB
(231,247,235)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF7BE color. Also use rgb(159,247,190) instead hex code.

Text Font Color

.myTextColor { color: #9FF7BE; }

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

This text font color is #9FF7BE.


Background Color

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

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

This div background color is #9FF7BE.


Border color

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

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

This div border color is #9FF7BE.


Opacity

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

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

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

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

This text has shadow with #9FF7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF7BE on black background.


Color preview on white background

This text has color #9FF7BE on white background.



Black color preview on #9FF7BE background

This text has black color on #9FF7BE background.


White color preview on #9FF7BE background

This text has white color on #9FF7BE background.