COLOR #9BC88C

HEX: #9BC88C
RGB: (155,200,140)

Color info

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

RGB color model

#9BC88C color RGB value is (155,200,140).

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

RGB channels and saturation

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

155
200
140

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

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 140 = 495 (100%)
R 155 of 495 ~ 31.31%
G 200 of 495 ~ 40.4%
B 140 of 495 ~ 28.28%

%31.31
%40.4
%28.28

CMYK color model

#9BC88C color CMYK value is (23,0,30,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(23,0,30,22)
C23M0Y30K22 
(23%,0%,30%,22%)
(0.23/0.00/0.30/0.22)	

CMYK percentages

%22.5
%0
%30
%21.57

Codes

Color #9BC88C in popluar color models

9BC88C
RGB155200140
HSL105°35.29%66.67%
HSB/HSV105°30.00%78.43%
CMYK22.50%0.00%30.00%
21.57%

Color #9BC88C in popluar number systems.

HEX9BC88C
Decimal155200140
Binary100110111100100010001100
Octal233310214

Shades and tints

Shades of #9BC88C

#9BC88C
(155,200,140)
#8DB680
(141,182,128)
#7FA474
(127,164,116)
#719268
(113,146,104)
#63805C
(99,128,92)
#556E50
(85,110,80)
#475C44
(71,92,68)
#394A38
(57,74,56)
#2B382C
(43,56,44)
#1D2620
(29,38,32)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9BC88C

#9BC88C
(155,200,140)
#A4CD96
(164,205,150)
#ADD2A0
(173,210,160)
#B6D7AA
(182,215,170)
#BFDCB4
(191,220,180)
#C8E1BE
(200,225,190)
#D1E6C8
(209,230,200)
#DAEBD2
(218,235,210)
#E3F0DC
(227,240,220)
#ECF5E6
(236,245,230)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC88C; }

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

This text font color is #9BC88C.


Background Color

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

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

This div background color is #9BC88C.


Border color

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

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

This div border color is #9BC88C.


Opacity

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

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

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

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

This text has shadow with #9BC88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC88C on black background.


Color preview on white background

This text has color #9BC88C on white background.



Black color preview on #9BC88C background

This text has black color on #9BC88C background.


White color preview on #9BC88C background

This text has white color on #9BC88C background.