COLOR #9BC197

HEX: #9BC197 RGB: (155,193,151)

Color info

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

RGB color model

#9BC197 color RGB value is (155,193,151).

RGB: (155,193,151) (61%, 76%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 151 of 255 = 59%

155
193
151

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

Portions of RGB colors in percentages

R + G + B = 155 + 193 + 151 = 499 (100%)
R 155 of 499 ~ 31.06%
G 193 of 499 ~ 38.68%
B 151 of 499 ~ 30.26'%

%31.06
%38.68
%30.26

CMYK color model

#9BC197 color CMYK value is (20,0,22,24).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%

CMYK: (20,0,22,24)
C20M0Y22K24 (20%, 0%, 22%, 24%)
(0.20 / 0.00 / 0.22 / 0.24)

CMYK percentages

%19.69
%0
%21.76
%24.31

Codes

Color #9BC197 in popluar color models

9B C1 97
RGB 155 193 151
HSL 114° 25.30% 67.45%
HSB/HSV 114° 21.76% 75.69%
CMYK 19.69% 0.00% 21.76%
24.31%

Color #9BC197 in popluar number systems.

HEX 9B C1 97
Decimal 155 193 151
Binary 10011011 11000001 10010111
Octal 233 301 227

Shades and tints

Shades of #9BC197

#9BC197
(155,193,151)
#8DB08A
(141,176,138)
#7F9F7D
(127,159,125)
#718E70
(113,142,112)
#637D63
(99,125,99)
#556C56
(85,108,86)
#475B49
(71,91,73)
#394A3C
(57,74,60)
#2B392F
(43,57,47)
#1D2822
(29,40,34)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9BC197

#9BC197
(155,193,151)
#A4C6A0
(164,198,160)
#ADCBA9
(173,203,169)
#B6D0B2
(182,208,178)
#BFD5BB
(191,213,187)
#C8DAC4
(200,218,196)
#D1DFCD
(209,223,205)
#DAE4D6
(218,228,214)
#E3E9DF
(227,233,223)
#ECEEE8
(236,238,232)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC197 color. Also use rgb(155,193,151) instead hex code.

Text Font Color

.myTextColor { color: #9BC197; }

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

This text font color is #9BC197.

Background Color

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

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

This div background color is #9BC197.

Border color

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

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

This div border color is #9BC197.

Opacity

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

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

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

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

This text has shadow with #9BC197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC197.

Preview

Color preview on black background

This text has color #9BC197 on black background.


Color preview on white background

This text has color #9BC197 on white background.


Black color preview on #9BC197 background

This text has black color on #9BC197 background.


White color preview on #9BC197 background

This text has white color on #9BC197 background.


Related colors

Complementary color

Complementary color for #hex is #643E68.


I love getcolorcode.com

Triadic colors

1 #979BC1 and #C1979B with #9BC197 are triadic colors.

2 #97C19B and #C19B97 with #9BC197 are triadic colors.