COLOR #9FB288

HEX: #9FB288
RGB: (159,178,136)

Color info

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

RGB color model

#9FB288 color RGB value is (159,178,136).

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

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 136 of 255 = 53%

159
178
136

R + G + B ~ 62%. #9FB288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 136 = 473 (100%)
R 159 of 473 ~ 33.62%
G 178 of 473 ~ 37.63%
B 136 of 473 ~ 28.75%

%33.62
%37.63
%28.75

CMYK color model

#9FB288 color CMYK value is (11,0,24,30).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 30.20%
CMYK:
(11,0,24,30)
C11M0Y24K30 
(11%,0%,24%,30%)
(0.11/0.00/0.24/0.30)	

CMYK percentages

%10.67
%0
%23.6
%30.2

Codes

Color #9FB288 in popluar color models

9FB288
RGB159178136
HSL87°21.43%61.57%
HSB/HSV87°23.60%69.80%
CMYK10.67%0.00%23.60%
30.20%

Color #9FB288 in popluar number systems.

HEX9FB288
Decimal159178136
Binary100111111011001010001000
Octal237262210

Shades and tints

Shades of #9FB288

#9FB288
(159,178,136)
#91A27C
(145,162,124)
#839270
(131,146,112)
#758264
(117,130,100)
#677258
(103,114,88)
#59624C
(89,98,76)
#4B5240
(75,82,64)
#3D4234
(61,66,52)
#2F3228
(47,50,40)
#21221C
(33,34,28)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9FB288

#9FB288
(159,178,136)
#A7B992
(167,185,146)
#AFC09C
(175,192,156)
#B7C7A6
(183,199,166)
#BFCEB0
(191,206,176)
#C7D5BA
(199,213,186)
#CFDCC4
(207,220,196)
#D7E3CE
(215,227,206)
#DFEAD8
(223,234,216)
#E7F1E2
(231,241,226)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB288; }

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

This text font color is #9FB288.


Background Color

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

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

This div background color is #9FB288.


Border color

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

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

This div border color is #9FB288.


Opacity

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

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

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

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

This text has shadow with #9FB288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB288 on black background.


Color preview on white background

This text has color #9FB288 on white background.



Black color preview on #9FB288 background

This text has black color on #9FB288 background.


White color preview on #9FB288 background

This text has white color on #9FB288 background.