COLOR #9BC89E

HEX: #9BC89E
RGB: (155,200,158)

Color info

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

RGB color model

#9BC89E color RGB value is (155,200,158).

  • red value is 155;
  • green value is 200;
  • blue value is 158.
RGB:
(155,200,158)
(61%,78%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 158 of 255 = 62%

155
200
158

R + G + B ~ 67%. #9BC89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 158 = 513 (100%)
R 155 of 513 ~ 30.21%
G 200 of 513 ~ 38.99%
B 158 of 513 ~ 30.8%

%30.21
%38.99
%30.8

CMYK color model

#9BC89E color CMYK value is (23,0,21,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(23,0,21,22)
C23M0Y21K22 
(23%,0%,21%,22%)
(0.23/0.00/0.21/0.22)	

CMYK percentages

%22.5
%0
%21
%21.57

Codes

Color #9BC89E in popluar color models

9BC89E
RGB155200158
HSL124°29.03%69.61%
HSB/HSV124°22.50%78.43%
CMYK22.50%0.00%21.00%
21.57%

Color #9BC89E in popluar number systems.

HEX9BC89E
Decimal155200158
Binary100110111100100010011110
Octal233310236

Shades and tints

Shades of #9BC89E

#9BC89E
(155,200,158)
#8DB690
(141,182,144)
#7FA482
(127,164,130)
#719274
(113,146,116)
#638066
(99,128,102)
#556E58
(85,110,88)
#475C4A
(71,92,74)
#394A3C
(57,74,60)
#2B382E
(43,56,46)
#1D2620
(29,38,32)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #9BC89E

#9BC89E
(155,200,158)
#A4CDA6
(164,205,166)
#ADD2AE
(173,210,174)
#B6D7B6
(182,215,182)
#BFDCBE
(191,220,190)
#C8E1C6
(200,225,198)
#D1E6CE
(209,230,206)
#DAEBD6
(218,235,214)
#E3F0DE
(227,240,222)
#ECF5E6
(236,245,230)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC89E color. Also use rgb(155,200,158) instead hex code.

Text Font Color

.myTextColor { color: #9BC89E; }

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

This text font color is #9BC89E.


Background Color

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

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

This div background color is #9BC89E.


Border color

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

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

This div border color is #9BC89E.


Opacity

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

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

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

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

This text has shadow with #9BC89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC89E on black background.


Color preview on white background

This text has color #9BC89E on white background.



Black color preview on #9BC89E background

This text has black color on #9BC89E background.


White color preview on #9BC89E background

This text has white color on #9BC89E background.