COLOR #9BBF9B

HEX: #9BBF9B
RGB: (155,191,155)

Color info

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

RGB color model

#9BBF9B color RGB value is (155,191,155).

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

RGB channels and saturation

R 155 of 255 = 61%
G 191 of 255 = 75%
B 155 of 255 = 61%

155
191
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 191 + 155 = 501 (100%)
R 155 of 501 ~ 30.94%
G 191 of 501 ~ 38.12%
B 155 of 501 ~ 30.94%

%30.94
%38.12
%30.94

CMYK color model

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

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

CMYK percentages

%18.85
%0
%18.85
%25.1

Codes

Color #9BBF9B in popluar color models

9BBF9B
RGB155191155
HSL120°21.95%67.84%
HSB/HSV120°18.85%74.90%
CMYK18.85%0.00%18.85%
25.10%

Color #9BBF9B in popluar number systems.

HEX9BBF9B
Decimal155191155
Binary100110111011111110011011
Octal233277233

Shades and tints

Shades of #9BBF9B

#9BBF9B
(155,191,155)
#8DAE8D
(141,174,141)
#7F9D7F
(127,157,127)
#718C71
(113,140,113)
#637B63
(99,123,99)
#556A55
(85,106,85)
#475947
(71,89,71)
#394839
(57,72,57)
#2B372B
(43,55,43)
#1D261D
(29,38,29)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #9BBF9B

#9BBF9B
(155,191,155)
#A4C4A4
(164,196,164)
#ADC9AD
(173,201,173)
#B6CEB6
(182,206,182)
#BFD3BF
(191,211,191)
#C8D8C8
(200,216,200)
#D1DDD1
(209,221,209)
#DAE2DA
(218,226,218)
#E3E7E3
(227,231,227)
#ECECEC
(236,236,236)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBF9B; }

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

This text font color is #9BBF9B.


Background Color

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

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

This div background color is #9BBF9B.


Border color

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

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

This div border color is #9BBF9B.


Opacity

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

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

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

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

This text has shadow with #9BBF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBF9B on black background.


Color preview on white background

This text has color #9BBF9B on white background.



Black color preview on #9BBF9B background

This text has black color on #9BBF9B background.


White color preview on #9BBF9B background

This text has white color on #9BBF9B background.