COLOR #9CBC8D

HEX: #9CBC8D RGB: (156,188,141)

Color info

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

RGB color model

#9CBC8D color RGB value is (156,188,141).

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

RGB channels and saturation

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

156
188
141

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

Portions of RGB colors in percentages

R + G + B = 156 + 188 + 141 = 485 (100%)
R 156 of 485 ~ 32.16%
G 188 of 485 ~ 38.76%
B 141 of 485 ~ 29.07'%

%32.16
%38.76
%29.07

CMYK color model

#9CBC8D color CMYK value is (17,0,25,26).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK: (17,0,25,26) C17M0Y25K26 (17%,0%,25%,26%) (0.17/0.00/0.25/0.26) 

CMYK percentages

%17.02
%0
%25
%26.27

Codes

Color #9CBC8D in popluar color models

9C BC 8D
RGB 156 188 141
HSL 101° 25.97% 64.51%
HSB/HSV 101° 25.00% 73.73%
CMYK 17.02% 0.00% 25.00%
26.27%

Color #9CBC8D in popluar number systems.

HEX 9C BC 8D
Decimal 156 188 141
Binary 10011100 10111100 10001101
Octal 234 274 215

Shades and tints

Shades of #9CBC8D

#9CBC8D
(156,188,141)
#8EAB81
(142,171,129)
#809A75
(128,154,117)
#728969
(114,137,105)
#64785D
(100,120,93)
#566751
(86,103,81)
#485645
(72,86,69)
#3A4539
(58,69,57)
#2C342D
(44,52,45)
#1E2321
(30,35,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #9CBC8D

#9CBC8D
(156,188,141)
#A5C297
(165,194,151)
#AEC8A1
(174,200,161)
#B7CEAB
(183,206,171)
#C0D4B5
(192,212,181)
#C9DABF
(201,218,191)
#D2E0C9
(210,224,201)
#DBE6D3
(219,230,211)
#E4ECDD
(228,236,221)
#EDF2E7
(237,242,231)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBC8D; }

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

This text font color is #9CBC8D.

Background Color

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

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

This div background color is #9CBC8D.

Border color

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

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

This div border color is #9CBC8D.

Opacity

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

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

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

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

This text has shadow with #9CBC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBC8D.

Preview

Color preview on black background

This text has color #9CBC8D on black background.


Color preview on white background

This text has color #9CBC8D on white background.


Black color preview on #9CBC8D background

This text has black color on #9CBC8D background.


White color preview on #9CBC8D background

This text has white color on #9CBC8D background.


Related colors

Complementary color

Complementary color for #hex is #634372.


I love getcolorcode.com

Triadic colors

1 #8D9CBC and #BC8D9C with #9CBC8D are triadic colors.

2 #8DBC9C and #BC9C8D with #9CBC8D are triadic colors.