COLOR #9BC9A0

HEX: #9BC9A0
RGB: (155,201,160)

Color info

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

RGB color model

#9BC9A0 color RGB value is (155,201,160).

  • red value is 155;
  • green value is 201;
  • blue value is 160.
RGB:
(155,201,160)
(61%,79%,63%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 160 of 255 = 63%

155
201
160

R + G + B ~ 68%. #9BC9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 201 + 160 = 516 (100%)
R 155 of 516 ~ 30.04%
G 201 of 516 ~ 38.95%
B 160 of 516 ~ 31.01%

%30.04
%38.95
%31.01

CMYK color model

#9BC9A0 color CMYK value is (23,0,20,21).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • key color value is 21.18%
CMYK:
(23,0,20,21)
C23M0Y20K21 
(23%,0%,20%,21%)
(0.23/0.00/0.20/0.21)	

CMYK percentages

%22.89
%0
%20.4
%21.18

Codes

Color #9BC9A0 in popluar color models

9BC9A0
RGB155201160
HSL127°29.87%69.80%
HSB/HSV127°22.89%78.82%
CMYK22.89%0.00%20.40%
21.18%

Color #9BC9A0 in popluar number systems.

HEX9BC9A0
Decimal155201160
Binary100110111100100110100000
Octal233311240

Shades and tints

Shades of #9BC9A0

#9BC9A0
(155,201,160)
#8DB792
(141,183,146)
#7FA584
(127,165,132)
#719376
(113,147,118)
#638168
(99,129,104)
#556F5A
(85,111,90)
#475D4C
(71,93,76)
#394B3E
(57,75,62)
#2B3930
(43,57,48)
#1D2722
(29,39,34)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9BC9A0

#9BC9A0
(155,201,160)
#A4CDA8
(164,205,168)
#ADD1B0
(173,209,176)
#B6D5B8
(182,213,184)
#BFD9C0
(191,217,192)
#C8DDC8
(200,221,200)
#D1E1D0
(209,225,208)
#DAE5D8
(218,229,216)
#E3E9E0
(227,233,224)
#ECEDE8
(236,237,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC9A0 color. Also use rgb(155,201,160) instead hex code.

Text Font Color

.myTextColor { color: #9BC9A0; }

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

This text font color is #9BC9A0.


Background Color

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

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

This div background color is #9BC9A0.


Border color

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

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

This div border color is #9BC9A0.


Opacity

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

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

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

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

This text has shadow with #9BC9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC9A0 on black background.


Color preview on white background

This text has color #9BC9A0 on white background.



Black color preview on #9BC9A0 background

This text has black color on #9BC9A0 background.


White color preview on #9BC9A0 background

This text has white color on #9BC9A0 background.