COLOR #9FE8BB

HEX: #9FE8BB
RGB: (159,232,187)

Color info

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

RGB color model

#9FE8BB color RGB value is (159,232,187).

  • red value is 159;
  • green value is 232;
  • blue value is 187.
RGB:
(159,232,187)
(62%,91%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 232 of 255 = 91%
B 187 of 255 = 73%

159
232
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 232 + 187 = 578 (100%)
R 159 of 578 ~ 27.51%
G 232 of 578 ~ 40.14%
B 187 of 578 ~ 32.35%

%27.51
%40.14
%32.35

CMYK color model

#9FE8BB color CMYK value is (31,0,19,9).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(31,0,19,9)
C31M0Y19K9 
(31%,0%,19%,9%)
(0.31/0.00/0.19/0.09)	

CMYK percentages

%31.47
%0
%19.4
%9.02

Codes

Color #9FE8BB in popluar color models

9FE8BB
RGB159232187
HSL143°61.34%76.67%
HSB/HSV143°31.47%90.98%
CMYK31.47%0.00%19.40%
9.02%

Color #9FE8BB in popluar number systems.

HEX9FE8BB
Decimal159232187
Binary100111111110100010111011
Octal237350273

Shades and tints

Shades of #9FE8BB

#9FE8BB
(159,232,187)
#91D3AA
(145,211,170)
#83BE99
(131,190,153)
#75A988
(117,169,136)
#679477
(103,148,119)
#597F66
(89,127,102)
#4B6A55
(75,106,85)
#3D5544
(61,85,68)
#2F4033
(47,64,51)
#212B22
(33,43,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #9FE8BB

#9FE8BB
(159,232,187)
#A7EAC1
(167,234,193)
#AFECC7
(175,236,199)
#B7EECD
(183,238,205)
#BFF0D3
(191,240,211)
#C7F2D9
(199,242,217)
#CFF4DF
(207,244,223)
#D7F6E5
(215,246,229)
#DFF8EB
(223,248,235)
#E7FAF1
(231,250,241)
#EFFCF7
(239,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE8BB color. Also use rgb(159,232,187) instead hex code.

Text Font Color

.myTextColor { color: #9FE8BB; }

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

This text font color is #9FE8BB.


Background Color

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

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

This div background color is #9FE8BB.


Border color

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

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

This div border color is #9FE8BB.


Opacity

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

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

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

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

This text has shadow with #9FE8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE8BB on black background.


Color preview on white background

This text has color #9FE8BB on white background.



Black color preview on #9FE8BB background

This text has black color on #9FE8BB background.


White color preview on #9FE8BB background

This text has white color on #9FE8BB background.