COLOR #9BDD96

HEX: #9BDD96
RGB: (155,221,150)

Color info

#9BDD96 contains mainly green color. Web safe color of #9BDD96 is #99CC99 (or #9C9).

RGB color model

#9BDD96 color RGB value is (155,221,150).

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

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 150 of 255 = 59%

155
221
150

R + G + B ~ 69%. #9BDD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 221 + 150 = 526 (100%)
R 155 of 526 ~ 29.47%
G 221 of 526 ~ 42.02%
B 150 of 526 ~ 28.52%

%29.47
%42.02
%28.52

CMYK color model

#9BDD96 color CMYK value is (30,0,32,13).

  • cyan value is 29.86%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(30,0,32,13)
C30M0Y32K13 
(30%,0%,32%,13%)
(0.30/0.00/0.32/0.13)	

CMYK percentages

%29.86
%0
%32.13
%13.33

Codes

Color #9BDD96 in popluar color models

9BDD96
RGB155221150
HSL116°51.08%72.75%
HSB/HSV116°32.13%86.67%
CMYK29.86%0.00%32.13%
13.33%

Color #9BDD96 in popluar number systems.

HEX9BDD96
Decimal155221150
Binary100110111101110110010110
Octal233335226

Shades and tints

Shades of #9BDD96

#9BDD96
(155,221,150)
#8DC989
(141,201,137)
#7FB57C
(127,181,124)
#71A16F
(113,161,111)
#638D62
(99,141,98)
#557955
(85,121,85)
#476548
(71,101,72)
#39513B
(57,81,59)
#2B3D2E
(43,61,46)
#1D2921
(29,41,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9BDD96

#9BDD96
(155,221,150)
#A4E09F
(164,224,159)
#ADE3A8
(173,227,168)
#B6E6B1
(182,230,177)
#BFE9BA
(191,233,186)
#C8ECC3
(200,236,195)
#D1EFCC
(209,239,204)
#DAF2D5
(218,242,213)
#E3F5DE
(227,245,222)
#ECF8E7
(236,248,231)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDD96; }

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

This text font color is #9BDD96.


Background Color

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

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

This div background color is #9BDD96.


Border color

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

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

This div border color is #9BDD96.


Opacity

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

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

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

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

This text has shadow with #9BDD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDD96 on black background.


Color preview on white background

This text has color #9BDD96 on white background.



Black color preview on #9BDD96 background

This text has black color on #9BDD96 background.


White color preview on #9BDD96 background

This text has white color on #9BDD96 background.