COLOR #9FB091

HEX: #9FB091 RGB: (159,176,145)

Color info

#9FB091 contains red, green and blue colors in about the same proportion. Web safe color of #9FB091 is #999999 (or #999).

RGB color model

#9FB091 color RGB value is (159,176,145).

RGB: (159,176,145) (62%, 69%, 57%)

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 145 of 255 = 57%

159
176
145

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

Portions of RGB colors in percentages

R + G + B = 159 + 176 + 145 = 480 (100%)
R 159 of 480 ~ 33.13%
G 176 of 480 ~ 36.67%
B 145 of 480 ~ 30.21'%

%33.13
%36.67
%30.21

CMYK color model

#9FB091 color CMYK value is (10,0,18,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%

CMYK: (10,0,18,31)
C10M0Y18K31 (10%, 0%, 18%, 31%)
(0.10 / 0.00 / 0.18 / 0.31)

CMYK percentages

%9.66
%0
%17.61
%30.98

Codes

Color #9FB091 in popluar color models

9F B0 91
RGB 159 176 145
HSL 93° 16.40% 62.94%
HSB/HSV 93° 17.61% 69.02%
CMYK 9.66% 0.00% 17.61%
30.98%

Color #9FB091 in popluar number systems.

HEX 9F B0 91
Decimal 159 176 145
Binary 10011111 10110000 10010001
Octal 237 260 221

Shades and tints

Shades of #9FB091

#9FB091
(159,176,145)
#91A084
(145,160,132)
#839077
(131,144,119)
#75806A
(117,128,106)
#67705D
(103,112,93)
#596050
(89,96,80)
#4B5043
(75,80,67)
#3D4036
(61,64,54)
#2F3029
(47,48,41)
#21201C
(33,32,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9FB091

#9FB091
(159,176,145)
#A7B79B
(167,183,155)
#AFBEA5
(175,190,165)
#B7C5AF
(183,197,175)
#BFCCB9
(191,204,185)
#C7D3C3
(199,211,195)
#CFDACD
(207,218,205)
#D7E1D7
(215,225,215)
#DFE8E1
(223,232,225)
#E7EFEB
(231,239,235)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB091; }

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

This text font color is #9FB091.

Background Color

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

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

This div background color is #9FB091.

Border color

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

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

This div border color is #9FB091.

Opacity

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

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

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

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

This text has shadow with #9FB091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB091.

Preview

Color preview on black background

This text has color #9FB091 on black background.


Color preview on white background

This text has color #9FB091 on white background.


Black color preview on #9FB091 background

This text has black color on #9FB091 background.


White color preview on #9FB091 background

This text has white color on #9FB091 background.


Related colors

Complementary color

Complementary color for #hex is #604F6E.


I love getcolorcode.com

Triadic colors

1 #919FB0 and #B0919F with #9FB091 are triadic colors.

2 #91B09F and #B09F91 with #9FB091 are triadic colors.