COLOR #9BC88B

HEX: #9BC88B
RGB: (155,200,139)

Color info

#9BC88B contains mainly red and green colors. Web safe color of #9BC88B is #99CC99 (or #9C9).

RGB color model

#9BC88B color RGB value is (155,200,139).

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

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 139 of 255 = 55%

155
200
139

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

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 139 = 494 (100%)
R 155 of 494 ~ 31.38%
G 200 of 494 ~ 40.49%
B 139 of 494 ~ 28.14%

%31.38
%40.49
%28.14

CMYK color model

#9BC88B color CMYK value is (23,0,31,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK:
(23,0,31,22)
C23M0Y31K22 
(23%,0%,31%,22%)
(0.23/0.00/0.31/0.22)	

CMYK percentages

%22.5
%0
%30.5
%21.57

Codes

Color #9BC88B in popluar color models

9BC88B
RGB155200139
HSL104°35.67%66.47%
HSB/HSV104°30.50%78.43%
CMYK22.50%0.00%30.50%
21.57%

Color #9BC88B in popluar number systems.

HEX9BC88B
Decimal155200139
Binary100110111100100010001011
Octal233310213

Shades and tints

Shades of #9BC88B

#9BC88B
(155,200,139)
#8DB67F
(141,182,127)
#7FA473
(127,164,115)
#719267
(113,146,103)
#63805B
(99,128,91)
#556E4F
(85,110,79)
#475C43
(71,92,67)
#394A37
(57,74,55)
#2B382B
(43,56,43)
#1D261F
(29,38,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #9BC88B

#9BC88B
(155,200,139)
#A4CD95
(164,205,149)
#ADD29F
(173,210,159)
#B6D7A9
(182,215,169)
#BFDCB3
(191,220,179)
#C8E1BD
(200,225,189)
#D1E6C7
(209,230,199)
#DAEBD1
(218,235,209)
#E3F0DB
(227,240,219)
#ECF5E5
(236,245,229)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC88B; }

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

This text font color is #9BC88B.


Background Color

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

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

This div background color is #9BC88B.


Border color

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

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

This div border color is #9BC88B.


Opacity

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

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

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

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

This text has shadow with #9BC88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC88B on black background.


Color preview on white background

This text has color #9BC88B on white background.



Black color preview on #9BC88B background

This text has black color on #9BC88B background.


White color preview on #9BC88B background

This text has white color on #9BC88B background.