COLOR #9CA992

HEX: #9CA992
RGB: (156,169,146)

Color info

#9CA992 contains red, green and blue colors in about the same proportion. Web safe color of #9CA992 is #999999 (or #999).

RGB color model

#9CA992 color RGB value is (156,169,146).

  • red value is 156;
  • green value is 169;
  • blue value is 146.
RGB:
(156,169,146)
(61%,66%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 169 of 255 = 66%
B 146 of 255 = 57%

156
169
146

R + G + B ~ 61%. #9CA992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 169 + 146 = 471 (100%)
R 156 of 471 ~ 33.12%
G 169 of 471 ~ 35.88%
B 146 of 471 ~ 31%

%33.12
%35.88
%31

CMYK color model

#9CA992 color CMYK value is (8,0,14,34).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(8,0,14,34)
C8M0Y14K34 
(8%,0%,14%,34%)
(0.08/0.00/0.14/0.34)	

CMYK percentages

%7.69
%0
%13.61
%33.73

Codes

Color #9CA992 in popluar color models

9CA992
RGB156169146
HSL94°11.79%61.76%
HSB/HSV94°13.61%66.27%
CMYK7.69%0.00%13.61%
33.73%

Color #9CA992 in popluar number systems.

HEX9CA992
Decimal156169146
Binary100111001010100110010010
Octal234251222

Shades and tints

Shades of #9CA992

#9CA992
(156,169,146)
#8E9A85
(142,154,133)
#808B78
(128,139,120)
#727C6B
(114,124,107)
#646D5E
(100,109,94)
#565E51
(86,94,81)
#484F44
(72,79,68)
#3A4037
(58,64,55)
#2C312A
(44,49,42)
#1E221D
(30,34,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #9CA992

#9CA992
(156,169,146)
#A5B09B
(165,176,155)
#AEB7A4
(174,183,164)
#B7BEAD
(183,190,173)
#C0C5B6
(192,197,182)
#C9CCBF
(201,204,191)
#D2D3C8
(210,211,200)
#DBDAD1
(219,218,209)
#E4E1DA
(228,225,218)
#EDE8E3
(237,232,227)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA992 color. Also use rgb(156,169,146) instead hex code.

Text Font Color

.myTextColor { color: #9CA992; }

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

This text font color is #9CA992.


Background Color

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

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

This div background color is #9CA992.


Border color

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

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

This div border color is #9CA992.


Opacity

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

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

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

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

This text has shadow with #9CA992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA992 on black background.


Color preview on white background

This text has color #9CA992 on white background.



Black color preview on #9CA992 background

This text has black color on #9CA992 background.


White color preview on #9CA992 background

This text has white color on #9CA992 background.