COLOR #9CA864

HEX: #9CA864
RGB: (156,168,100)

Color info

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

RGB color model

#9CA864 color RGB value is (156,168,100).

  • red value is 156;
  • green value is 168;
  • blue value is 100.
RGB:
(156,168,100)
(61%,66%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 168 of 255 = 66%
B 100 of 255 = 39%

156
168
100

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

Portions of RGB colors in percentages

R + G + B =
156 + 168 + 100 = 424 (100%)
R 156 of 424 ~ 36.79%
G 168 of 424 ~ 39.62%
B 100 of 424 ~ 23.58%

%36.79
%39.62
%23.58

CMYK color model

#9CA864 color CMYK value is (7,0,40,34).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 34.12%
CMYK:
(7,0,40,34)
C7M0Y40K34 
(7%,0%,40%,34%)
(0.07/0.00/0.40/0.34)	

CMYK percentages

%7.14
%0
%40.48
%34.12

Codes

Color #9CA864 in popluar color models

9CA864
RGB156168100
HSL71°28.10%52.55%
HSB/HSV71°40.48%65.88%
CMYK7.14%0.00%40.48%
34.12%

Color #9CA864 in popluar number systems.

HEX9CA864
Decimal156168100
Binary10011100101010001100100
Octal234250144

Shades and tints

Shades of #9CA864

#9CA864
(156,168,100)
#8E995B
(142,153,91)
#808A52
(128,138,82)
#727B49
(114,123,73)
#646C40
(100,108,64)
#565D37
(86,93,55)
#484E2E
(72,78,46)
#3A3F25
(58,63,37)
#2C301C
(44,48,28)
#1E2113
(30,33,19)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #9CA864

#9CA864
(156,168,100)
#A5AF72
(165,175,114)
#AEB680
(174,182,128)
#B7BD8E
(183,189,142)
#C0C49C
(192,196,156)
#C9CBAA
(201,203,170)
#D2D2B8
(210,210,184)
#DBD9C6
(219,217,198)
#E4E0D4
(228,224,212)
#EDE7E2
(237,231,226)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA864 color. Also use rgb(156,168,100) instead hex code.

Text Font Color

.myTextColor { color: #9CA864; }

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

This text font color is #9CA864.


Background Color

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

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

This div background color is #9CA864.


Border color

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

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

This div border color is #9CA864.


Opacity

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

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

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

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

This text has shadow with #9CA864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA864 on black background.


Color preview on white background

This text has color #9CA864 on white background.



Black color preview on #9CA864 background

This text has black color on #9CA864 background.


White color preview on #9CA864 background

This text has white color on #9CA864 background.