COLOR #9BBB8D

HEX: #9BBB8D RGB: (155,187,141)

Color info

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

RGB color model

#9BBB8D color RGB value is (155,187,141).

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

RGB channels and saturation

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

155
187
141

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

Portions of RGB colors in percentages

R + G + B = 155 + 187 + 141 = 483 (100%)
R 155 of 483 ~ 32.09%
G 187 of 483 ~ 38.72%
B 141 of 483 ~ 29.19'%

%32.09
%38.72
%29.19

CMYK color model

#9BBB8D color CMYK value is (17,0,25,27).

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

CMYK: (17,0,25,27)
C17M0Y25K27 (17%, 0%, 25%, 27%)
(0.17 / 0.00 / 0.25 / 0.27)

CMYK percentages

%17.11
%0
%24.6
%26.67

Codes

Color #9BBB8D in popluar color models

9B BB 8D
RGB 155 187 141
HSL 102° 25.27% 64.31%
HSB/HSV 102° 24.60% 73.33%
CMYK 17.11% 0.00% 24.60%
26.67%

Color #9BBB8D in popluar number systems.

HEX 9B BB 8D
Decimal 155 187 141
Binary 10011011 10111011 10001101
Octal 233 273 215

Shades and tints

Shades of #9BBB8D

#9BBB8D
(155,187,141)
#8DAA81
(141,170,129)
#7F9975
(127,153,117)
#718869
(113,136,105)
#63775D
(99,119,93)
#556651
(85,102,81)
#475545
(71,85,69)
#394439
(57,68,57)
#2B332D
(43,51,45)
#1D2221
(29,34,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9BBB8D

#9BBB8D
(155,187,141)
#A4C197
(164,193,151)
#ADC7A1
(173,199,161)
#B6CDAB
(182,205,171)
#BFD3B5
(191,211,181)
#C8D9BF
(200,217,191)
#D1DFC9
(209,223,201)
#DAE5D3
(218,229,211)
#E3EBDD
(227,235,221)
#ECF1E7
(236,241,231)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBB8D; }

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

This text font color is #9BBB8D.

Background Color

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

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

This div background color is #9BBB8D.

Border color

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

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

This div border color is #9BBB8D.

Opacity

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

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

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

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

This text has shadow with #9BBB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBB8D.

Preview

Color preview on black background

This text has color #9BBB8D on black background.


Color preview on white background

This text has color #9BBB8D on white background.


Black color preview on #9BBB8D background

This text has black color on #9BBB8D background.


White color preview on #9BBB8D background

This text has white color on #9BBB8D background.


Related colors

Complementary color

Complementary color for #hex is #644472.


I love getcolorcode.com

Triadic colors

1 #8D9BBB and #BB8D9B with #9BBB8D are triadic colors.

2 #8DBB9B and #BB9B8D with #9BBB8D are triadic colors.