COLOR #9CA688

HEX: #9CA688 RGB: (156,166,136)

Color info

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

RGB color model

#9CA688 color RGB value is (156,166,136).

RGB: (156,166,136) (61%, 65%, 53%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 136 of 255 = 53%

156
166
136

R + G + B ~ 60%. #9CA688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 166 + 136 = 458 (100%)
R 156 of 458 ~ 34.06%
G 166 of 458 ~ 36.24%
B 136 of 458 ~ 29.69'%

%34.06
%36.24
%29.69

CMYK color model

#9CA688 color CMYK value is (6,0,18,35).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 34.90%

CMYK: (6,0,18,35)
C6M0Y18K35 (6%, 0%, 18%, 35%)
(0.06 / 0.00 / 0.18 / 0.35)

CMYK percentages

%6.02
%0
%18.07
%34.9

Codes

Color #9CA688 in popluar color models

9C A6 88
RGB 156 166 136
HSL 80° 14.42% 59.22%
HSB/HSV 80° 18.07% 65.10%
CMYK 6.02% 0.00% 18.07%
34.90%

Color #9CA688 in popluar number systems.

HEX 9C A6 88
Decimal 156 166 136
Binary 10011100 10100110 10001000
Octal 234 246 210

Shades and tints

Shades of #9CA688

#9CA688
(156,166,136)
#8E977C
(142,151,124)
#808870
(128,136,112)
#727964
(114,121,100)
#646A58
(100,106,88)
#565B4C
(86,91,76)
#484C40
(72,76,64)
#3A3D34
(58,61,52)
#2C2E28
(44,46,40)
#1E1F1C
(30,31,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #9CA688

#9CA688
(156,166,136)
#A5AE92
(165,174,146)
#AEB69C
(174,182,156)
#B7BEA6
(183,190,166)
#C0C6B0
(192,198,176)
#C9CEBA
(201,206,186)
#D2D6C4
(210,214,196)
#DBDECE
(219,222,206)
#E4E6D8
(228,230,216)
#EDEEE2
(237,238,226)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA688 color. Also use rgb(156,166,136) instead hex code.

Text Font Color

.myTextColor { color: #9CA688; }

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

This text font color is #9CA688.

Background Color

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

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

This div background color is #9CA688.

Border color

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

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

This div border color is #9CA688.

Opacity

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

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

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

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

This text has shadow with #9CA688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA688.

Preview

Color preview on black background

This text has color #9CA688 on black background.


Color preview on white background

This text has color #9CA688 on white background.


Black color preview on #9CA688 background

This text has black color on #9CA688 background.


White color preview on #9CA688 background

This text has white color on #9CA688 background.


Related colors

Complementary color

Complementary color for #hex is #635977.


I love getcolorcode.com

Triadic colors

1 #889CA6 and #A6889C with #9CA688 are triadic colors.

2 #88A69C and #A69C88 with #9CA688 are triadic colors.