COLOR #9CAB6D

HEX: #9CAB6D
RGB: (156,171,109)

Color info

#9CAB6D contains mainly red and green colors. Web safe color of #9CAB6D is #999966 (or #996).

RGB color model

#9CAB6D color RGB value is (156,171,109).

  • red value is 156;
  • green value is 171;
  • blue value is 109.
RGB:
(156,171,109)
(61%,67%,43%)

RGB channels and saturation

R 156 of 255 = 61%
G 171 of 255 = 67%
B 109 of 255 = 43%

156
171
109

R + G + B ~ 57%. #9CAB6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 171 + 109 = 436 (100%)
R 156 of 436 ~ 35.78%
G 171 of 436 ~ 39.22%
B 109 of 436 ~ 25%

%35.78
%39.22
%25

CMYK color model

#9CAB6D color CMYK value is (9,0,36,33).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 32.94%
CMYK:
(9,0,36,33)
C9M0Y36K33 
(9%,0%,36%,33%)
(0.09/0.00/0.36/0.33)	

CMYK percentages

%8.77
%0
%36.26
%32.94

Codes

Color #9CAB6D in popluar color models

9CAB6D
RGB156171109
HSL75°26.96%54.90%
HSB/HSV75°36.26%67.06%
CMYK8.77%0.00%36.26%
32.94%

Color #9CAB6D in popluar number systems.

HEX9CAB6D
Decimal156171109
Binary10011100101010111101101
Octal234253155

Shades and tints

Shades of #9CAB6D

#9CAB6D
(156,171,109)
#8E9C64
(142,156,100)
#808D5B
(128,141,91)
#727E52
(114,126,82)
#646F49
(100,111,73)
#566040
(86,96,64)
#485137
(72,81,55)
#3A422E
(58,66,46)
#2C3325
(44,51,37)
#1E241C
(30,36,28)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #9CAB6D

#9CAB6D
(156,171,109)
#A5B27A
(165,178,122)
#AEB987
(174,185,135)
#B7C094
(183,192,148)
#C0C7A1
(192,199,161)
#C9CEAE
(201,206,174)
#D2D5BB
(210,213,187)
#DBDCC8
(219,220,200)
#E4E3D5
(228,227,213)
#EDEAE2
(237,234,226)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CAB6D color. Also use rgb(156,171,109) instead hex code.

Text Font Color

.myTextColor { color: #9CAB6D; }

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

This text font color is #9CAB6D.


Background Color

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

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

This div background color is #9CAB6D.


Border color

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

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

This div border color is #9CAB6D.


Opacity

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

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

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

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

This text has shadow with #9CAB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAB6D on black background.


Color preview on white background

This text has color #9CAB6D on white background.



Black color preview on #9CAB6D background

This text has black color on #9CAB6D background.


White color preview on #9CAB6D background

This text has white color on #9CAB6D background.