COLOR #9BC0A0

HEX: #9BC0A0
RGB: (155,192,160)

Color info

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

RGB color model

#9BC0A0 color RGB value is (155,192,160).

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

RGB channels and saturation

R 155 of 255 = 61%
G 192 of 255 = 75%
B 160 of 255 = 63%

155
192
160

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

Portions of RGB colors in percentages

R + G + B =
155 + 192 + 160 = 507 (100%)
R 155 of 507 ~ 30.57%
G 192 of 507 ~ 37.87%
B 160 of 507 ~ 31.56%

%30.57
%37.87
%31.56

CMYK color model

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

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(19,0,17,25)
C19M0Y17K25 
(19%,0%,17%,25%)
(0.19/0.00/0.17/0.25)	

CMYK percentages

%19.27
%0
%16.67
%24.71

Codes

Color #9BC0A0 in popluar color models

9BC0A0
RGB155192160
HSL128°22.70%68.04%
HSB/HSV128°19.27%75.29%
CMYK19.27%0.00%16.67%
24.71%

Color #9BC0A0 in popluar number systems.

HEX9BC0A0
Decimal155192160
Binary100110111100000010100000
Octal233300240

Shades and tints

Shades of #9BC0A0

#9BC0A0
(155,192,160)
#8DAF92
(141,175,146)
#7F9E84
(127,158,132)
#718D76
(113,141,118)
#637C68
(99,124,104)
#556B5A
(85,107,90)
#475A4C
(71,90,76)
#39493E
(57,73,62)
#2B3830
(43,56,48)
#1D2722
(29,39,34)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #9BC0A0

#9BC0A0
(155,192,160)
#A4C5A8
(164,197,168)
#ADCAB0
(173,202,176)
#B6CFB8
(182,207,184)
#BFD4C0
(191,212,192)
#C8D9C8
(200,217,200)
#D1DED0
(209,222,208)
#DAE3D8
(218,227,216)
#E3E8E0
(227,232,224)
#ECEDE8
(236,237,232)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC0A0; }

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

This text font color is #9BC0A0.


Background Color

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

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

This div background color is #9BC0A0.


Border color

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

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

This div border color is #9BC0A0.


Opacity

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

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

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

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

This text has shadow with #9BC0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC0A0 on black background.


Color preview on white background

This text has color #9BC0A0 on white background.



Black color preview on #9BC0A0 background

This text has black color on #9BC0A0 background.


White color preview on #9BC0A0 background

This text has white color on #9BC0A0 background.