COLOR #9FBB8D

HEX: #9FBB8D RGB: (159,187,141)

Color info

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

RGB color model

#9FBB8D color RGB value is (159,187,141).

RGB: (159,187,141) (62%, 73%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 141 of 255 = 55%

159
187
141

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

Portions of RGB colors in percentages

R + G + B = 159 + 187 + 141 = 487 (100%)
R 159 of 487 ~ 32.65%
G 187 of 487 ~ 38.4%
B 141 of 487 ~ 28.95'%

%32.65
%38.4
%28.95

CMYK color model

#9FBB8D color CMYK value is (15,0,25,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%

CMYK: (15,0,25,27)
C15M0Y25K27 (15%, 0%, 25%, 27%)
(0.15 / 0.00 / 0.25 / 0.27)

CMYK percentages

%14.97
%0
%24.6
%26.67

Codes

Color #9FBB8D in popluar color models

9F BB 8D
RGB 159 187 141
HSL 97° 25.27% 64.31%
HSB/HSV 97° 24.60% 73.33%
CMYK 14.97% 0.00% 24.60%
26.67%

Color #9FBB8D in popluar number systems.

HEX 9F BB 8D
Decimal 159 187 141
Binary 10011111 10111011 10001101
Octal 237 273 215

Shades and tints

Shades of #9FBB8D

#9FBB8D
(159,187,141)
#91AA81
(145,170,129)
#839975
(131,153,117)
#758869
(117,136,105)
#67775D
(103,119,93)
#596651
(89,102,81)
#4B5545
(75,85,69)
#3D4439
(61,68,57)
#2F332D
(47,51,45)
#212221
(33,34,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #9FBB8D

#9FBB8D
(159,187,141)
#A7C197
(167,193,151)
#AFC7A1
(175,199,161)
#B7CDAB
(183,205,171)
#BFD3B5
(191,211,181)
#C7D9BF
(199,217,191)
#CFDFC9
(207,223,201)
#D7E5D3
(215,229,211)
#DFEBDD
(223,235,221)
#E7F1E7
(231,241,231)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBB8D; }

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

This text font color is #9FBB8D.

Background Color

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

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

This div background color is #9FBB8D.

Border color

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

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

This div border color is #9FBB8D.

Opacity

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

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

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

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

This text has shadow with #9FBB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBB8D.

Preview

Color preview on black background

This text has color #9FBB8D on black background.


Color preview on white background

This text has color #9FBB8D on white background.


Black color preview on #9FBB8D background

This text has black color on #9FBB8D background.


White color preview on #9FBB8D background

This text has white color on #9FBB8D background.


Related colors

Complementary color

Complementary color for #hex is #604472.


I love getcolorcode.com

Triadic colors

1 #8D9FBB and #BB8D9F with #9FBB8D are triadic colors.

2 #8DBB9F and #BB9F8D with #9FBB8D are triadic colors.