COLOR #9BC698

HEX: #9BC698 RGB: (155,198,152)

Color info

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

RGB color model

#9BC698 color RGB value is (155,198,152).

RGB: (155,198,152) (61%, 78%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 152 of 255 = 60%

155
198
152

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

Portions of RGB colors in percentages

R + G + B = 155 + 198 + 152 = 505 (100%)
R 155 of 505 ~ 30.69%
G 198 of 505 ~ 39.21%
B 152 of 505 ~ 30.1'%

%30.69
%39.21
%30.1

CMYK color model

#9BC698 color CMYK value is (22,0,23,22).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 22.35%
CMYK: (22,0,23,22) C22M0Y23K22 (22%,0%,23%,22%) (0.22/0.00/0.23/0.22) 

CMYK percentages

%21.72
%0
%23.23
%22.35

Codes

Color #9BC698 in popluar color models

9B C6 98
RGB 155 198 152
HSL 116° 28.75% 68.63%
HSB/HSV 116° 23.23% 77.65%
CMYK 21.72% 0.00% 23.23%
22.35%

Color #9BC698 in popluar number systems.

HEX 9B C6 98
Decimal 155 198 152
Binary 10011011 11000110 10011000
Octal 233 306 230

Shades and tints

Shades of #9BC698

#9BC698
(155,198,152)
#8DB48B
(141,180,139)
#7FA27E
(127,162,126)
#719071
(113,144,113)
#637E64
(99,126,100)
#556C57
(85,108,87)
#475A4A
(71,90,74)
#39483D
(57,72,61)
#2B3630
(43,54,48)
#1D2423
(29,36,35)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9BC698

#9BC698
(155,198,152)
#A4CBA1
(164,203,161)
#ADD0AA
(173,208,170)
#B6D5B3
(182,213,179)
#BFDABC
(191,218,188)
#C8DFC5
(200,223,197)
#D1E4CE
(209,228,206)
#DAE9D7
(218,233,215)
#E3EEE0
(227,238,224)
#ECF3E9
(236,243,233)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC698 color. Also use rgb(155,198,152) instead hex code.

Text Font Color

.myTextColor { color: #9BC698; }

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

This text font color is #9BC698.

Background Color

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

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

This div background color is #9BC698.

Border color

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

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

This div border color is #9BC698.

Opacity

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

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

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

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

This text has shadow with #9BC698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC698.

Preview

Color preview on black background

This text has color #9BC698 on black background.


Color preview on white background

This text has color #9BC698 on white background.


Black color preview on #9BC698 background

This text has black color on #9BC698 background.


White color preview on #9BC698 background

This text has white color on #9BC698 background.


Related colors

Complementary color

Complementary color for #hex is #643967.


I love getcolorcode.com

Triadic colors

1 #989BC6 and #C6989B with #9BC698 are triadic colors.

2 #98C69B and #C69B98 with #9BC698 are triadic colors.