COLOR #9BB780

HEX: #9BB780 RGB: (155,183,128)

Color info

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

RGB color model

#9BB780 color RGB value is (155,183,128).

RGB: (155,183,128) (61%, 72%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 128 of 255 = 50%

155
183
128

R + G + B ~ 61%. #9BB780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 183 + 128 = 466 (100%)
R 155 of 466 ~ 33.26%
G 183 of 466 ~ 39.27%
B 128 of 466 ~ 27.47'%

%33.26
%39.27
%27.47

CMYK color model

#9BB780 color CMYK value is (15,0,30,28).

  • cyan value is 15.30%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%

CMYK: (15,0,30,28)
C15M0Y30K28 (15%, 0%, 30%, 28%)
(0.15 / 0.00 / 0.30 / 0.28)

CMYK percentages

%15.3
%0
%30.05
%28.24

Codes

Color #9BB780 in popluar color models

9B B7 80
RGB 155 183 128
HSL 91° 27.64% 60.98%
HSB/HSV 91° 30.05% 71.76%
CMYK 15.30% 0.00% 30.05%
28.24%

Color #9BB780 in popluar number systems.

HEX 9B B7 80
Decimal 155 183 128
Binary 10011011 10110111 10000000
Octal 233 267 200

Shades and tints

Shades of #9BB780

#9BB780
(155,183,128)
#8DA775
(141,167,117)
#7F976A
(127,151,106)
#71875F
(113,135,95)
#637754
(99,119,84)
#556749
(85,103,73)
#47573E
(71,87,62)
#394733
(57,71,51)
#2B3728
(43,55,40)
#1D271D
(29,39,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9BB780

#9BB780
(155,183,128)
#A4BD8B
(164,189,139)
#ADC396
(173,195,150)
#B6C9A1
(182,201,161)
#BFCFAC
(191,207,172)
#C8D5B7
(200,213,183)
#D1DBC2
(209,219,194)
#DAE1CD
(218,225,205)
#E3E7D8
(227,231,216)
#ECEDE3
(236,237,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB780; }

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

This text font color is #9BB780.

Background Color

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

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

This div background color is #9BB780.

Border color

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

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

This div border color is #9BB780.

Opacity

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

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

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

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

This text has shadow with #9BB780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB780.

Preview

Color preview on black background

This text has color #9BB780 on black background.


Color preview on white background

This text has color #9BB780 on white background.


Black color preview on #9BB780 background

This text has black color on #9BB780 background.


White color preview on #9BB780 background

This text has white color on #9BB780 background.


Related colors

Complementary color

Complementary color for #hex is #64487F.


I love getcolorcode.com

Triadic colors

1 #809BB7 and #B7809B with #9BB780 are triadic colors.

2 #80B79B and #B79B80 with #9BB780 are triadic colors.