COLOR #9CBC9B

HEX: #9CBC9B RGB: (156,188,155)

Color info

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

RGB color model

#9CBC9B color RGB value is (156,188,155).

RGB: (156,188,155) (61%, 74%, 61%)

RGB channels and saturation

R 156 of 255 = 61%
G 188 of 255 = 74%
B 155 of 255 = 61%

156
188
155

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

Portions of RGB colors in percentages

R + G + B = 156 + 188 + 155 = 499 (100%)
R 156 of 499 ~ 31.26%
G 188 of 499 ~ 37.68%
B 155 of 499 ~ 31.06'%

%31.26
%37.68
%31.06

CMYK color model

#9CBC9B color CMYK value is (17,0,18,26).

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

CMYK: (17,0,18,26)
C17M0Y18K26 (17%, 0%, 18%, 26%)
(0.17 / 0.00 / 0.18 / 0.26)

CMYK percentages

%17.02
%0
%17.55
%26.27

Codes

Color #9CBC9B in popluar color models

9C BC 9B
RGB 156 188 155
HSL 118° 19.76% 67.25%
HSB/HSV 118° 17.55% 73.73%
CMYK 17.02% 0.00% 17.55%
26.27%

Color #9CBC9B in popluar number systems.

HEX 9C BC 9B
Decimal 156 188 155
Binary 10011100 10111100 10011011
Octal 234 274 233

Shades and tints

Shades of #9CBC9B

#9CBC9B
(156,188,155)
#8EAB8D
(142,171,141)
#809A7F
(128,154,127)
#728971
(114,137,113)
#647863
(100,120,99)
#566755
(86,103,85)
#485647
(72,86,71)
#3A4539
(58,69,57)
#2C342B
(44,52,43)
#1E231D
(30,35,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #9CBC9B

#9CBC9B
(156,188,155)
#A5C2A4
(165,194,164)
#AEC8AD
(174,200,173)
#B7CEB6
(183,206,182)
#C0D4BF
(192,212,191)
#C9DAC8
(201,218,200)
#D2E0D1
(210,224,209)
#DBE6DA
(219,230,218)
#E4ECE3
(228,236,227)
#EDF2EC
(237,242,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBC9B; }

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

This text font color is #9CBC9B.

Background Color

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

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

This div background color is #9CBC9B.

Border color

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

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

This div border color is #9CBC9B.

Opacity

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

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

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

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

This text has shadow with #9CBC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBC9B.

Preview

Color preview on black background

This text has color #9CBC9B on black background.


Color preview on white background

This text has color #9CBC9B on white background.


Black color preview on #9CBC9B background

This text has black color on #9CBC9B background.


White color preview on #9CBC9B background

This text has white color on #9CBC9B background.


Related colors

Complementary color

Complementary color for #hex is #634364.


I love getcolorcode.com

Triadic colors

1 #9B9CBC and #BC9B9C with #9CBC9B are triadic colors.

2 #9BBC9C and #BC9C9B with #9CBC9B are triadic colors.