COLOR #9CA498

HEX: #9CA498
RGB: (156,164,152)

Color info

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

RGB color model

#9CA498 color RGB value is (156,164,152).

  • red value is 156;
  • green value is 164;
  • blue value is 152.
RGB:
(156,164,152)
(61%,64%,60%)

RGB channels and saturation

R 156 of 255 = 61%
G 164 of 255 = 64%
B 152 of 255 = 60%

156
164
152

R + G + B ~ 62%. #9CA498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 164 + 152 = 472 (100%)
R 156 of 472 ~ 33.05%
G 164 of 472 ~ 34.75%
B 152 of 472 ~ 32.2%

%33.05
%34.75
%32.2

CMYK color model

#9CA498 color CMYK value is (5,0,7,36).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(5,0,7,36)
C5M0Y7K36 
(5%,0%,7%,36%)
(0.05/0.00/0.07/0.36)	

CMYK percentages

%4.88
%0
%7.32
%35.69

Codes

Color #9CA498 in popluar color models

9CA498
RGB156164152
HSL100°6.19%61.96%
HSB/HSV100°7.32%64.31%
CMYK4.88%0.00%7.32%
35.69%

Color #9CA498 in popluar number systems.

HEX9CA498
Decimal156164152
Binary100111001010010010011000
Octal234244230

Shades and tints

Shades of #9CA498

#9CA498
(156,164,152)
#8E968B
(142,150,139)
#80887E
(128,136,126)
#727A71
(114,122,113)
#646C64
(100,108,100)
#565E57
(86,94,87)
#48504A
(72,80,74)
#3A423D
(58,66,61)
#2C3430
(44,52,48)
#1E2623
(30,38,35)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #9CA498

#9CA498
(156,164,152)
#A5ACA1
(165,172,161)
#AEB4AA
(174,180,170)
#B7BCB3
(183,188,179)
#C0C4BC
(192,196,188)
#C9CCC5
(201,204,197)
#D2D4CE
(210,212,206)
#DBDCD7
(219,220,215)
#E4E4E0
(228,228,224)
#EDECE9
(237,236,233)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA498 color. Also use rgb(156,164,152) instead hex code.

Text Font Color

.myTextColor { color: #9CA498; }

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

This text font color is #9CA498.


Background Color

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

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

This div background color is #9CA498.


Border color

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

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

This div border color is #9CA498.


Opacity

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

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

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

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

This text has shadow with #9CA498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA498 on black background.


Color preview on white background

This text has color #9CA498 on white background.



Black color preview on #9CA498 background

This text has black color on #9CA498 background.


White color preview on #9CA498 background

This text has white color on #9CA498 background.