COLOR #9C9E6E

HEX: #9C9E6E RGB: (156,158,110)

Color info

#9C9E6E contains red, green and blue colors in about the same proportion. Web safe color of #9C9E6E is #999966 (or #996).

RGB color model

#9C9E6E color RGB value is (156,158,110).

RGB: (156,158,110) (61%, 62%, 43%)

RGB channels and saturation

R 156 of 255 = 61%
G 158 of 255 = 62%
B 110 of 255 = 43%

156
158
110

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

Portions of RGB colors in percentages

R + G + B = 156 + 158 + 110 = 424 (100%)
R 156 of 424 ~ 36.79%
G 158 of 424 ~ 37.26%
B 110 of 424 ~ 25.94'%

%36.79
%37.26
%25.94

CMYK color model

#9C9E6E color CMYK value is (1,0,30,38).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (1,0,30,38)
C1M0Y30K38 (1%, 0%, 30%, 38%)
(0.01 / 0.00 / 0.30 / 0.38)

CMYK percentages

%1.27
%0
%30.38
%38.04

Codes

Color #9C9E6E in popluar color models

9C 9E 6E
RGB 156 158 110
HSL 63° 19.83% 52.55%
HSB/HSV 63° 30.38% 61.96%
CMYK 1.27% 0.00% 30.38%
38.04%

Color #9C9E6E in popluar number systems.

HEX 9C 9E 6E
Decimal 156 158 110
Binary 10011100 10011110 1101110
Octal 234 236 156

Shades and tints

Shades of #9C9E6E

#9C9E6E
(156,158,110)
#8E9064
(142,144,100)
#80825A
(128,130,90)
#727450
(114,116,80)
#646646
(100,102,70)
#56583C
(86,88,60)
#484A32
(72,74,50)
#3A3C28
(58,60,40)
#2C2E1E
(44,46,30)
#1E2014
(30,32,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #9C9E6E

#9C9E6E
(156,158,110)
#A5A67B
(165,166,123)
#AEAE88
(174,174,136)
#B7B695
(183,182,149)
#C0BEA2
(192,190,162)
#C9C6AF
(201,198,175)
#D2CEBC
(210,206,188)
#DBD6C9
(219,214,201)
#E4DED6
(228,222,214)
#EDE6E3
(237,230,227)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9E6E color. Also use rgb(156,158,110) instead hex code.

Text Font Color

.myTextColor { color: #9C9E6E; }

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

This text font color is #9C9E6E.

Background Color

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

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

This div background color is #9C9E6E.

Border color

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

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

This div border color is #9C9E6E.

Opacity

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

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

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

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

This text has shadow with #9C9E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C9E6E.

Preview

Color preview on black background

This text has color #9C9E6E on black background.


Color preview on white background

This text has color #9C9E6E on white background.


Black color preview on #9C9E6E background

This text has black color on #9C9E6E background.


White color preview on #9C9E6E background

This text has white color on #9C9E6E background.


Related colors

Complementary color

Complementary color for #hex is #636191.


I love getcolorcode.com

Triadic colors

1 #6E9C9E and #9E6E9C with #9C9E6E are triadic colors.

2 #6E9E9C and #9E9C6E with #9C9E6E are triadic colors.