COLOR #9FBE9E

HEX: #9FBE9E
RGB: (159,190,158)

Color info

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

RGB color model

#9FBE9E color RGB value is (159,190,158).

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

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 158 of 255 = 62%

159
190
158

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

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 158 = 507 (100%)
R 159 of 507 ~ 31.36%
G 190 of 507 ~ 37.48%
B 158 of 507 ~ 31.16%

%31.36
%37.48
%31.16

CMYK color model

#9FBE9E color CMYK value is (16,0,17,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(16,0,17,25)
C16M0Y17K25 
(16%,0%,17%,25%)
(0.16/0.00/0.17/0.25)	

CMYK percentages

%16.32
%0
%16.84
%25.49

Codes

Color #9FBE9E in popluar color models

9FBE9E
RGB159190158
HSL118°19.75%68.24%
HSB/HSV118°16.84%74.51%
CMYK16.32%0.00%16.84%
25.49%

Color #9FBE9E in popluar number systems.

HEX9FBE9E
Decimal159190158
Binary100111111011111010011110
Octal237276236

Shades and tints

Shades of #9FBE9E

#9FBE9E
(159,190,158)
#91AD90
(145,173,144)
#839C82
(131,156,130)
#758B74
(117,139,116)
#677A66
(103,122,102)
#596958
(89,105,88)
#4B584A
(75,88,74)
#3D473C
(61,71,60)
#2F362E
(47,54,46)
#212520
(33,37,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9FBE9E

#9FBE9E
(159,190,158)
#A7C3A6
(167,195,166)
#AFC8AE
(175,200,174)
#B7CDB6
(183,205,182)
#BFD2BE
(191,210,190)
#C7D7C6
(199,215,198)
#CFDCCE
(207,220,206)
#D7E1D6
(215,225,214)
#DFE6DE
(223,230,222)
#E7EBE6
(231,235,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBE9E; }

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

This text font color is #9FBE9E.


Background Color

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

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

This div background color is #9FBE9E.


Border color

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

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

This div border color is #9FBE9E.


Opacity

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

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

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

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

This text has shadow with #9FBE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBE9E on black background.


Color preview on white background

This text has color #9FBE9E on white background.



Black color preview on #9FBE9E background

This text has black color on #9FBE9E background.


White color preview on #9FBE9E background

This text has white color on #9FBE9E background.