COLOR #9ECF8D

HEX: #9ECF8D
RGB: (158,207,141)

Color info

#9ECF8D contains mainly red and green colors. Web safe color of #9ECF8D is #99CC99 (or #9C9).

RGB color model

#9ECF8D color RGB value is (158,207,141).

  • red value is 158;
  • green value is 207;
  • blue value is 141.
RGB:
(158,207,141)
(62%,81%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 207 of 255 = 81%
B 141 of 255 = 55%

158
207
141

R + G + B ~ 66%. #9ECF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 207 + 141 = 506 (100%)
R 158 of 506 ~ 31.23%
G 207 of 506 ~ 40.91%
B 141 of 506 ~ 27.87%

%31.23
%40.91
%27.87

CMYK color model

#9ECF8D color CMYK value is (24,0,32,19).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 18.82%
CMYK:
(24,0,32,19)
C24M0Y32K19 
(24%,0%,32%,19%)
(0.24/0.00/0.32/0.19)	

CMYK percentages

%23.67
%0
%31.88
%18.82

Codes

Color #9ECF8D in popluar color models

9ECF8D
RGB158207141
HSL105°40.74%68.24%
HSB/HSV105°31.88%81.18%
CMYK23.67%0.00%31.88%
18.82%

Color #9ECF8D in popluar number systems.

HEX9ECF8D
Decimal158207141
Binary100111101100111110001101
Octal236317215

Shades and tints

Shades of #9ECF8D

#9ECF8D
(158,207,141)
#90BD81
(144,189,129)
#82AB75
(130,171,117)
#749969
(116,153,105)
#66875D
(102,135,93)
#587551
(88,117,81)
#4A6345
(74,99,69)
#3C5139
(60,81,57)
#2E3F2D
(46,63,45)
#202D21
(32,45,33)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #9ECF8D

#9ECF8D
(158,207,141)
#A6D397
(166,211,151)
#AED7A1
(174,215,161)
#B6DBAB
(182,219,171)
#BEDFB5
(190,223,181)
#C6E3BF
(198,227,191)
#CEE7C9
(206,231,201)
#D6EBD3
(214,235,211)
#DEEFDD
(222,239,221)
#E6F3E7
(230,243,231)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECF8D color. Also use rgb(158,207,141) instead hex code.

Text Font Color

.myTextColor { color: #9ECF8D; }

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

This text font color is #9ECF8D.


Background Color

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

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

This div background color is #9ECF8D.


Border color

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

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

This div border color is #9ECF8D.


Opacity

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

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

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

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

This text has shadow with #9ECF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECF8D on black background.


Color preview on white background

This text has color #9ECF8D on white background.



Black color preview on #9ECF8D background

This text has black color on #9ECF8D background.


White color preview on #9ECF8D background

This text has white color on #9ECF8D background.