COLOR #9EC4CB

HEX: #9EC4CB
RGB: (158,196,203)

Color info

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

RGB color model

#9EC4CB color RGB value is (158,196,203).

  • red value is 158;
  • green value is 196;
  • blue value is 203.
RGB:
(158,196,203)
(62%,77%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 196 of 255 = 77%
B 203 of 255 = 80%

158
196
203

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

Portions of RGB colors in percentages

R + G + B =
158 + 196 + 203 = 557 (100%)
R 158 of 557 ~ 28.37%
G 196 of 557 ~ 35.19%
B 203 of 557 ~ 36.45%

%28.37
%35.19
%36.45

CMYK color model

#9EC4CB color CMYK value is (22,3,0,20).

  • cyan value is 22.17%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,3,0,20)
C22M3Y0K20 
(22%,3%,0%,20%)
(0.22/0.03/0.00/0.20)	

CMYK percentages

%22.17
%3.45
%0
%20.39

Codes

Color #9EC4CB in popluar color models

9EC4CB
RGB158196203
HSL189°30.20%70.78%
HSB/HSV189°22.17%79.61%
CMYK22.17%3.45%0.00%
20.39%

Color #9EC4CB in popluar number systems.

HEX9EC4CB
Decimal158196203
Binary100111101100010011001011
Octal236304313

Shades and tints

Shades of #9EC4CB

#9EC4CB
(158,196,203)
#90B3B9
(144,179,185)
#82A2A7
(130,162,167)
#749195
(116,145,149)
#668083
(102,128,131)
#586F71
(88,111,113)
#4A5E5F
(74,94,95)
#3C4D4D
(60,77,77)
#2E3C3B
(46,60,59)
#202B29
(32,43,41)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #9EC4CB

#9EC4CB
(158,196,203)
#A6C9CF
(166,201,207)
#AECED3
(174,206,211)
#B6D3D7
(182,211,215)
#BED8DB
(190,216,219)
#C6DDDF
(198,221,223)
#CEE2E3
(206,226,227)
#D6E7E7
(214,231,231)
#DEECEB
(222,236,235)
#E6F1EF
(230,241,239)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC4CB color. Also use rgb(158,196,203) instead hex code.

Text Font Color

.myTextColor { color: #9EC4CB; }

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

This text font color is #9EC4CB.


Background Color

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

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

This div background color is #9EC4CB.


Border color

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

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

This div border color is #9EC4CB.


Opacity

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

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

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

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

This text has shadow with #9EC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC4CB on black background.


Color preview on white background

This text has color #9EC4CB on white background.



Black color preview on #9EC4CB background

This text has black color on #9EC4CB background.


White color preview on #9EC4CB background

This text has white color on #9EC4CB background.