COLOR #9BB29B

HEX: #9BB29B
RGB: (155,178,155)

Color info

#9BB29B contains red, green and blue colors in about the same proportion. Web safe color of #9BB29B is #999999 (or #999).

RGB color model

#9BB29B color RGB value is (155,178,155).

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

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 155 of 255 = 61%

155
178
155

R + G + B ~ 64%. #9BB29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 178 + 155 = 488 (100%)
R 155 of 488 ~ 31.76%
G 178 of 488 ~ 36.48%
B 155 of 488 ~ 31.76%

%31.76
%36.48
%31.76

CMYK color model

#9BB29B color CMYK value is (13,0,13,30).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(13,0,13,30)
C13M0Y13K30 
(13%,0%,13%,30%)
(0.13/0.00/0.13/0.30)	

CMYK percentages

%12.92
%0
%12.92
%30.2

Codes

Color #9BB29B in popluar color models

9BB29B
RGB155178155
HSL120°12.99%65.29%
HSB/HSV120°12.92%69.80%
CMYK12.92%0.00%12.92%
30.20%

Color #9BB29B in popluar number systems.

HEX9BB29B
Decimal155178155
Binary100110111011001010011011
Octal233262233

Shades and tints

Shades of #9BB29B

#9BB29B
(155,178,155)
#8DA28D
(141,162,141)
#7F927F
(127,146,127)
#718271
(113,130,113)
#637263
(99,114,99)
#556255
(85,98,85)
#475247
(71,82,71)
#394239
(57,66,57)
#2B322B
(43,50,43)
#1D221D
(29,34,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9BB29B

#9BB29B
(155,178,155)
#A4B9A4
(164,185,164)
#ADC0AD
(173,192,173)
#B6C7B6
(182,199,182)
#BFCEBF
(191,206,191)
#C8D5C8
(200,213,200)
#D1DCD1
(209,220,209)
#DAE3DA
(218,227,218)
#E3EAE3
(227,234,227)
#ECF1EC
(236,241,236)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB29B; }

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

This text font color is #9BB29B.


Background Color

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

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

This div background color is #9BB29B.


Border color

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

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

This div border color is #9BB29B.


Opacity

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

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

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

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

This text has shadow with #9BB29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB29B on black background.


Color preview on white background

This text has color #9BB29B on white background.



Black color preview on #9BB29B background

This text has black color on #9BB29B background.


White color preview on #9BB29B background

This text has white color on #9BB29B background.