COLOR #9ECFD4

HEX: #9ECFD4
RGB: (158,207,212)

Color info

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

RGB color model

#9ECFD4 color RGB value is (158,207,212).

  • red value is 158;
  • green value is 207;
  • blue value is 212.
RGB:
(158,207,212)
(62%,81%,83%)

RGB channels and saturation

R 158 of 255 = 62%
G 207 of 255 = 81%
B 212 of 255 = 83%

158
207
212

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

Portions of RGB colors in percentages

R + G + B =
158 + 207 + 212 = 577 (100%)
R 158 of 577 ~ 27.38%
G 207 of 577 ~ 35.88%
B 212 of 577 ~ 36.74%

%27.38
%35.88
%36.74

CMYK color model

#9ECFD4 color CMYK value is (25,2,0,17).

  • cyan value is 25.47%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(25,2,0,17)
C25M2Y0K17 
(25%,2%,0%,17%)
(0.25/0.02/0.00/0.17)	

CMYK percentages

%25.47
%2.36
%0
%16.86

Codes

Color #9ECFD4 in popluar color models

9ECFD4
RGB158207212
HSL186°38.57%72.55%
HSB/HSV186°25.47%83.14%
CMYK25.47%2.36%0.00%
16.86%

Color #9ECFD4 in popluar number systems.

HEX9ECFD4
Decimal158207212
Binary100111101100111111010100
Octal236317324

Shades and tints

Shades of #9ECFD4

#9ECFD4
(158,207,212)
#90BDC1
(144,189,193)
#82ABAE
(130,171,174)
#74999B
(116,153,155)
#668788
(102,135,136)
#587575
(88,117,117)
#4A6362
(74,99,98)
#3C514F
(60,81,79)
#2E3F3C
(46,63,60)
#202D29
(32,45,41)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #9ECFD4

#9ECFD4
(158,207,212)
#A6D3D7
(166,211,215)
#AED7DA
(174,215,218)
#B6DBDD
(182,219,221)
#BEDFE0
(190,223,224)
#C6E3E3
(198,227,227)
#CEE7E6
(206,231,230)
#D6EBE9
(214,235,233)
#DEEFEC
(222,239,236)
#E6F3EF
(230,243,239)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECFD4 color. Also use rgb(158,207,212) instead hex code.

Text Font Color

.myTextColor { color: #9ECFD4; }

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

This text font color is #9ECFD4.


Background Color

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

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

This div background color is #9ECFD4.


Border color

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

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

This div border color is #9ECFD4.


Opacity

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

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

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

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

This text has shadow with #9ECFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECFD4 on black background.


Color preview on white background

This text has color #9ECFD4 on white background.



Black color preview on #9ECFD4 background

This text has black color on #9ECFD4 background.


White color preview on #9ECFD4 background

This text has white color on #9ECFD4 background.