COLOR #9CB79E

HEX: #9CB79E
RGB: (156,183,158)

Color info

#9CB79E contains red, green and blue colors in about the same proportion. Web safe color of #9CB79E is #99CC99 (or #9C9).

RGB color model

#9CB79E color RGB value is (156,183,158).

  • red value is 156;
  • green value is 183;
  • blue value is 158.
RGB:
(156,183,158)
(61%,72%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 183 of 255 = 72%
B 158 of 255 = 62%

156
183
158

R + G + B ~ 65%. #9CB79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 183 + 158 = 497 (100%)
R 156 of 497 ~ 31.39%
G 183 of 497 ~ 36.82%
B 158 of 497 ~ 31.79%

%31.39
%36.82
%31.79

CMYK color model

#9CB79E color CMYK value is (15,0,14,28).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(15,0,14,28)
C15M0Y14K28 
(15%,0%,14%,28%)
(0.15/0.00/0.14/0.28)	

CMYK percentages

%14.75
%0
%13.66
%28.24

Codes

Color #9CB79E in popluar color models

9CB79E
RGB156183158
HSL124°15.79%66.47%
HSB/HSV124°14.75%71.76%
CMYK14.75%0.00%13.66%
28.24%

Color #9CB79E in popluar number systems.

HEX9CB79E
Decimal156183158
Binary100111001011011110011110
Octal234267236

Shades and tints

Shades of #9CB79E

#9CB79E
(156,183,158)
#8EA790
(142,167,144)
#809782
(128,151,130)
#728774
(114,135,116)
#647766
(100,119,102)
#566758
(86,103,88)
#48574A
(72,87,74)
#3A473C
(58,71,60)
#2C372E
(44,55,46)
#1E2720
(30,39,32)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #9CB79E

#9CB79E
(156,183,158)
#A5BDA6
(165,189,166)
#AEC3AE
(174,195,174)
#B7C9B6
(183,201,182)
#C0CFBE
(192,207,190)
#C9D5C6
(201,213,198)
#D2DBCE
(210,219,206)
#DBE1D6
(219,225,214)
#E4E7DE
(228,231,222)
#EDEDE6
(237,237,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB79E; }

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

This text font color is #9CB79E.


Background Color

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

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

This div background color is #9CB79E.


Border color

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

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

This div border color is #9CB79E.


Opacity

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

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

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

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

This text has shadow with #9CB79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB79E on black background.


Color preview on white background

This text has color #9CB79E on white background.



Black color preview on #9CB79E background

This text has black color on #9CB79E background.


White color preview on #9CB79E background

This text has white color on #9CB79E background.