COLOR #9ECDC1

HEX: #9ECDC1 RGB: (158,205,193)

Color info

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

RGB color model

#9ECDC1 color RGB value is (158,205,193).

RGB: (158,205,193) (62%, 80%, 76%)

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 193 of 255 = 76%

158
205
193

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

Portions of RGB colors in percentages

R + G + B = 158 + 205 + 193 = 556 (100%)
R 158 of 556 ~ 28.42%
G 205 of 556 ~ 36.87%
B 193 of 556 ~ 34.71'%

%28.42
%36.87
%34.71

CMYK color model

#9ECDC1 color CMYK value is (23,0,6,20).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 19.61%
CMYK: (23,0,6,20) C23M0Y6K20 (23%,0%,6%,20%) (0.23/0.00/0.06/0.20) 

CMYK percentages

%22.93
%0
%5.85
%19.61

Codes

Color #9ECDC1 in popluar color models

9E CD C1
RGB 158 205 193
HSL 165° 31.97% 71.18%
HSB/HSV 165° 22.93% 80.39%
CMYK 22.93% 0.00% 5.85%
19.61%

Color #9ECDC1 in popluar number systems.

HEX 9E CD C1
Decimal 158 205 193
Binary 10011110 11001101 11000001
Octal 236 315 301

Shades and tints

Shades of #9ECDC1

#9ECDC1
(158,205,193)
#90BBB0
(144,187,176)
#82A99F
(130,169,159)
#74978E
(116,151,142)
#66857D
(102,133,125)
#58736C
(88,115,108)
#4A615B
(74,97,91)
#3C4F4A
(60,79,74)
#2E3D39
(46,61,57)
#202B28
(32,43,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9ECDC1

#9ECDC1
(158,205,193)
#A6D1C6
(166,209,198)
#AED5CB
(174,213,203)
#B6D9D0
(182,217,208)
#BEDDD5
(190,221,213)
#C6E1DA
(198,225,218)
#CEE5DF
(206,229,223)
#D6E9E4
(214,233,228)
#DEEDE9
(222,237,233)
#E6F1EE
(230,241,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECDC1; }

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

This text font color is #9ECDC1.

Background Color

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

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

This div background color is #9ECDC1.

Border color

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

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

This div border color is #9ECDC1.

Opacity

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

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

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

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

This text has shadow with #9ECDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECDC1.

Preview

Color preview on black background

This text has color #9ECDC1 on black background.


Color preview on white background

This text has color #9ECDC1 on white background.


Black color preview on #9ECDC1 background

This text has black color on #9ECDC1 background.


White color preview on #9ECDC1 background

This text has white color on #9ECDC1 background.


Related colors

Complementary color

Complementary color for #hex is #61323E.


I love getcolorcode.com

Triadic colors

1 #C19ECD and #CDC19E with #9ECDC1 are triadic colors.

2 #C1CD9E and #CD9EC1 with #9ECDC1 are triadic colors.