COLOR #9ECBD7

HEX: #9ECBD7
RGB: (158,203,215)

Color info

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

RGB color model

#9ECBD7 color RGB value is (158,203,215).

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

RGB channels and saturation

R 158 of 255 = 62%
G 203 of 255 = 80%
B 215 of 255 = 84%

158
203
215

R + G + B ~ 75%. #9ECBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 203 + 215 = 576 (100%)
R 158 of 576 ~ 27.43%
G 203 of 576 ~ 35.24%
B 215 of 576 ~ 37.33%

%27.43
%35.24
%37.33

CMYK color model

#9ECBD7 color CMYK value is (27,6,0,16).

  • cyan value is 26.51%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(27,6,0,16)
C27M6Y0K16 
(27%,6%,0%,16%)
(0.27/0.06/0.00/0.16)	

CMYK percentages

%26.51
%5.58
%0
%15.69

Codes

Color #9ECBD7 in popluar color models

9ECBD7
RGB158203215
HSL193°41.61%73.14%
HSB/HSV193°26.51%84.31%
CMYK26.51%5.58%0.00%
15.69%

Color #9ECBD7 in popluar number systems.

HEX9ECBD7
Decimal158203215
Binary100111101100101111010111
Octal236313327

Shades and tints

Shades of #9ECBD7

#9ECBD7
(158,203,215)
#90B9C4
(144,185,196)
#82A7B1
(130,167,177)
#74959E
(116,149,158)
#66838B
(102,131,139)
#587178
(88,113,120)
#4A5F65
(74,95,101)
#3C4D52
(60,77,82)
#2E3B3F
(46,59,63)
#20292C
(32,41,44)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #9ECBD7

#9ECBD7
(158,203,215)
#A6CFDA
(166,207,218)
#AED3DD
(174,211,221)
#B6D7E0
(182,215,224)
#BEDBE3
(190,219,227)
#C6DFE6
(198,223,230)
#CEE3E9
(206,227,233)
#D6E7EC
(214,231,236)
#DEEBEF
(222,235,239)
#E6EFF2
(230,239,242)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECBD7; }

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

This text font color is #9ECBD7.


Background Color

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

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

This div background color is #9ECBD7.


Border color

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

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

This div border color is #9ECBD7.


Opacity

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

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

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

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

This text has shadow with #9ECBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECBD7 on black background.


Color preview on white background

This text has color #9ECBD7 on white background.



Black color preview on #9ECBD7 background

This text has black color on #9ECBD7 background.


White color preview on #9ECBD7 background

This text has white color on #9ECBD7 background.