COLOR #9CB163

HEX: #9CB163
RGB: (156,177,99)

Color info

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

RGB color model

#9CB163 color RGB value is (156,177,99).

  • red value is 156;
  • green value is 177;
  • blue value is 99.
RGB:
(156,177,99)
(61%,69%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 177 of 255 = 69%
B 99 of 255 = 39%

156
177
99

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

Portions of RGB colors in percentages

R + G + B =
156 + 177 + 99 = 432 (100%)
R 156 of 432 ~ 36.11%
G 177 of 432 ~ 40.97%
B 99 of 432 ~ 22.92%

%36.11
%40.97
%22.92

CMYK color model

#9CB163 color CMYK value is (12,0,44,31).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 30.59%
CMYK:
(12,0,44,31)
C12M0Y44K31 
(12%,0%,44%,31%)
(0.12/0.00/0.44/0.31)	

CMYK percentages

%11.86
%0
%44.07
%30.59

Codes

Color #9CB163 in popluar color models

9CB163
RGB15617799
HSL76°33.33%54.12%
HSB/HSV76°44.07%69.41%
CMYK11.86%0.00%44.07%
30.59%

Color #9CB163 in popluar number systems.

HEX9CB163
Decimal15617799
Binary10011100101100011100011
Octal234261143

Shades and tints

Shades of #9CB163

#9CB163
(156,177,99)
#8EA15A
(142,161,90)
#809151
(128,145,81)
#728148
(114,129,72)
#64713F
(100,113,63)
#566136
(86,97,54)
#48512D
(72,81,45)
#3A4124
(58,65,36)
#2C311B
(44,49,27)
#1E2112
(30,33,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #9CB163

#9CB163
(156,177,99)
#A5B871
(165,184,113)
#AEBF7F
(174,191,127)
#B7C68D
(183,198,141)
#C0CD9B
(192,205,155)
#C9D4A9
(201,212,169)
#D2DBB7
(210,219,183)
#DBE2C5
(219,226,197)
#E4E9D3
(228,233,211)
#EDF0E1
(237,240,225)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB163 color. Also use rgb(156,177,99) instead hex code.

Text Font Color

.myTextColor { color: #9CB163; }

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

This text font color is #9CB163.


Background Color

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

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

This div background color is #9CB163.


Border color

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

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

This div border color is #9CB163.


Opacity

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

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

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

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

This text has shadow with #9CB163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB163 on black background.


Color preview on white background

This text has color #9CB163 on white background.



Black color preview on #9CB163 background

This text has black color on #9CB163 background.


White color preview on #9CB163 background

This text has white color on #9CB163 background.