COLOR #9EC3CA

HEX: #9EC3CA
RGB: (158,195,202)

Color info

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

RGB color model

#9EC3CA color RGB value is (158,195,202).

  • red value is 158;
  • green value is 195;
  • blue value is 202.
RGB:
(158,195,202)
(62%,76%,79%)

RGB channels and saturation

R 158 of 255 = 62%
G 195 of 255 = 76%
B 202 of 255 = 79%

158
195
202

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

Portions of RGB colors in percentages

R + G + B =
158 + 195 + 202 = 555 (100%)
R 158 of 555 ~ 28.47%
G 195 of 555 ~ 35.14%
B 202 of 555 ~ 36.4%

%28.47
%35.14
%36.4

CMYK color model

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

  • cyan value is 21.78%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(22,3,0,21)
C22M3Y0K21 
(22%,3%,0%,21%)
(0.22/0.03/0.00/0.21)	

CMYK percentages

%21.78
%3.47
%0
%20.78

Codes

Color #9EC3CA in popluar color models

9EC3CA
RGB158195202
HSL190°29.33%70.59%
HSB/HSV190°21.78%79.22%
CMYK21.78%3.47%0.00%
20.78%

Color #9EC3CA in popluar number systems.

HEX9EC3CA
Decimal158195202
Binary100111101100001111001010
Octal236303312

Shades and tints

Shades of #9EC3CA

#9EC3CA
(158,195,202)
#90B2B8
(144,178,184)
#82A1A6
(130,161,166)
#749094
(116,144,148)
#667F82
(102,127,130)
#586E70
(88,110,112)
#4A5D5E
(74,93,94)
#3C4C4C
(60,76,76)
#2E3B3A
(46,59,58)
#202A28
(32,42,40)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #9EC3CA

#9EC3CA
(158,195,202)
#A6C8CE
(166,200,206)
#AECDD2
(174,205,210)
#B6D2D6
(182,210,214)
#BED7DA
(190,215,218)
#C6DCDE
(198,220,222)
#CEE1E2
(206,225,226)
#D6E6E6
(214,230,230)
#DEEBEA
(222,235,234)
#E6F0EE
(230,240,238)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC3CA color. Also use rgb(158,195,202) instead hex code.

Text Font Color

.myTextColor { color: #9EC3CA; }

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

This text font color is #9EC3CA.


Background Color

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

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

This div background color is #9EC3CA.


Border color

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

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

This div border color is #9EC3CA.


Opacity

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

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

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

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

This text has shadow with #9EC3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC3CA on black background.


Color preview on white background

This text has color #9EC3CA on white background.



Black color preview on #9EC3CA background

This text has black color on #9EC3CA background.


White color preview on #9EC3CA background

This text has white color on #9EC3CA background.