COLOR #9FB690

HEX: #9FB690
RGB: (159,182,144)

Color info

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

RGB color model

#9FB690 color RGB value is (159,182,144).

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

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 144 of 255 = 56%

159
182
144

R + G + B ~ 63%. #9FB690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 144 = 485 (100%)
R 159 of 485 ~ 32.78%
G 182 of 485 ~ 37.53%
B 144 of 485 ~ 29.69%

%32.78
%37.53
%29.69

CMYK color model

#9FB690 color CMYK value is (13,0,21,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(13,0,21,29)
C13M0Y21K29 
(13%,0%,21%,29%)
(0.13/0.00/0.21/0.29)	

CMYK percentages

%12.64
%0
%20.88
%28.63

Codes

Color #9FB690 in popluar color models

9FB690
RGB159182144
HSL96°20.65%63.92%
HSB/HSV96°20.88%71.37%
CMYK12.64%0.00%20.88%
28.63%

Color #9FB690 in popluar number systems.

HEX9FB690
Decimal159182144
Binary100111111011011010010000
Octal237266220

Shades and tints

Shades of #9FB690

#9FB690
(159,182,144)
#91A683
(145,166,131)
#839676
(131,150,118)
#758669
(117,134,105)
#67765C
(103,118,92)
#59664F
(89,102,79)
#4B5642
(75,86,66)
#3D4635
(61,70,53)
#2F3628
(47,54,40)
#21261B
(33,38,27)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #9FB690

#9FB690
(159,182,144)
#A7BC9A
(167,188,154)
#AFC2A4
(175,194,164)
#B7C8AE
(183,200,174)
#BFCEB8
(191,206,184)
#C7D4C2
(199,212,194)
#CFDACC
(207,218,204)
#D7E0D6
(215,224,214)
#DFE6E0
(223,230,224)
#E7ECEA
(231,236,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB690; }

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

This text font color is #9FB690.


Background Color

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

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

This div background color is #9FB690.


Border color

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

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

This div border color is #9FB690.


Opacity

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

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

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

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

This text has shadow with #9FB690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB690 on black background.


Color preview on white background

This text has color #9FB690 on white background.



Black color preview on #9FB690 background

This text has black color on #9FB690 background.


White color preview on #9FB690 background

This text has white color on #9FB690 background.