COLOR #9FB29E

HEX: #9FB29E
RGB: (159,178,158)

Color info

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

RGB color model

#9FB29E color RGB value is (159,178,158).

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

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 158 of 255 = 62%

159
178
158

R + G + B ~ 65%. #9FB29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 158 = 495 (100%)
R 159 of 495 ~ 32.12%
G 178 of 495 ~ 35.96%
B 158 of 495 ~ 31.92%

%32.12
%35.96
%31.92

CMYK color model

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

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(11,0,11,30)
C11M0Y11K30 
(11%,0%,11%,30%)
(0.11/0.00/0.11/0.30)	

CMYK percentages

%10.67
%0
%11.24
%30.2

Codes

Color #9FB29E in popluar color models

9FB29E
RGB159178158
HSL117°11.49%65.88%
HSB/HSV117°11.24%69.80%
CMYK10.67%0.00%11.24%
30.20%

Color #9FB29E in popluar number systems.

HEX9FB29E
Decimal159178158
Binary100111111011001010011110
Octal237262236

Shades and tints

Shades of #9FB29E

#9FB29E
(159,178,158)
#91A290
(145,162,144)
#839282
(131,146,130)
#758274
(117,130,116)
#677266
(103,114,102)
#596258
(89,98,88)
#4B524A
(75,82,74)
#3D423C
(61,66,60)
#2F322E
(47,50,46)
#212220
(33,34,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9FB29E

#9FB29E
(159,178,158)
#A7B9A6
(167,185,166)
#AFC0AE
(175,192,174)
#B7C7B6
(183,199,182)
#BFCEBE
(191,206,190)
#C7D5C6
(199,213,198)
#CFDCCE
(207,220,206)
#D7E3D6
(215,227,214)
#DFEADE
(223,234,222)
#E7F1E6
(231,241,230)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB29E; }

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

This text font color is #9FB29E.


Background Color

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

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

This div background color is #9FB29E.


Border color

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

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

This div border color is #9FB29E.


Opacity

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

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

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

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

This text has shadow with #9FB29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB29E on black background.


Color preview on white background

This text has color #9FB29E on white background.



Black color preview on #9FB29E background

This text has black color on #9FB29E background.


White color preview on #9FB29E background

This text has white color on #9FB29E background.