COLOR #9CA299

HEX: #9CA299 RGB: (156,162,153)

Color info

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

RGB color model

#9CA299 color RGB value is (156,162,153).

RGB: (156,162,153) (61%, 64%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 162 of 255 = 64%
B 153 of 255 = 60%

156
162
153

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

Portions of RGB colors in percentages

R + G + B = 156 + 162 + 153 = 471 (100%)
R 156 of 471 ~ 33.12%
G 162 of 471 ~ 34.39%
B 153 of 471 ~ 32.48'%

%33.12
%34.39
%32.48

CMYK color model

#9CA299 color CMYK value is (4,0,6,36).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%

CMYK: (4,0,6,36)
C4M0Y6K36 (4%, 0%, 6%, 36%)
(0.04 / 0.00 / 0.06 / 0.36)

CMYK percentages

%3.7
%0
%5.56
%36.47

Codes

Color #9CA299 in popluar color models

9C A2 99
RGB 156 162 153
HSL 100° 4.62% 61.76%
HSB/HSV 100° 5.56% 63.53%
CMYK 3.70% 0.00% 5.56%
36.47%

Color #9CA299 in popluar number systems.

HEX 9C A2 99
Decimal 156 162 153
Binary 10011100 10100010 10011001
Octal 234 242 231

Shades and tints

Shades of #9CA299

#9CA299
(156,162,153)
#8E948C
(142,148,140)
#80867F
(128,134,127)
#727872
(114,120,114)
#646A65
(100,106,101)
#565C58
(86,92,88)
#484E4B
(72,78,75)
#3A403E
(58,64,62)
#2C3231
(44,50,49)
#1E2424
(30,36,36)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #9CA299

#9CA299
(156,162,153)
#A5AAA2
(165,170,162)
#AEB2AB
(174,178,171)
#B7BAB4
(183,186,180)
#C0C2BD
(192,194,189)
#C9CAC6
(201,202,198)
#D2D2CF
(210,210,207)
#DBDAD8
(219,218,216)
#E4E2E1
(228,226,225)
#EDEAEA
(237,234,234)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA299 color. Also use rgb(156,162,153) instead hex code.

Text Font Color

.myTextColor { color: #9CA299; }

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

This text font color is #9CA299.

Background Color

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

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

This div background color is #9CA299.

Border color

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

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

This div border color is #9CA299.

Opacity

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

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

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

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

This text has shadow with #9CA299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA299.

Preview

Color preview on black background

This text has color #9CA299 on black background.


Color preview on white background

This text has color #9CA299 on white background.


Black color preview on #9CA299 background

This text has black color on #9CA299 background.


White color preview on #9CA299 background

This text has white color on #9CA299 background.


Related colors

Complementary color

Complementary color for #hex is #635D66.


I love getcolorcode.com

Triadic colors

1 #999CA2 and #A2999C with #9CA299 are triadic colors.

2 #99A29C and #A29C99 with #9CA299 are triadic colors.