COLOR #9EC6BD

HEX: #9EC6BD
RGB: (158,198,189)

Color info

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

RGB color model

#9EC6BD color RGB value is (158,198,189).

  • red value is 158;
  • green value is 198;
  • blue value is 189.
RGB:
(158,198,189)
(62%,78%,74%)

RGB channels and saturation

R 158 of 255 = 62%
G 198 of 255 = 78%
B 189 of 255 = 74%

158
198
189

R + G + B ~ 71%. #9EC6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 198 + 189 = 545 (100%)
R 158 of 545 ~ 28.99%
G 198 of 545 ~ 36.33%
B 189 of 545 ~ 34.68%

%28.99
%36.33
%34.68

CMYK color model

#9EC6BD color CMYK value is (20,0,5,22).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(20,0,5,22)
C20M0Y5K22 
(20%,0%,5%,22%)
(0.20/0.00/0.05/0.22)	

CMYK percentages

%20.2
%0
%4.55
%22.35

Codes

Color #9EC6BD in popluar color models

9EC6BD
RGB158198189
HSL167°25.97%69.80%
HSB/HSV167°20.20%77.65%
CMYK20.20%0.00%4.55%
22.35%

Color #9EC6BD in popluar number systems.

HEX9EC6BD
Decimal158198189
Binary100111101100011010111101
Octal236306275

Shades and tints

Shades of #9EC6BD

#9EC6BD
(158,198,189)
#90B4AC
(144,180,172)
#82A29B
(130,162,155)
#74908A
(116,144,138)
#667E79
(102,126,121)
#586C68
(88,108,104)
#4A5A57
(74,90,87)
#3C4846
(60,72,70)
#2E3635
(46,54,53)
#202424
(32,36,36)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9EC6BD

#9EC6BD
(158,198,189)
#A6CBC3
(166,203,195)
#AED0C9
(174,208,201)
#B6D5CF
(182,213,207)
#BEDAD5
(190,218,213)
#C6DFDB
(198,223,219)
#CEE4E1
(206,228,225)
#D6E9E7
(214,233,231)
#DEEEED
(222,238,237)
#E6F3F3
(230,243,243)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC6BD color. Also use rgb(158,198,189) instead hex code.

Text Font Color

.myTextColor { color: #9EC6BD; }

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

This text font color is #9EC6BD.


Background Color

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

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

This div background color is #9EC6BD.


Border color

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

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

This div border color is #9EC6BD.


Opacity

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

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

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

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

This text has shadow with #9EC6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC6BD on black background.


Color preview on white background

This text has color #9EC6BD on white background.



Black color preview on #9EC6BD background

This text has black color on #9EC6BD background.


White color preview on #9EC6BD background

This text has white color on #9EC6BD background.