COLOR #9BD587

HEX: #9BD587 RGB: (155,213,135)

Color info

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

RGB color model

#9BD587 color RGB value is (155,213,135).

RGB: (155,213,135) (61%, 84%, 53%)

RGB channels and saturation

R 155 of 255 = 61%
G 213 of 255 = 84%
B 135 of 255 = 53%

155
213
135

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

Portions of RGB colors in percentages

R + G + B = 155 + 213 + 135 = 503 (100%)
R 155 of 503 ~ 30.82%
G 213 of 503 ~ 42.35%
B 135 of 503 ~ 26.84'%

%30.82
%42.35
%26.84

CMYK color model

#9BD587 color CMYK value is (27,0,37,16).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 16.47%

CMYK: (27,0,37,16)
C27M0Y37K16 (27%, 0%, 37%, 16%)
(0.27 / 0.00 / 0.37 / 0.16)

CMYK percentages

%27.23
%0
%36.62
%16.47

Codes

Color #9BD587 in popluar color models

9B D5 87
RGB 155 213 135
HSL 105° 48.15% 68.24%
HSB/HSV 105° 36.62% 83.53%
CMYK 27.23% 0.00% 36.62%
16.47%

Color #9BD587 in popluar number systems.

HEX 9B D5 87
Decimal 155 213 135
Binary 10011011 11010101 10000111
Octal 233 325 207

Shades and tints

Shades of #9BD587

#9BD587
(155,213,135)
#8DC27B
(141,194,123)
#7FAF6F
(127,175,111)
#719C63
(113,156,99)
#638957
(99,137,87)
#55764B
(85,118,75)
#47633F
(71,99,63)
#395033
(57,80,51)
#2B3D27
(43,61,39)
#1D2A1B
(29,42,27)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #9BD587

#9BD587
(155,213,135)
#A4D891
(164,216,145)
#ADDB9B
(173,219,155)
#B6DEA5
(182,222,165)
#BFE1AF
(191,225,175)
#C8E4B9
(200,228,185)
#D1E7C3
(209,231,195)
#DAEACD
(218,234,205)
#E3EDD7
(227,237,215)
#ECF0E1
(236,240,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD587; }

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

This text font color is #9BD587.

Background Color

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

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

This div background color is #9BD587.

Border color

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

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

This div border color is #9BD587.

Opacity

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

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

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

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

This text has shadow with #9BD587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD587.

Preview

Color preview on black background

This text has color #9BD587 on black background.


Color preview on white background

This text has color #9BD587 on white background.


Black color preview on #9BD587 background

This text has black color on #9BD587 background.


White color preview on #9BD587 background

This text has white color on #9BD587 background.


Related colors

Complementary color

Complementary color for #hex is #642A78.


I love getcolorcode.com

Triadic colors

1 #879BD5 and #D5879B with #9BD587 are triadic colors.

2 #87D59B and #D59B87 with #9BD587 are triadic colors.