COLOR #9BC09C

HEX: #9BC09C
RGB: (155,192,156)

Color info

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

RGB color model

#9BC09C color RGB value is (155,192,156).

  • red value is 155;
  • green value is 192;
  • blue value is 156.
RGB:
(155,192,156)
(61%,75%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 192 of 255 = 75%
B 156 of 255 = 61%

155
192
156

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

Portions of RGB colors in percentages

R + G + B =
155 + 192 + 156 = 503 (100%)
R 155 of 503 ~ 30.82%
G 192 of 503 ~ 38.17%
B 156 of 503 ~ 31.01%

%30.82
%38.17
%31.01

CMYK color model

#9BC09C color CMYK value is (19,0,19,25).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(19,0,19,25)
C19M0Y19K25 
(19%,0%,19%,25%)
(0.19/0.00/0.19/0.25)	

CMYK percentages

%19.27
%0
%18.75
%24.71

Codes

Color #9BC09C in popluar color models

9BC09C
RGB155192156
HSL122°22.70%68.04%
HSB/HSV122°19.27%75.29%
CMYK19.27%0.00%18.75%
24.71%

Color #9BC09C in popluar number systems.

HEX9BC09C
Decimal155192156
Binary100110111100000010011100
Octal233300234

Shades and tints

Shades of #9BC09C

#9BC09C
(155,192,156)
#8DAF8E
(141,175,142)
#7F9E80
(127,158,128)
#718D72
(113,141,114)
#637C64
(99,124,100)
#556B56
(85,107,86)
#475A48
(71,90,72)
#39493A
(57,73,58)
#2B382C
(43,56,44)
#1D271E
(29,39,30)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #9BC09C

#9BC09C
(155,192,156)
#A4C5A5
(164,197,165)
#ADCAAE
(173,202,174)
#B6CFB7
(182,207,183)
#BFD4C0
(191,212,192)
#C8D9C9
(200,217,201)
#D1DED2
(209,222,210)
#DAE3DB
(218,227,219)
#E3E8E4
(227,232,228)
#ECEDED
(236,237,237)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC09C color. Also use rgb(155,192,156) instead hex code.

Text Font Color

.myTextColor { color: #9BC09C; }

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

This text font color is #9BC09C.


Background Color

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

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

This div background color is #9BC09C.


Border color

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

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

This div border color is #9BC09C.


Opacity

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

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

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

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

This text has shadow with #9BC09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC09C on black background.


Color preview on white background

This text has color #9BC09C on white background.



Black color preview on #9BC09C background

This text has black color on #9BC09C background.


White color preview on #9BC09C background

This text has white color on #9BC09C background.