COLOR #9ECF7D

HEX: #9ECF7D RGB: (158,207,125)

Color info

#9ECF7D contains mainly red and green colors. Web safe color of #9ECF7D is #99CC66 (or #9C6).

RGB color model

#9ECF7D color RGB value is (158,207,125).

RGB: (158,207,125) (62%, 81%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 207 of 255 = 81%
B 125 of 255 = 49%

158
207
125

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

Portions of RGB colors in percentages

R + G + B = 158 + 207 + 125 = 490 (100%)
R 158 of 490 ~ 32.24%
G 207 of 490 ~ 42.24%
B 125 of 490 ~ 25.51'%

%32.24
%42.24
%25.51

CMYK color model

#9ECF7D color CMYK value is (24,0,40,19).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 39.61%
  • key color value is 18.82%

CMYK: (24,0,40,19)
C24M0Y40K19 (24%, 0%, 40%, 19%)
(0.24 / 0.00 / 0.40 / 0.19)

CMYK percentages

%23.67
%0
%39.61
%18.82

Codes

Color #9ECF7D in popluar color models

9E CF 7D
RGB 158 207 125
HSL 96° 46.07% 65.10%
HSB/HSV 96° 39.61% 81.18%
CMYK 23.67% 0.00% 39.61%
18.82%

Color #9ECF7D in popluar number systems.

HEX 9E CF 7D
Decimal 158 207 125
Binary 10011110 11001111 1111101
Octal 236 317 175

Shades and tints

Shades of #9ECF7D

#9ECF7D
(158,207,125)
#90BD72
(144,189,114)
#82AB67
(130,171,103)
#74995C
(116,153,92)
#668751
(102,135,81)
#587546
(88,117,70)
#4A633B
(74,99,59)
#3C5130
(60,81,48)
#2E3F25
(46,63,37)
#202D1A
(32,45,26)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #9ECF7D

#9ECF7D
(158,207,125)
#A6D388
(166,211,136)
#AED793
(174,215,147)
#B6DB9E
(182,219,158)
#BEDFA9
(190,223,169)
#C6E3B4
(198,227,180)
#CEE7BF
(206,231,191)
#D6EBCA
(214,235,202)
#DEEFD5
(222,239,213)
#E6F3E0
(230,243,224)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECF7D; }

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

This text font color is #9ECF7D.

Background Color

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

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

This div background color is #9ECF7D.

Border color

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

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

This div border color is #9ECF7D.

Opacity

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

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

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

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

This text has shadow with #9ECF7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECF7D.

Preview

Color preview on black background

This text has color #9ECF7D on black background.


Color preview on white background

This text has color #9ECF7D on white background.


Black color preview on #9ECF7D background

This text has black color on #9ECF7D background.


White color preview on #9ECF7D background

This text has white color on #9ECF7D background.


Related colors

Complementary color

Complementary color for #hex is #613082.


I love getcolorcode.com

Triadic colors

1 #7D9ECF and #CF7D9E with #9ECF7D are triadic colors.

2 #7DCF9E and #CF9E7D with #9ECF7D are triadic colors.