COLOR #9ECF93

HEX: #9ECF93
RGB: (158,207,147)

Color info

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

RGB color model

#9ECF93 color RGB value is (158,207,147).

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

RGB channels and saturation

R 158 of 255 = 62%
G 207 of 255 = 81%
B 147 of 255 = 58%

158
207
147

R + G + B ~ 67%. #9ECF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 207 + 147 = 512 (100%)
R 158 of 512 ~ 30.86%
G 207 of 512 ~ 40.43%
B 147 of 512 ~ 28.71%

%30.86
%40.43
%28.71

CMYK color model

#9ECF93 color CMYK value is (24,0,29,19).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%
CMYK:
(24,0,29,19)
C24M0Y29K19 
(24%,0%,29%,19%)
(0.24/0.00/0.29/0.19)	

CMYK percentages

%23.67
%0
%28.99
%18.82

Codes

Color #9ECF93 in popluar color models

9ECF93
RGB158207147
HSL109°38.46%69.41%
HSB/HSV109°28.99%81.18%
CMYK23.67%0.00%28.99%
18.82%

Color #9ECF93 in popluar number systems.

HEX9ECF93
Decimal158207147
Binary100111101100111110010011
Octal236317223

Shades and tints

Shades of #9ECF93

#9ECF93
(158,207,147)
#90BD86
(144,189,134)
#82AB79
(130,171,121)
#74996C
(116,153,108)
#66875F
(102,135,95)
#587552
(88,117,82)
#4A6345
(74,99,69)
#3C5138
(60,81,56)
#2E3F2B
(46,63,43)
#202D1E
(32,45,30)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #9ECF93

#9ECF93
(158,207,147)
#A6D39C
(166,211,156)
#AED7A5
(174,215,165)
#B6DBAE
(182,219,174)
#BEDFB7
(190,223,183)
#C6E3C0
(198,227,192)
#CEE7C9
(206,231,201)
#D6EBD2
(214,235,210)
#DEEFDB
(222,239,219)
#E6F3E4
(230,243,228)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECF93; }

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

This text font color is #9ECF93.


Background Color

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

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

This div background color is #9ECF93.


Border color

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

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

This div border color is #9ECF93.


Opacity

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

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

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

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

This text has shadow with #9ECF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECF93 on black background.


Color preview on white background

This text has color #9ECF93 on white background.



Black color preview on #9ECF93 background

This text has black color on #9ECF93 background.


White color preview on #9ECF93 background

This text has white color on #9ECF93 background.