COLOR #9ECB95

HEX: #9ECB95 RGB: (158,203,149)

Color info

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

RGB color model

#9ECB95 color RGB value is (158,203,149).

RGB: (158,203,149) (62%, 80%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 203 of 255 = 80%
B 149 of 255 = 58%

158
203
149

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

Portions of RGB colors in percentages

R + G + B = 158 + 203 + 149 = 510 (100%)
R 158 of 510 ~ 30.98%
G 203 of 510 ~ 39.8%
B 149 of 510 ~ 29.22'%

%30.98
%39.8
%29.22

CMYK color model

#9ECB95 color CMYK value is (22,0,27,20).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 20.39%

CMYK: (22,0,27,20)
C22M0Y27K20 (22%, 0%, 27%, 20%)
(0.22 / 0.00 / 0.27 / 0.20)

CMYK percentages

%22.17
%0
%26.6
%20.39

Codes

Color #9ECB95 in popluar color models

9E CB 95
RGB 158 203 149
HSL 110° 34.18% 69.02%
HSB/HSV 110° 26.60% 79.61%
CMYK 22.17% 0.00% 26.60%
20.39%

Color #9ECB95 in popluar number systems.

HEX 9E CB 95
Decimal 158 203 149
Binary 10011110 11001011 10010101
Octal 236 313 225

Shades and tints

Shades of #9ECB95

#9ECB95
(158,203,149)
#90B988
(144,185,136)
#82A77B
(130,167,123)
#74956E
(116,149,110)
#668361
(102,131,97)
#587154
(88,113,84)
#4A5F47
(74,95,71)
#3C4D3A
(60,77,58)
#2E3B2D
(46,59,45)
#202920
(32,41,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9ECB95

#9ECB95
(158,203,149)
#A6CF9E
(166,207,158)
#AED3A7
(174,211,167)
#B6D7B0
(182,215,176)
#BEDBB9
(190,219,185)
#C6DFC2
(198,223,194)
#CEE3CB
(206,227,203)
#D6E7D4
(214,231,212)
#DEEBDD
(222,235,221)
#E6EFE6
(230,239,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECB95 color. Also use rgb(158,203,149) instead hex code.

Text Font Color

.myTextColor { color: #9ECB95; }

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

This text font color is #9ECB95.

Background Color

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

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

This div background color is #9ECB95.

Border color

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

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

This div border color is #9ECB95.

Opacity

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

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

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

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

This text has shadow with #9ECB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECB95.

Preview

Color preview on black background

This text has color #9ECB95 on black background.


Color preview on white background

This text has color #9ECB95 on white background.


Black color preview on #9ECB95 background

This text has black color on #9ECB95 background.


White color preview on #9ECB95 background

This text has white color on #9ECB95 background.


Related colors

Complementary color

Complementary color for #hex is #61346A.


I love getcolorcode.com

Triadic colors

1 #959ECB and #CB959E with #9ECB95 are triadic colors.

2 #95CB9E and #CB9E95 with #9ECB95 are triadic colors.