COLOR #9CBE8D

HEX: #9CBE8D
RGB: (156,190,141)

Color info

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

RGB color model

#9CBE8D color RGB value is (156,190,141).

  • red value is 156;
  • green value is 190;
  • blue value is 141.
RGB:
(156,190,141)
(61%,75%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 141 of 255 = 55%

156
190
141

R + G + B ~ 64%. #9CBE8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 141 = 487 (100%)
R 156 of 487 ~ 32.03%
G 190 of 487 ~ 39.01%
B 141 of 487 ~ 28.95%

%32.03
%39.01
%28.95

CMYK color model

#9CBE8D color CMYK value is (18,0,26,25).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(18,0,26,25)
C18M0Y26K25 
(18%,0%,26%,25%)
(0.18/0.00/0.26/0.25)	

CMYK percentages

%17.89
%0
%25.79
%25.49

Codes

Color #9CBE8D in popluar color models

9CBE8D
RGB156190141
HSL102°27.37%64.90%
HSB/HSV102°25.79%74.51%
CMYK17.89%0.00%25.79%
25.49%

Color #9CBE8D in popluar number systems.

HEX9CBE8D
Decimal156190141
Binary100111001011111010001101
Octal234276215

Shades and tints

Shades of #9CBE8D

#9CBE8D
(156,190,141)
#8EAD81
(142,173,129)
#809C75
(128,156,117)
#728B69
(114,139,105)
#647A5D
(100,122,93)
#566951
(86,105,81)
#485845
(72,88,69)
#3A4739
(58,71,57)
#2C362D
(44,54,45)
#1E2521
(30,37,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9CBE8D

#9CBE8D
(156,190,141)
#A5C397
(165,195,151)
#AEC8A1
(174,200,161)
#B7CDAB
(183,205,171)
#C0D2B5
(192,210,181)
#C9D7BF
(201,215,191)
#D2DCC9
(210,220,201)
#DBE1D3
(219,225,211)
#E4E6DD
(228,230,221)
#EDEBE7
(237,235,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBE8D color. Also use rgb(156,190,141) instead hex code.

Text Font Color

.myTextColor { color: #9CBE8D; }

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

This text font color is #9CBE8D.


Background Color

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

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

This div background color is #9CBE8D.


Border color

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

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

This div border color is #9CBE8D.


Opacity

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

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

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

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

This text has shadow with #9CBE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBE8D on black background.


Color preview on white background

This text has color #9CBE8D on white background.



Black color preview on #9CBE8D background

This text has black color on #9CBE8D background.


White color preview on #9CBE8D background

This text has white color on #9CBE8D background.