COLOR #9BBB8B

HEX: #9BBB8B RGB: (155,187,139)

Color info

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

RGB color model

#9BBB8B color RGB value is (155,187,139).

RGB: (155,187,139) (61%, 73%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 139 of 255 = 55%

155
187
139

R + G + B ~ 63%. #9BBB8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 187 + 139 = 481 (100%)
R 155 of 481 ~ 32.22%
G 187 of 481 ~ 38.88%
B 139 of 481 ~ 28.9'%

%32.22
%38.88
%28.9

CMYK color model

#9BBB8B color CMYK value is (17,0,26,27).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK: (17,0,26,27) C17M0Y26K27 (17%,0%,26%,27%) (0.17/0.00/0.26/0.27) 

CMYK percentages

%17.11
%0
%25.67
%26.67

Codes

Color #9BBB8B in popluar color models

9B BB 8B
RGB 155 187 139
HSL 100° 26.09% 63.92%
HSB/HSV 100° 25.67% 73.33%
CMYK 17.11% 0.00% 25.67%
26.67%

Color #9BBB8B in popluar number systems.

HEX 9B BB 8B
Decimal 155 187 139
Binary 10011011 10111011 10001011
Octal 233 273 213

Shades and tints

Shades of #9BBB8B

#9BBB8B
(155,187,139)
#8DAA7F
(141,170,127)
#7F9973
(127,153,115)
#718867
(113,136,103)
#63775B
(99,119,91)
#55664F
(85,102,79)
#475543
(71,85,67)
#394437
(57,68,55)
#2B332B
(43,51,43)
#1D221F
(29,34,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #9BBB8B

#9BBB8B
(155,187,139)
#A4C195
(164,193,149)
#ADC79F
(173,199,159)
#B6CDA9
(182,205,169)
#BFD3B3
(191,211,179)
#C8D9BD
(200,217,189)
#D1DFC7
(209,223,199)
#DAE5D1
(218,229,209)
#E3EBDB
(227,235,219)
#ECF1E5
(236,241,229)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBB8B; }

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

This text font color is #9BBB8B.

Background Color

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

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

This div background color is #9BBB8B.

Border color

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

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

This div border color is #9BBB8B.

Opacity

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

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

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

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

This text has shadow with #9BBB8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBB8B.

Preview

Color preview on black background

This text has color #9BBB8B on black background.


Color preview on white background

This text has color #9BBB8B on white background.


Black color preview on #9BBB8B background

This text has black color on #9BBB8B background.


White color preview on #9BBB8B background

This text has white color on #9BBB8B background.


Related colors

Complementary color

Complementary color for #hex is #644474.


I love getcolorcode.com

Triadic colors

1 #8B9BBB and #BB8B9B with #9BBB8B are triadic colors.

2 #8BBB9B and #BB9B8B with #9BBB8B are triadic colors.