COLOR #9ECDC6

HEX: #9ECDC6
RGB: (158,205,198)

Color info

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

RGB color model

#9ECDC6 color RGB value is (158,205,198).

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

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 198 of 255 = 78%

158
205
198

R + G + B ~ 73%. #9ECDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 205 + 198 = 561 (100%)
R 158 of 561 ~ 28.16%
G 205 of 561 ~ 36.54%
B 198 of 561 ~ 35.29%

%28.16
%36.54
%35.29

CMYK color model

#9ECDC6 color CMYK value is (23,0,3,20).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(23,0,3,20)
C23M0Y3K20 
(23%,0%,3%,20%)
(0.23/0.00/0.03/0.20)	

CMYK percentages

%22.93
%0
%3.41
%19.61

Codes

Color #9ECDC6 in popluar color models

9ECDC6
RGB158205198
HSL171°31.97%71.18%
HSB/HSV171°22.93%80.39%
CMYK22.93%0.00%3.41%
19.61%

Color #9ECDC6 in popluar number systems.

HEX9ECDC6
Decimal158205198
Binary100111101100110111000110
Octal236315306

Shades and tints

Shades of #9ECDC6

#9ECDC6
(158,205,198)
#90BBB4
(144,187,180)
#82A9A2
(130,169,162)
#749790
(116,151,144)
#66857E
(102,133,126)
#58736C
(88,115,108)
#4A615A
(74,97,90)
#3C4F48
(60,79,72)
#2E3D36
(46,61,54)
#202B24
(32,43,36)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #9ECDC6

#9ECDC6
(158,205,198)
#A6D1CB
(166,209,203)
#AED5D0
(174,213,208)
#B6D9D5
(182,217,213)
#BEDDDA
(190,221,218)
#C6E1DF
(198,225,223)
#CEE5E4
(206,229,228)
#D6E9E9
(214,233,233)
#DEEDEE
(222,237,238)
#E6F1F3
(230,241,243)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECDC6; }

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

This text font color is #9ECDC6.


Background Color

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

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

This div background color is #9ECDC6.


Border color

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

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

This div border color is #9ECDC6.


Opacity

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

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

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

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

This text has shadow with #9ECDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECDC6 on black background.


Color preview on white background

This text has color #9ECDC6 on white background.



Black color preview on #9ECDC6 background

This text has black color on #9ECDC6 background.


White color preview on #9ECDC6 background

This text has white color on #9ECDC6 background.