COLOR #9BCC9B

HEX: #9BCC9B
RGB: (155,204,155)

Color info

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

RGB color model

#9BCC9B color RGB value is (155,204,155).

  • red value is 155;
  • green value is 204;
  • blue value is 155.
RGB:
(155,204,155)
(61%,80%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 155 of 255 = 61%

155
204
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 204 + 155 = 514 (100%)
R 155 of 514 ~ 30.16%
G 204 of 514 ~ 39.69%
B 155 of 514 ~ 30.16%

%30.16
%39.69
%30.16

CMYK color model

#9BCC9B color CMYK value is (24,0,24,20).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(24,0,24,20)
C24M0Y24K20 
(24%,0%,24%,20%)
(0.24/0.00/0.24/0.20)	

CMYK percentages

%24.02
%0
%24.02
%20

Codes

Color #9BCC9B in popluar color models

9BCC9B
RGB155204155
HSL120°32.45%70.39%
HSB/HSV120°24.02%80.00%
CMYK24.02%0.00%24.02%
20.00%

Color #9BCC9B in popluar number systems.

HEX9BCC9B
Decimal155204155
Binary100110111100110010011011
Octal233314233

Shades and tints

Shades of #9BCC9B

#9BCC9B
(155,204,155)
#8DBA8D
(141,186,141)
#7FA87F
(127,168,127)
#719671
(113,150,113)
#638463
(99,132,99)
#557255
(85,114,85)
#476047
(71,96,71)
#394E39
(57,78,57)
#2B3C2B
(43,60,43)
#1D2A1D
(29,42,29)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #9BCC9B

#9BCC9B
(155,204,155)
#A4D0A4
(164,208,164)
#ADD4AD
(173,212,173)
#B6D8B6
(182,216,182)
#BFDCBF
(191,220,191)
#C8E0C8
(200,224,200)
#D1E4D1
(209,228,209)
#DAE8DA
(218,232,218)
#E3ECE3
(227,236,227)
#ECF0EC
(236,240,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCC9B; }

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

This text font color is #9BCC9B.


Background Color

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

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

This div background color is #9BCC9B.


Border color

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

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

This div border color is #9BCC9B.


Opacity

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

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

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

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

This text has shadow with #9BCC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCC9B on black background.


Color preview on white background

This text has color #9BCC9B on white background.



Black color preview on #9BCC9B background

This text has black color on #9BCC9B background.


White color preview on #9BCC9B background

This text has white color on #9BCC9B background.