COLOR #9FBE9F

HEX: #9FBE9F
RGB: (159,190,159)

Color info

#9FBE9F contains red, green and blue colors in about the same proportion. Web safe color of #9FBE9F is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

159
190
159

R + G + B ~ 66%. #9FBE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 159 = 508 (100%)
R 159 of 508 ~ 31.3%
G 190 of 508 ~ 37.4%
B 159 of 508 ~ 31.3%

%31.3
%37.4
%31.3

CMYK color model

#9FBE9F color CMYK value is (16,0,16,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(16,0,16,25)
C16M0Y16K25 
(16%,0%,16%,25%)
(0.16/0.00/0.16/0.25)	

CMYK percentages

%16.32
%0
%16.32
%25.49

Codes

Color #9FBE9F in popluar color models

9FBE9F
RGB159190159
HSL120°19.25%68.43%
HSB/HSV120°16.32%74.51%
CMYK16.32%0.00%16.32%
25.49%

Color #9FBE9F in popluar number systems.

HEX9FBE9F
Decimal159190159
Binary100111111011111010011111
Octal237276237

Shades and tints

Shades of #9FBE9F

#9FBE9F
(159,190,159)
#91AD91
(145,173,145)
#839C83
(131,156,131)
#758B75
(117,139,117)
#677A67
(103,122,103)
#596959
(89,105,89)
#4B584B
(75,88,75)
#3D473D
(61,71,61)
#2F362F
(47,54,47)
#212521
(33,37,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #9FBE9F

#9FBE9F
(159,190,159)
#A7C3A7
(167,195,167)
#AFC8AF
(175,200,175)
#B7CDB7
(183,205,183)
#BFD2BF
(191,210,191)
#C7D7C7
(199,215,199)
#CFDCCF
(207,220,207)
#D7E1D7
(215,225,215)
#DFE6DF
(223,230,223)
#E7EBE7
(231,235,231)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBE9F; }

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

This text font color is #9FBE9F.


Background Color

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

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

This div background color is #9FBE9F.


Border color

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

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

This div border color is #9FBE9F.


Opacity

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

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

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

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

This text has shadow with #9FBE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBE9F on black background.


Color preview on white background

This text has color #9FBE9F on white background.



Black color preview on #9FBE9F background

This text has black color on #9FBE9F background.


White color preview on #9FBE9F background

This text has white color on #9FBE9F background.