COLOR #9EC1CD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
193
205

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

Portions of RGB colors in percentages

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

%28.42
%34.71
%36.87

CMYK color model

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

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

CMYK percentages

%22.93
%5.85
%0
%19.61

Codes

Color #9EC1CD in popluar color models

9EC1CD
RGB158193205
HSL195°31.97%71.18%
HSB/HSV195°22.93%80.39%
CMYK22.93%5.85%0.00%
19.61%

Color #9EC1CD in popluar number systems.

HEX9EC1CD
Decimal158193205
Binary100111101100000111001101
Octal236301315

Shades and tints

Shades of #9EC1CD

#9EC1CD
(158,193,205)
#90B0BB
(144,176,187)
#829FA9
(130,159,169)
#748E97
(116,142,151)
#667D85
(102,125,133)
#586C73
(88,108,115)
#4A5B61
(74,91,97)
#3C4A4F
(60,74,79)
#2E393D
(46,57,61)
#20282B
(32,40,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #9EC1CD

#9EC1CD
(158,193,205)
#A6C6D1
(166,198,209)
#AECBD5
(174,203,213)
#B6D0D9
(182,208,217)
#BED5DD
(190,213,221)
#C6DAE1
(198,218,225)
#CEDFE5
(206,223,229)
#D6E4E9
(214,228,233)
#DEE9ED
(222,233,237)
#E6EEF1
(230,238,241)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC1CD; }

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

This text font color is #9EC1CD.


Background Color

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

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

This div background color is #9EC1CD.


Border color

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

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

This div border color is #9EC1CD.


Opacity

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

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

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

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

This text has shadow with #9EC1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC1CD on black background.


Color preview on white background

This text has color #9EC1CD on white background.



Black color preview on #9EC1CD background

This text has black color on #9EC1CD background.


White color preview on #9EC1CD background

This text has white color on #9EC1CD background.