COLOR #9EECD1

HEX: #9EECD1
RGB: (158,236,209)

Color info

#9EECD1 contains mainly green and blue colors. Web safe color of #9EECD1 is #99FFCC (or #9FC).

RGB color model

#9EECD1 color RGB value is (158,236,209).

  • red value is 158;
  • green value is 236;
  • blue value is 209.
RGB:
(158,236,209)
(62%,93%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 236 of 255 = 93%
B 209 of 255 = 82%

158
236
209

R + G + B ~ 79%. #9EECD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 236 + 209 = 603 (100%)
R 158 of 603 ~ 26.2%
G 236 of 603 ~ 39.14%
B 209 of 603 ~ 34.66%

%26.2
%39.14
%34.66

CMYK color model

#9EECD1 color CMYK value is (33,0,11,7).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 11.44%
  • key color value is 7.45%
CMYK:
(33,0,11,7)
C33M0Y11K7 
(33%,0%,11%,7%)
(0.33/0.00/0.11/0.07)	

CMYK percentages

%33.05
%0
%11.44
%7.45

Codes

Color #9EECD1 in popluar color models

9EECD1
RGB158236209
HSL159°67.24%77.25%
HSB/HSV159°33.05%92.55%
CMYK33.05%0.00%11.44%
7.45%

Color #9EECD1 in popluar number systems.

HEX9EECD1
Decimal158236209
Binary100111101110110011010001
Octal236354321

Shades and tints

Shades of #9EECD1

#9EECD1
(158,236,209)
#90D7BE
(144,215,190)
#82C2AB
(130,194,171)
#74AD98
(116,173,152)
#669885
(102,152,133)
#588372
(88,131,114)
#4A6E5F
(74,110,95)
#3C594C
(60,89,76)
#2E4439
(46,68,57)
#202F26
(32,47,38)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #9EECD1

#9EECD1
(158,236,209)
#A6EDD5
(166,237,213)
#AEEED9
(174,238,217)
#B6EFDD
(182,239,221)
#BEF0E1
(190,240,225)
#C6F1E5
(198,241,229)
#CEF2E9
(206,242,233)
#D6F3ED
(214,243,237)
#DEF4F1
(222,244,241)
#E6F5F5
(230,245,245)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EECD1 color. Also use rgb(158,236,209) instead hex code.

Text Font Color

.myTextColor { color: #9EECD1; }

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

This text font color is #9EECD1.


Background Color

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

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

This div background color is #9EECD1.


Border color

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

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

This div border color is #9EECD1.


Opacity

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

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

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

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

This text has shadow with #9EECD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EECD1 on black background.


Color preview on white background

This text has color #9EECD1 on white background.



Black color preview on #9EECD1 background

This text has black color on #9EECD1 background.


White color preview on #9EECD1 background

This text has white color on #9EECD1 background.