COLOR #9BBC8D

HEX: #9BBC8D RGB: (155,188,141)

Color info

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

RGB color model

#9BBC8D color RGB value is (155,188,141).

RGB: (155,188,141) (61%, 74%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 141 of 255 = 55%

155
188
141

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

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 141 = 484 (100%)
R 155 of 484 ~ 32.02%
G 188 of 484 ~ 38.84%
B 141 of 484 ~ 29.13'%

%32.02
%38.84
%29.13

CMYK color model

#9BBC8D color CMYK value is (18,0,25,26).

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 26.27%

CMYK: (18,0,25,26)
C18M0Y25K26 (18%, 0%, 25%, 26%)
(0.18 / 0.00 / 0.25 / 0.26)

CMYK percentages

%17.55
%0
%25
%26.27

Codes

Color #9BBC8D in popluar color models

9B BC 8D
RGB 155 188 141
HSL 102° 25.97% 64.51%
HSB/HSV 102° 25.00% 73.73%
CMYK 17.55% 0.00% 25.00%
26.27%

Color #9BBC8D in popluar number systems.

HEX 9B BC 8D
Decimal 155 188 141
Binary 10011011 10111100 10001101
Octal 233 274 215

Shades and tints

Shades of #9BBC8D

#9BBC8D
(155,188,141)
#8DAB81
(141,171,129)
#7F9A75
(127,154,117)
#718969
(113,137,105)
#63785D
(99,120,93)
#556751
(85,103,81)
#475645
(71,86,69)
#394539
(57,69,57)
#2B342D
(43,52,45)
#1D2321
(29,35,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9BBC8D

#9BBC8D
(155,188,141)
#A4C297
(164,194,151)
#ADC8A1
(173,200,161)
#B6CEAB
(182,206,171)
#BFD4B5
(191,212,181)
#C8DABF
(200,218,191)
#D1E0C9
(209,224,201)
#DAE6D3
(218,230,211)
#E3ECDD
(227,236,221)
#ECF2E7
(236,242,231)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBC8D; }

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

This text font color is #9BBC8D.

Background Color

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

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

This div background color is #9BBC8D.

Border color

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

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

This div border color is #9BBC8D.

Opacity

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

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

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

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

This text has shadow with #9BBC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBC8D.

Preview

Color preview on black background

This text has color #9BBC8D on black background.


Color preview on white background

This text has color #9BBC8D on white background.


Black color preview on #9BBC8D background

This text has black color on #9BBC8D background.


White color preview on #9BBC8D background

This text has white color on #9BBC8D background.


Related colors

Complementary color

Complementary color for #hex is #644372.


I love getcolorcode.com

Triadic colors

1 #8D9BBC and #BC8D9B with #9BBC8D are triadic colors.

2 #8DBC9B and #BC9B8D with #9BBC8D are triadic colors.