COLOR #9EC1C7

HEX: #9EC1C7
RGB: (158,193,199)

Color info

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

RGB color model

#9EC1C7 color RGB value is (158,193,199).

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

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 199 of 255 = 78%

158
193
199

R + G + B ~ 72%. #9EC1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 193 + 199 = 550 (100%)
R 158 of 550 ~ 28.73%
G 193 of 550 ~ 35.09%
B 199 of 550 ~ 36.18%

%28.73
%35.09
%36.18

CMYK color model

#9EC1C7 color CMYK value is (21,3,0,22).

  • cyan value is 20.60%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(21,3,0,22)
C21M3Y0K22 
(21%,3%,0%,22%)
(0.21/0.03/0.00/0.22)	

CMYK percentages

%20.6
%3.02
%0
%21.96

Codes

Color #9EC1C7 in popluar color models

9EC1C7
RGB158193199
HSL189°26.80%70.00%
HSB/HSV189°20.60%78.04%
CMYK20.60%3.02%0.00%
21.96%

Color #9EC1C7 in popluar number systems.

HEX9EC1C7
Decimal158193199
Binary100111101100000111000111
Octal236301307

Shades and tints

Shades of #9EC1C7

#9EC1C7
(158,193,199)
#90B0B5
(144,176,181)
#829FA3
(130,159,163)
#748E91
(116,142,145)
#667D7F
(102,125,127)
#586C6D
(88,108,109)
#4A5B5B
(74,91,91)
#3C4A49
(60,74,73)
#2E3937
(46,57,55)
#202825
(32,40,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EC1C7

#9EC1C7
(158,193,199)
#A6C6CC
(166,198,204)
#AECBD1
(174,203,209)
#B6D0D6
(182,208,214)
#BED5DB
(190,213,219)
#C6DAE0
(198,218,224)
#CEDFE5
(206,223,229)
#D6E4EA
(214,228,234)
#DEE9EF
(222,233,239)
#E6EEF4
(230,238,244)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC1C7; }

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

This text font color is #9EC1C7.


Background Color

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

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

This div background color is #9EC1C7.


Border color

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

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

This div border color is #9EC1C7.


Opacity

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

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

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

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

This text has shadow with #9EC1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC1C7 on black background.


Color preview on white background

This text has color #9EC1C7 on white background.



Black color preview on #9EC1C7 background

This text has black color on #9EC1C7 background.


White color preview on #9EC1C7 background

This text has white color on #9EC1C7 background.