COLOR #9BBE9C

HEX: #9BBE9C
RGB: (155,190,156)

Color info

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

RGB color model

#9BBE9C color RGB value is (155,190,156).

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

RGB channels and saturation

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

155
190
156

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

Portions of RGB colors in percentages

R + G + B =
155 + 190 + 156 = 501 (100%)
R 155 of 501 ~ 30.94%
G 190 of 501 ~ 37.92%
B 156 of 501 ~ 31.14%

%30.94
%37.92
%31.14

CMYK color model

#9BBE9C color CMYK value is (18,0,18,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 25.49%
CMYK:
(18,0,18,25)
C18M0Y18K25 
(18%,0%,18%,25%)
(0.18/0.00/0.18/0.25)	

CMYK percentages

%18.42
%0
%17.89
%25.49

Codes

Color #9BBE9C in popluar color models

9BBE9C
RGB155190156
HSL122°21.21%67.65%
HSB/HSV122°18.42%74.51%
CMYK18.42%0.00%17.89%
25.49%

Color #9BBE9C in popluar number systems.

HEX9BBE9C
Decimal155190156
Binary100110111011111010011100
Octal233276234

Shades and tints

Shades of #9BBE9C

#9BBE9C
(155,190,156)
#8DAD8E
(141,173,142)
#7F9C80
(127,156,128)
#718B72
(113,139,114)
#637A64
(99,122,100)
#556956
(85,105,86)
#475848
(71,88,72)
#39473A
(57,71,58)
#2B362C
(43,54,44)
#1D251E
(29,37,30)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9BBE9C

#9BBE9C
(155,190,156)
#A4C3A5
(164,195,165)
#ADC8AE
(173,200,174)
#B6CDB7
(182,205,183)
#BFD2C0
(191,210,192)
#C8D7C9
(200,215,201)
#D1DCD2
(209,220,210)
#DAE1DB
(218,225,219)
#E3E6E4
(227,230,228)
#ECEBED
(236,235,237)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBE9C; }

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

This text font color is #9BBE9C.


Background Color

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

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

This div background color is #9BBE9C.


Border color

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

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

This div border color is #9BBE9C.


Opacity

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

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

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

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

This text has shadow with #9BBE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBE9C on black background.


Color preview on white background

This text has color #9BBE9C on white background.



Black color preview on #9BBE9C background

This text has black color on #9BBE9C background.


White color preview on #9BBE9C background

This text has white color on #9BBE9C background.