COLOR #9BC788

HEX: #9BC788 RGB: (155,199,136)

Color info

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

RGB color model

#9BC788 color RGB value is (155,199,136).

RGB: (155,199,136) (61%, 78%, 53%)

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 136 of 255 = 53%

155
199
136

R + G + B ~ 64%. #9BC788 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 199 + 136 = 490 (100%)
R 155 of 490 ~ 31.63%
G 199 of 490 ~ 40.61%
B 136 of 490 ~ 27.76'%

%31.63
%40.61
%27.76

CMYK color model

#9BC788 color CMYK value is (22,0,32,22).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK: (22,0,32,22) C22M0Y32K22 (22%,0%,32%,22%) (0.22/0.00/0.32/0.22) 

CMYK percentages

%22.11
%0
%31.66
%21.96

Codes

Color #9BC788 in popluar color models

9B C7 88
RGB 155 199 136
HSL 102° 36.00% 65.69%
HSB/HSV 102° 31.66% 78.04%
CMYK 22.11% 0.00% 31.66%
21.96%

Color #9BC788 in popluar number systems.

HEX 9B C7 88
Decimal 155 199 136
Binary 10011011 11000111 10001000
Octal 233 307 210

Shades and tints

Shades of #9BC788

#9BC788
(155,199,136)
#8DB57C
(141,181,124)
#7FA370
(127,163,112)
#719164
(113,145,100)
#637F58
(99,127,88)
#556D4C
(85,109,76)
#475B40
(71,91,64)
#394934
(57,73,52)
#2B3728
(43,55,40)
#1D251C
(29,37,28)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9BC788

#9BC788
(155,199,136)
#A4CC92
(164,204,146)
#ADD19C
(173,209,156)
#B6D6A6
(182,214,166)
#BFDBB0
(191,219,176)
#C8E0BA
(200,224,186)
#D1E5C4
(209,229,196)
#DAEACE
(218,234,206)
#E3EFD8
(227,239,216)
#ECF4E2
(236,244,226)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC788 color. Also use rgb(155,199,136) instead hex code.

Text Font Color

.myTextColor { color: #9BC788; }

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

This text font color is #9BC788.

Background Color

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

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

This div background color is #9BC788.

Border color

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

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

This div border color is #9BC788.

Opacity

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

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

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

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

This text has shadow with #9BC788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC788.

Preview

Color preview on black background

This text has color #9BC788 on black background.


Color preview on white background

This text has color #9BC788 on white background.


Black color preview on #9BC788 background

This text has black color on #9BC788 background.


White color preview on #9BC788 background

This text has white color on #9BC788 background.


Related colors

Complementary color

Complementary color for #hex is #643877.


I love getcolorcode.com

Triadic colors

1 #889BC7 and #C7889B with #9BC788 are triadic colors.

2 #88C79B and #C79B88 with #9BC788 are triadic colors.