COLOR #9BBB99

HEX: #9BBB99 RGB: (155,187,153)

Color info

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

RGB color model

#9BBB99 color RGB value is (155,187,153).

RGB: (155,187,153) (61%, 73%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 153 of 255 = 60%

155
187
153

R + G + B ~ 65%. #9BBB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 187 + 153 = 495 (100%)
R 155 of 495 ~ 31.31%
G 187 of 495 ~ 37.78%
B 153 of 495 ~ 30.91'%

%31.31
%37.78
%30.91

CMYK color model

#9BBB99 color CMYK value is (17,0,18,27).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%

CMYK: (17,0,18,27)
C17M0Y18K27 (17%, 0%, 18%, 27%)
(0.17 / 0.00 / 0.18 / 0.27)

CMYK percentages

%17.11
%0
%18.18
%26.67

Codes

Color #9BBB99 in popluar color models

9B BB 99
RGB 155 187 153
HSL 116° 20.00% 66.67%
HSB/HSV 116° 18.18% 73.33%
CMYK 17.11% 0.00% 18.18%
26.67%

Color #9BBB99 in popluar number systems.

HEX 9B BB 99
Decimal 155 187 153
Binary 10011011 10111011 10011001
Octal 233 273 231

Shades and tints

Shades of #9BBB99

#9BBB99
(155,187,153)
#8DAA8C
(141,170,140)
#7F997F
(127,153,127)
#718872
(113,136,114)
#637765
(99,119,101)
#556658
(85,102,88)
#47554B
(71,85,75)
#39443E
(57,68,62)
#2B3331
(43,51,49)
#1D2224
(29,34,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #9BBB99

#9BBB99
(155,187,153)
#A4C1A2
(164,193,162)
#ADC7AB
(173,199,171)
#B6CDB4
(182,205,180)
#BFD3BD
(191,211,189)
#C8D9C6
(200,217,198)
#D1DFCF
(209,223,207)
#DAE5D8
(218,229,216)
#E3EBE1
(227,235,225)
#ECF1EA
(236,241,234)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBB99; }

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

This text font color is #9BBB99.

Background Color

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

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

This div background color is #9BBB99.

Border color

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

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

This div border color is #9BBB99.

Opacity

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

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

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

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

This text has shadow with #9BBB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBB99.

Preview

Color preview on black background

This text has color #9BBB99 on black background.


Color preview on white background

This text has color #9BBB99 on white background.


Black color preview on #9BBB99 background

This text has black color on #9BBB99 background.


White color preview on #9BBB99 background

This text has white color on #9BBB99 background.


Related colors

Complementary color

Complementary color for #hex is #644466.


I love getcolorcode.com

Triadic colors

1 #999BBB and #BB999B with #9BBB99 are triadic colors.

2 #99BB9B and #BB9B99 with #9BBB99 are triadic colors.