COLOR #9BB07D

HEX: #9BB07D RGB: (155,176,125)

Color info

#9BB07D contains red, green and blue colors in about the same proportion. Web safe color of #9BB07D is #999966 (or #996).

RGB color model

#9BB07D color RGB value is (155,176,125).

RGB: (155,176,125) (61%, 69%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 125 of 255 = 49%

155
176
125

R + G + B ~ 60%. #9BB07D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 176 + 125 = 456 (100%)
R 155 of 456 ~ 33.99%
G 176 of 456 ~ 38.6%
B 125 of 456 ~ 27.41'%

%33.99
%38.6
%27.41

CMYK color model

#9BB07D color CMYK value is (12,0,29,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 30.98%

CMYK: (12,0,29,31)
C12M0Y29K31 (12%, 0%, 29%, 31%)
(0.12 / 0.00 / 0.29 / 0.31)

CMYK percentages

%11.93
%0
%28.98
%30.98

Codes

Color #9BB07D in popluar color models

9B B0 7D
RGB 155 176 125
HSL 85° 24.40% 59.02%
HSB/HSV 85° 28.98% 69.02%
CMYK 11.93% 0.00% 28.98%
30.98%

Color #9BB07D in popluar number systems.

HEX 9B B0 7D
Decimal 155 176 125
Binary 10011011 10110000 1111101
Octal 233 260 175

Shades and tints

Shades of #9BB07D

#9BB07D
(155,176,125)
#8DA072
(141,160,114)
#7F9067
(127,144,103)
#71805C
(113,128,92)
#637051
(99,112,81)
#556046
(85,96,70)
#47503B
(71,80,59)
#394030
(57,64,48)
#2B3025
(43,48,37)
#1D201A
(29,32,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #9BB07D

#9BB07D
(155,176,125)
#A4B788
(164,183,136)
#ADBE93
(173,190,147)
#B6C59E
(182,197,158)
#BFCCA9
(191,204,169)
#C8D3B4
(200,211,180)
#D1DABF
(209,218,191)
#DAE1CA
(218,225,202)
#E3E8D5
(227,232,213)
#ECEFE0
(236,239,224)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB07D; }

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

This text font color is #9BB07D.

Background Color

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

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

This div background color is #9BB07D.

Border color

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

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

This div border color is #9BB07D.

Opacity

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

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

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

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

This text has shadow with #9BB07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB07D.

Preview

Color preview on black background

This text has color #9BB07D on black background.


Color preview on white background

This text has color #9BB07D on white background.


Black color preview on #9BB07D background

This text has black color on #9BB07D background.


White color preview on #9BB07D background

This text has white color on #9BB07D background.


Related colors

Complementary color

Complementary color for #hex is #644F82.


I love getcolorcode.com

Triadic colors

1 #7D9BB0 and #B07D9B with #9BB07D are triadic colors.

2 #7DB09B and #B09B7D with #9BB07D are triadic colors.