COLOR #9CAB99

HEX: #9CAB99 RGB: (156,171,153)

Color info

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

RGB color model

#9CAB99 color RGB value is (156,171,153).

RGB: (156,171,153) (61%, 67%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 171 of 255 = 67%
B 153 of 255 = 60%

156
171
153

R + G + B ~ 63%. #9CAB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 171 + 153 = 480 (100%)
R 156 of 480 ~ 32.5%
G 171 of 480 ~ 35.63%
B 153 of 480 ~ 31.88'%

%32.5
%35.63
%31.88

CMYK color model

#9CAB99 color CMYK value is (9,0,11,33).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK: (9,0,11,33) C9M0Y11K33 (9%,0%,11%,33%) (0.09/0.00/0.11/0.33) 

CMYK percentages

%8.77
%0
%10.53
%32.94

Codes

Color #9CAB99 in popluar color models

9C AB 99
RGB 156 171 153
HSL 110° 9.68% 63.53%
HSB/HSV 110° 10.53% 67.06%
CMYK 8.77% 0.00% 10.53%
32.94%

Color #9CAB99 in popluar number systems.

HEX 9C AB 99
Decimal 156 171 153
Binary 10011100 10101011 10011001
Octal 234 253 231

Shades and tints

Shades of #9CAB99

#9CAB99
(156,171,153)
#8E9C8C
(142,156,140)
#808D7F
(128,141,127)
#727E72
(114,126,114)
#646F65
(100,111,101)
#566058
(86,96,88)
#48514B
(72,81,75)
#3A423E
(58,66,62)
#2C3331
(44,51,49)
#1E2424
(30,36,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #9CAB99

#9CAB99
(156,171,153)
#A5B2A2
(165,178,162)
#AEB9AB
(174,185,171)
#B7C0B4
(183,192,180)
#C0C7BD
(192,199,189)
#C9CEC6
(201,206,198)
#D2D5CF
(210,213,207)
#DBDCD8
(219,220,216)
#E4E3E1
(228,227,225)
#EDEAEA
(237,234,234)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAB99; }

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

This text font color is #9CAB99.

Background Color

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

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

This div background color is #9CAB99.

Border color

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

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

This div border color is #9CAB99.

Opacity

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

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

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

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

This text has shadow with #9CAB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CAB99.

Preview

Color preview on black background

This text has color #9CAB99 on black background.


Color preview on white background

This text has color #9CAB99 on white background.


Black color preview on #9CAB99 background

This text has black color on #9CAB99 background.


White color preview on #9CAB99 background

This text has white color on #9CAB99 background.


Related colors

Complementary color

Complementary color for #hex is #635466.


I love getcolorcode.com

Triadic colors

1 #999CAB and #AB999C with #9CAB99 are triadic colors.

2 #99AB9C and #AB9C99 with #9CAB99 are triadic colors.