COLOR #9BBC8E

HEX: #9BBC8E RGB: (155,188,142)

Color info

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

RGB color model

#9BBC8E color RGB value is (155,188,142).

RGB: (155,188,142) (61%, 74%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 142 of 255 = 56%

155
188
142

R + G + B ~ 64%. #9BBC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 142 = 485 (100%)
R 155 of 485 ~ 31.96%
G 188 of 485 ~ 38.76%
B 142 of 485 ~ 29.28'%

%31.96
%38.76
%29.28

CMYK color model

#9BBC8E color CMYK value is (18,0,24,26).

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

CMYK: (18,0,24,26)
C18M0Y24K26 (18%, 0%, 24%, 26%)
(0.18 / 0.00 / 0.24 / 0.26)

CMYK percentages

%17.55
%0
%24.47
%26.27

Codes

Color #9BBC8E in popluar color models

9B BC 8E
RGB 155 188 142
HSL 103° 25.56% 64.71%
HSB/HSV 103° 24.47% 73.73%
CMYK 17.55% 0.00% 24.47%
26.27%

Color #9BBC8E in popluar number systems.

HEX 9B BC 8E
Decimal 155 188 142
Binary 10011011 10111100 10001110
Octal 233 274 216

Shades and tints

Shades of #9BBC8E

#9BBC8E
(155,188,142)
#8DAB82
(141,171,130)
#7F9A76
(127,154,118)
#71896A
(113,137,106)
#63785E
(99,120,94)
#556752
(85,103,82)
#475646
(71,86,70)
#39453A
(57,69,58)
#2B342E
(43,52,46)
#1D2322
(29,35,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9BBC8E

#9BBC8E
(155,188,142)
#A4C298
(164,194,152)
#ADC8A2
(173,200,162)
#B6CEAC
(182,206,172)
#BFD4B6
(191,212,182)
#C8DAC0
(200,218,192)
#D1E0CA
(209,224,202)
#DAE6D4
(218,230,212)
#E3ECDE
(227,236,222)
#ECF2E8
(236,242,232)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBC8E; }

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

This text font color is #9BBC8E.

Background Color

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

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

This div background color is #9BBC8E.

Border color

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

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

This div border color is #9BBC8E.

Opacity

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

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

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

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

This text has shadow with #9BBC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBC8E.

Preview

Color preview on black background

This text has color #9BBC8E on black background.


Color preview on white background

This text has color #9BBC8E on white background.


Black color preview on #9BBC8E background

This text has black color on #9BBC8E background.


White color preview on #9BBC8E background

This text has white color on #9BBC8E background.


Related colors

Complementary color

Complementary color for #hex is #644371.


I love getcolorcode.com

Triadic colors

1 #8E9BBC and #BC8E9B with #9BBC8E are triadic colors.

2 #8EBC9B and #BC9B8E with #9BBC8E are triadic colors.