COLOR #9FB280

HEX: #9FB280
RGB: (159,178,128)

Color info

#9FB280 contains red, green and blue colors in about the same proportion. Web safe color of #9FB280 is #999966 (or #996).

RGB color model

#9FB280 color RGB value is (159,178,128).

  • red value is 159;
  • green value is 178;
  • blue value is 128.
RGB:
(159,178,128)
(62%,70%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 128 of 255 = 50%

159
178
128

R + G + B ~ 61%. #9FB280 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 128 = 465 (100%)
R 159 of 465 ~ 34.19%
G 178 of 465 ~ 38.28%
B 128 of 465 ~ 27.53%

%34.19
%38.28
%27.53

CMYK color model

#9FB280 color CMYK value is (11,0,28,30).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 30.20%
CMYK:
(11,0,28,30)
C11M0Y28K30 
(11%,0%,28%,30%)
(0.11/0.00/0.28/0.30)	

CMYK percentages

%10.67
%0
%28.09
%30.2

Codes

Color #9FB280 in popluar color models

9FB280
RGB159178128
HSL83°24.51%60.00%
HSB/HSV83°28.09%69.80%
CMYK10.67%0.00%28.09%
30.20%

Color #9FB280 in popluar number systems.

HEX9FB280
Decimal159178128
Binary100111111011001010000000
Octal237262200

Shades and tints

Shades of #9FB280

#9FB280
(159,178,128)
#91A275
(145,162,117)
#83926A
(131,146,106)
#75825F
(117,130,95)
#677254
(103,114,84)
#596249
(89,98,73)
#4B523E
(75,82,62)
#3D4233
(61,66,51)
#2F3228
(47,50,40)
#21221D
(33,34,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9FB280

#9FB280
(159,178,128)
#A7B98B
(167,185,139)
#AFC096
(175,192,150)
#B7C7A1
(183,199,161)
#BFCEAC
(191,206,172)
#C7D5B7
(199,213,183)
#CFDCC2
(207,220,194)
#D7E3CD
(215,227,205)
#DFEAD8
(223,234,216)
#E7F1E3
(231,241,227)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB280; }

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

This text font color is #9FB280.


Background Color

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

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

This div background color is #9FB280.


Border color

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

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

This div border color is #9FB280.


Opacity

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

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

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

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

This text has shadow with #9FB280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB280 on black background.


Color preview on white background

This text has color #9FB280 on white background.



Black color preview on #9FB280 background

This text has black color on #9FB280 background.


White color preview on #9FB280 background

This text has white color on #9FB280 background.