COLOR #9CA790

HEX: #9CA790 RGB: (156,167,144)

Color info

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

RGB color model

#9CA790 color RGB value is (156,167,144).

RGB: (156,167,144) (61%, 65%, 56%)

RGB channels and saturation

R 156 of 255 = 61%
G 167 of 255 = 65%
B 144 of 255 = 56%

156
167
144

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

Portions of RGB colors in percentages

R + G + B = 156 + 167 + 144 = 467 (100%)
R 156 of 467 ~ 33.4%
G 167 of 467 ~ 35.76%
B 144 of 467 ~ 30.84'%

%33.4
%35.76
%30.84

CMYK color model

#9CA790 color CMYK value is (7,0,14,35).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 34.51%

CMYK: (7,0,14,35)
C7M0Y14K35 (7%, 0%, 14%, 35%)
(0.07 / 0.00 / 0.14 / 0.35)

CMYK percentages

%6.59
%0
%13.77
%34.51

Codes

Color #9CA790 in popluar color models

9C A7 90
RGB 156 167 144
HSL 89° 11.56% 60.98%
HSB/HSV 89° 13.77% 65.49%
CMYK 6.59% 0.00% 13.77%
34.51%

Color #9CA790 in popluar number systems.

HEX 9C A7 90
Decimal 156 167 144
Binary 10011100 10100111 10010000
Octal 234 247 220

Shades and tints

Shades of #9CA790

#9CA790
(156,167,144)
#8E9883
(142,152,131)
#808976
(128,137,118)
#727A69
(114,122,105)
#646B5C
(100,107,92)
#565C4F
(86,92,79)
#484D42
(72,77,66)
#3A3E35
(58,62,53)
#2C2F28
(44,47,40)
#1E201B
(30,32,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #9CA790

#9CA790
(156,167,144)
#A5AF9A
(165,175,154)
#AEB7A4
(174,183,164)
#B7BFAE
(183,191,174)
#C0C7B8
(192,199,184)
#C9CFC2
(201,207,194)
#D2D7CC
(210,215,204)
#DBDFD6
(219,223,214)
#E4E7E0
(228,231,224)
#EDEFEA
(237,239,234)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA790 color. Also use rgb(156,167,144) instead hex code.

Text Font Color

.myTextColor { color: #9CA790; }

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

This text font color is #9CA790.

Background Color

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

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

This div background color is #9CA790.

Border color

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

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

This div border color is #9CA790.

Opacity

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

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

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

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

This text has shadow with #9CA790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA790.

Preview

Color preview on black background

This text has color #9CA790 on black background.


Color preview on white background

This text has color #9CA790 on white background.


Black color preview on #9CA790 background

This text has black color on #9CA790 background.


White color preview on #9CA790 background

This text has white color on #9CA790 background.


Related colors

Complementary color

Complementary color for #hex is #63586F.


I love getcolorcode.com

Triadic colors

1 #909CA7 and #A7909C with #9CA790 are triadic colors.

2 #90A79C and #A79C90 with #9CA790 are triadic colors.