COLOR #9ECDA7

HEX: #9ECDA7
RGB: (158,205,167)

Color info

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

RGB color model

#9ECDA7 color RGB value is (158,205,167).

  • red value is 158;
  • green value is 205;
  • blue value is 167.
RGB:
(158,205,167)
(62%,80%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 167 of 255 = 65%

158
205
167

R + G + B ~ 69%. #9ECDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 205 + 167 = 530 (100%)
R 158 of 530 ~ 29.81%
G 205 of 530 ~ 38.68%
B 167 of 530 ~ 31.51%

%29.81
%38.68
%31.51

CMYK color model

#9ECDA7 color CMYK value is (23,0,19,20).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 19.61%
CMYK:
(23,0,19,20)
C23M0Y19K20 
(23%,0%,19%,20%)
(0.23/0.00/0.19/0.20)	

CMYK percentages

%22.93
%0
%18.54
%19.61

Codes

Color #9ECDA7 in popluar color models

9ECDA7
RGB158205167
HSL131°31.97%71.18%
HSB/HSV131°22.93%80.39%
CMYK22.93%0.00%18.54%
19.61%

Color #9ECDA7 in popluar number systems.

HEX9ECDA7
Decimal158205167
Binary100111101100110110100111
Octal236315247

Shades and tints

Shades of #9ECDA7

#9ECDA7
(158,205,167)
#90BB98
(144,187,152)
#82A989
(130,169,137)
#74977A
(116,151,122)
#66856B
(102,133,107)
#58735C
(88,115,92)
#4A614D
(74,97,77)
#3C4F3E
(60,79,62)
#2E3D2F
(46,61,47)
#202B20
(32,43,32)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #9ECDA7

#9ECDA7
(158,205,167)
#A6D1AF
(166,209,175)
#AED5B7
(174,213,183)
#B6D9BF
(182,217,191)
#BEDDC7
(190,221,199)
#C6E1CF
(198,225,207)
#CEE5D7
(206,229,215)
#D6E9DF
(214,233,223)
#DEEDE7
(222,237,231)
#E6F1EF
(230,241,239)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECDA7 color. Also use rgb(158,205,167) instead hex code.

Text Font Color

.myTextColor { color: #9ECDA7; }

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

This text font color is #9ECDA7.


Background Color

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

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

This div background color is #9ECDA7.


Border color

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

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

This div border color is #9ECDA7.


Opacity

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

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

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

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

This text has shadow with #9ECDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECDA7 on black background.


Color preview on white background

This text has color #9ECDA7 on white background.



Black color preview on #9ECDA7 background

This text has black color on #9ECDA7 background.


White color preview on #9ECDA7 background

This text has white color on #9ECDA7 background.