COLOR #9DBE96

HEX: #9DBE96
RGB: (157,190,150)

Color info

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

RGB color model

#9DBE96 color RGB value is (157,190,150).

  • red value is 157;
  • green value is 190;
  • blue value is 150.
RGB:
(157,190,150)
(62%,75%,59%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 150 of 255 = 59%

157
190
150

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

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 150 = 497 (100%)
R 157 of 497 ~ 31.59%
G 190 of 497 ~ 38.23%
B 150 of 497 ~ 30.18%

%31.59
%38.23
%30.18

CMYK color model

#9DBE96 color CMYK value is (17,0,21,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(17,0,21,25)
C17M0Y21K25 
(17%,0%,21%,25%)
(0.17/0.00/0.21/0.25)	

CMYK percentages

%17.37
%0
%21.05
%25.49

Codes

Color #9DBE96 in popluar color models

9DBE96
RGB157190150
HSL110°23.53%66.67%
HSB/HSV110°21.05%74.51%
CMYK17.37%0.00%21.05%
25.49%

Color #9DBE96 in popluar number systems.

HEX9DBE96
Decimal157190150
Binary100111011011111010010110
Octal235276226

Shades and tints

Shades of #9DBE96

#9DBE96
(157,190,150)
#8FAD89
(143,173,137)
#819C7C
(129,156,124)
#738B6F
(115,139,111)
#657A62
(101,122,98)
#576955
(87,105,85)
#495848
(73,88,72)
#3B473B
(59,71,59)
#2D362E
(45,54,46)
#1F2521
(31,37,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #9DBE96

#9DBE96
(157,190,150)
#A5C39F
(165,195,159)
#ADC8A8
(173,200,168)
#B5CDB1
(181,205,177)
#BDD2BA
(189,210,186)
#C5D7C3
(197,215,195)
#CDDCCC
(205,220,204)
#D5E1D5
(213,225,213)
#DDE6DE
(221,230,222)
#E5EBE7
(229,235,231)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBE96 color. Also use rgb(157,190,150) instead hex code.

Text Font Color

.myTextColor { color: #9DBE96; }

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

This text font color is #9DBE96.


Background Color

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

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

This div background color is #9DBE96.


Border color

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

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

This div border color is #9DBE96.


Opacity

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

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

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

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

This text has shadow with #9DBE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBE96 on black background.


Color preview on white background

This text has color #9DBE96 on white background.



Black color preview on #9DBE96 background

This text has black color on #9DBE96 background.


White color preview on #9DBE96 background

This text has white color on #9DBE96 background.