COLOR #9FBD9F

HEX: #9FBD9F
RGB: (159,189,159)

Color info

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

RGB color model

#9FBD9F color RGB value is (159,189,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 189 of 255 = 74%
B 159 of 255 = 62%

159
189
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 189 + 159 = 507 (100%)
R 159 of 507 ~ 31.36%
G 189 of 507 ~ 37.28%
B 159 of 507 ~ 31.36%

%31.36
%37.28
%31.36

CMYK color model

#9FBD9F color CMYK value is (16,0,16,26).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK:
(16,0,16,26)
C16M0Y16K26 
(16%,0%,16%,26%)
(0.16/0.00/0.16/0.26)	

CMYK percentages

%15.87
%0
%15.87
%25.88

Codes

Color #9FBD9F in popluar color models

9FBD9F
RGB159189159
HSL120°18.52%68.24%
HSB/HSV120°15.87%74.12%
CMYK15.87%0.00%15.87%
25.88%

Color #9FBD9F in popluar number systems.

HEX9FBD9F
Decimal159189159
Binary100111111011110110011111
Octal237275237

Shades and tints

Shades of #9FBD9F

#9FBD9F
(159,189,159)
#91AC91
(145,172,145)
#839B83
(131,155,131)
#758A75
(117,138,117)
#677967
(103,121,103)
#596859
(89,104,89)
#4B574B
(75,87,75)
#3D463D
(61,70,61)
#2F352F
(47,53,47)
#212421
(33,36,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #9FBD9F

#9FBD9F
(159,189,159)
#A7C3A7
(167,195,167)
#AFC9AF
(175,201,175)
#B7CFB7
(183,207,183)
#BFD5BF
(191,213,191)
#C7DBC7
(199,219,199)
#CFE1CF
(207,225,207)
#D7E7D7
(215,231,215)
#DFEDDF
(223,237,223)
#E7F3E7
(231,243,231)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBD9F; }

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

This text font color is #9FBD9F.


Background Color

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

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

This div background color is #9FBD9F.


Border color

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

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

This div border color is #9FBD9F.


Opacity

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

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

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

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

This text has shadow with #9FBD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBD9F on black background.


Color preview on white background

This text has color #9FBD9F on white background.



Black color preview on #9FBD9F background

This text has black color on #9FBD9F background.


White color preview on #9FBD9F background

This text has white color on #9FBD9F background.