COLOR #9BBC9C

HEX: #9BBC9C
RGB: (155,188,156)

Color info

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

RGB color model

#9BBC9C color RGB value is (155,188,156).

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

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 156 of 255 = 61%

155
188
156

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

Portions of RGB colors in percentages

R + G + B =
155 + 188 + 156 = 499 (100%)
R 155 of 499 ~ 31.06%
G 188 of 499 ~ 37.68%
B 156 of 499 ~ 31.26%

%31.06
%37.68
%31.26

CMYK color model

#9BBC9C color CMYK value is (18,0,17,26).

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(18,0,17,26)
C18M0Y17K26 
(18%,0%,17%,26%)
(0.18/0.00/0.17/0.26)	

CMYK percentages

%17.55
%0
%17.02
%26.27

Codes

Color #9BBC9C in popluar color models

9BBC9C
RGB155188156
HSL122°19.76%67.25%
HSB/HSV122°17.55%73.73%
CMYK17.55%0.00%17.02%
26.27%

Color #9BBC9C in popluar number systems.

HEX9BBC9C
Decimal155188156
Binary100110111011110010011100
Octal233274234

Shades and tints

Shades of #9BBC9C

#9BBC9C
(155,188,156)
#8DAB8E
(141,171,142)
#7F9A80
(127,154,128)
#718972
(113,137,114)
#637864
(99,120,100)
#556756
(85,103,86)
#475648
(71,86,72)
#39453A
(57,69,58)
#2B342C
(43,52,44)
#1D231E
(29,35,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #9BBC9C

#9BBC9C
(155,188,156)
#A4C2A5
(164,194,165)
#ADC8AE
(173,200,174)
#B6CEB7
(182,206,183)
#BFD4C0
(191,212,192)
#C8DAC9
(200,218,201)
#D1E0D2
(209,224,210)
#DAE6DB
(218,230,219)
#E3ECE4
(227,236,228)
#ECF2ED
(236,242,237)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBC9C; }

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

This text font color is #9BBC9C.


Background Color

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

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

This div background color is #9BBC9C.


Border color

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

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

This div border color is #9BBC9C.


Opacity

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

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

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

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

This text has shadow with #9BBC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBC9C on black background.


Color preview on white background

This text has color #9BBC9C on white background.



Black color preview on #9BBC9C background

This text has black color on #9BBC9C background.


White color preview on #9BBC9C background

This text has white color on #9BBC9C background.