COLOR #9BB090

HEX: #9BB090 RGB: (155,176,144)

Color info

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

RGB color model

#9BB090 color RGB value is (155,176,144).

RGB: (155,176,144) (61%, 69%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 144 of 255 = 56%

155
176
144

R + G + B ~ 62%. #9BB090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 176 + 144 = 475 (100%)
R 155 of 475 ~ 32.63%
G 176 of 475 ~ 37.05%
B 144 of 475 ~ 30.32'%

%32.63
%37.05
%30.32

CMYK color model

#9BB090 color CMYK value is (12,0,18,31).

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

CMYK: (12,0,18,31)
C12M0Y18K31 (12%, 0%, 18%, 31%)
(0.12 / 0.00 / 0.18 / 0.31)

CMYK percentages

%11.93
%0
%18.18
%30.98

Codes

Color #9BB090 in popluar color models

9B B0 90
RGB 155 176 144
HSL 99° 16.84% 62.75%
HSB/HSV 99° 18.18% 69.02%
CMYK 11.93% 0.00% 18.18%
30.98%

Color #9BB090 in popluar number systems.

HEX 9B B0 90
Decimal 155 176 144
Binary 10011011 10110000 10010000
Octal 233 260 220

Shades and tints

Shades of #9BB090

#9BB090
(155,176,144)
#8DA083
(141,160,131)
#7F9076
(127,144,118)
#718069
(113,128,105)
#63705C
(99,112,92)
#55604F
(85,96,79)
#475042
(71,80,66)
#394035
(57,64,53)
#2B3028
(43,48,40)
#1D201B
(29,32,27)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #9BB090

#9BB090
(155,176,144)
#A4B79A
(164,183,154)
#ADBEA4
(173,190,164)
#B6C5AE
(182,197,174)
#BFCCB8
(191,204,184)
#C8D3C2
(200,211,194)
#D1DACC
(209,218,204)
#DAE1D6
(218,225,214)
#E3E8E0
(227,232,224)
#ECEFEA
(236,239,234)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB090; }

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

This text font color is #9BB090.

Background Color

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

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

This div background color is #9BB090.

Border color

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

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

This div border color is #9BB090.

Opacity

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

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

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

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

This text has shadow with #9BB090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB090.

Preview

Color preview on black background

This text has color #9BB090 on black background.


Color preview on white background

This text has color #9BB090 on white background.


Black color preview on #9BB090 background

This text has black color on #9BB090 background.


White color preview on #9BB090 background

This text has white color on #9BB090 background.


Related colors

Complementary color

Complementary color for #hex is #644F6F.


I love getcolorcode.com

Triadic colors

1 #909BB0 and #B0909B with #9BB090 are triadic colors.

2 #90B09B and #B09B90 with #9BB090 are triadic colors.