COLOR #9BC896

HEX: #9BC896
RGB: (155,200,150)

Color info

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

RGB color model

#9BC896 color RGB value is (155,200,150).

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

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 150 of 255 = 59%

155
200
150

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

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 150 = 505 (100%)
R 155 of 505 ~ 30.69%
G 200 of 505 ~ 39.6%
B 150 of 505 ~ 29.7%

%30.69
%39.6
%29.7

CMYK color model

#9BC896 color CMYK value is (23,0,25,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(23,0,25,22)
C23M0Y25K22 
(23%,0%,25%,22%)
(0.23/0.00/0.25/0.22)	

CMYK percentages

%22.5
%0
%25
%21.57

Codes

Color #9BC896 in popluar color models

9BC896
RGB155200150
HSL114°31.25%68.63%
HSB/HSV114°25.00%78.43%
CMYK22.50%0.00%25.00%
21.57%

Color #9BC896 in popluar number systems.

HEX9BC896
Decimal155200150
Binary100110111100100010010110
Octal233310226

Shades and tints

Shades of #9BC896

#9BC896
(155,200,150)
#8DB689
(141,182,137)
#7FA47C
(127,164,124)
#71926F
(113,146,111)
#638062
(99,128,98)
#556E55
(85,110,85)
#475C48
(71,92,72)
#394A3B
(57,74,59)
#2B382E
(43,56,46)
#1D2621
(29,38,33)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9BC896

#9BC896
(155,200,150)
#A4CD9F
(164,205,159)
#ADD2A8
(173,210,168)
#B6D7B1
(182,215,177)
#BFDCBA
(191,220,186)
#C8E1C3
(200,225,195)
#D1E6CC
(209,230,204)
#DAEBD5
(218,235,213)
#E3F0DE
(227,240,222)
#ECF5E7
(236,245,231)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC896; }

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

This text font color is #9BC896.


Background Color

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

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

This div background color is #9BC896.


Border color

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

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

This div border color is #9BC896.


Opacity

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

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

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

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

This text has shadow with #9BC896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC896 on black background.


Color preview on white background

This text has color #9BC896 on white background.



Black color preview on #9BC896 background

This text has black color on #9BC896 background.


White color preview on #9BC896 background

This text has white color on #9BC896 background.