COLOR #9ECB9B

HEX: #9ECB9B RGB: (158,203,155)

Color info

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

RGB color model

#9ECB9B color RGB value is (158,203,155).

RGB: (158,203,155) (62%, 80%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 203 of 255 = 80%
B 155 of 255 = 61%

158
203
155

R + G + B ~ 68%. #9ECB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 203 + 155 = 516 (100%)
R 158 of 516 ~ 30.62%
G 203 of 516 ~ 39.34%
B 155 of 516 ~ 30.04'%

%30.62
%39.34
%30.04

CMYK color model

#9ECB9B color CMYK value is (22,0,24,20).

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

CMYK: (22,0,24,20)
C22M0Y24K20 (22%, 0%, 24%, 20%)
(0.22 / 0.00 / 0.24 / 0.20)

CMYK percentages

%22.17
%0
%23.65
%20.39

Codes

Color #9ECB9B in popluar color models

9E CB 9B
RGB 158 203 155
HSL 116° 31.58% 70.20%
HSB/HSV 116° 23.65% 79.61%
CMYK 22.17% 0.00% 23.65%
20.39%

Color #9ECB9B in popluar number systems.

HEX 9E CB 9B
Decimal 158 203 155
Binary 10011110 11001011 10011011
Octal 236 313 233

Shades and tints

Shades of #9ECB9B

#9ECB9B
(158,203,155)
#90B98D
(144,185,141)
#82A77F
(130,167,127)
#749571
(116,149,113)
#668363
(102,131,99)
#587155
(88,113,85)
#4A5F47
(74,95,71)
#3C4D39
(60,77,57)
#2E3B2B
(46,59,43)
#20291D
(32,41,29)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #9ECB9B

#9ECB9B
(158,203,155)
#A6CFA4
(166,207,164)
#AED3AD
(174,211,173)
#B6D7B6
(182,215,182)
#BEDBBF
(190,219,191)
#C6DFC8
(198,223,200)
#CEE3D1
(206,227,209)
#D6E7DA
(214,231,218)
#DEEBE3
(222,235,227)
#E6EFEC
(230,239,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECB9B; }

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

This text font color is #9ECB9B.

Background Color

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

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

This div background color is #9ECB9B.

Border color

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

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

This div border color is #9ECB9B.

Opacity

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

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

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

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

This text has shadow with #9ECB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECB9B.

Preview

Color preview on black background

This text has color #9ECB9B on black background.


Color preview on white background

This text has color #9ECB9B on white background.


Black color preview on #9ECB9B background

This text has black color on #9ECB9B background.


White color preview on #9ECB9B background

This text has white color on #9ECB9B background.


Related colors

Complementary color

Complementary color for #hex is #613464.


I love getcolorcode.com

Triadic colors

1 #9B9ECB and #CB9B9E with #9ECB9B are triadic colors.

2 #9BCB9E and #CB9E9B with #9ECB9B are triadic colors.