COLOR #9BD686

HEX: #9BD686
RGB: (155,214,134)

Color info

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

RGB color model

#9BD686 color RGB value is (155,214,134).

  • red value is 155;
  • green value is 214;
  • blue value is 134.
RGB:
(155,214,134)
(61%,84%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 134 of 255 = 53%

155
214
134

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

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 134 = 503 (100%)
R 155 of 503 ~ 30.82%
G 214 of 503 ~ 42.54%
B 134 of 503 ~ 26.64%

%30.82
%42.54
%26.64

CMYK color model

#9BD686 color CMYK value is (28,0,37,16).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 37.38%
  • key color value is 16.08%
CMYK:
(28,0,37,16)
C28M0Y37K16 
(28%,0%,37%,16%)
(0.28/0.00/0.37/0.16)	

CMYK percentages

%27.57
%0
%37.38
%16.08

Codes

Color #9BD686 in popluar color models

9BD686
RGB155214134
HSL104°49.38%68.24%
HSB/HSV104°37.38%83.92%
CMYK27.57%0.00%37.38%
16.08%

Color #9BD686 in popluar number systems.

HEX9BD686
Decimal155214134
Binary100110111101011010000110
Octal233326206

Shades and tints

Shades of #9BD686

#9BD686
(155,214,134)
#8DC37A
(141,195,122)
#7FB06E
(127,176,110)
#719D62
(113,157,98)
#638A56
(99,138,86)
#55774A
(85,119,74)
#47643E
(71,100,62)
#395132
(57,81,50)
#2B3E26
(43,62,38)
#1D2B1A
(29,43,26)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #9BD686

#9BD686
(155,214,134)
#A4D991
(164,217,145)
#ADDC9C
(173,220,156)
#B6DFA7
(182,223,167)
#BFE2B2
(191,226,178)
#C8E5BD
(200,229,189)
#D1E8C8
(209,232,200)
#DAEBD3
(218,235,211)
#E3EEDE
(227,238,222)
#ECF1E9
(236,241,233)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD686; }

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

This text font color is #9BD686.


Background Color

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

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

This div background color is #9BD686.


Border color

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

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

This div border color is #9BD686.


Opacity

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

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

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

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

This text has shadow with #9BD686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD686 on black background.


Color preview on white background

This text has color #9BD686 on white background.



Black color preview on #9BD686 background

This text has black color on #9BD686 background.


White color preview on #9BD686 background

This text has white color on #9BD686 background.