COLOR #9EC9BD

HEX: #9EC9BD RGB: (158,201,189)

Color info

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

RGB color model

#9EC9BD color RGB value is (158,201,189).

RGB: (158,201,189) (62%, 79%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 201 of 255 = 79%
B 189 of 255 = 74%

158
201
189

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

Portions of RGB colors in percentages

R + G + B = 158 + 201 + 189 = 548 (100%)
R 158 of 548 ~ 28.83%
G 201 of 548 ~ 36.68%
B 189 of 548 ~ 34.49'%

%28.83
%36.68
%34.49

CMYK color model

#9EC9BD color CMYK value is (21,0,6,21).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK: (21,0,6,21) C21M0Y6K21 (21%,0%,6%,21%) (0.21/0.00/0.06/0.21) 

CMYK percentages

%21.39
%0
%5.97
%21.18

Codes

Color #9EC9BD in popluar color models

9E C9 BD
RGB 158 201 189
HSL 163° 28.48% 70.39%
HSB/HSV 163° 21.39% 78.82%
CMYK 21.39% 0.00% 5.97%
21.18%

Color #9EC9BD in popluar number systems.

HEX 9E C9 BD
Decimal 158 201 189
Binary 10011110 11001001 10111101
Octal 236 311 275

Shades and tints

Shades of #9EC9BD

#9EC9BD
(158,201,189)
#90B7AC
(144,183,172)
#82A59B
(130,165,155)
#74938A
(116,147,138)
#668179
(102,129,121)
#586F68
(88,111,104)
#4A5D57
(74,93,87)
#3C4B46
(60,75,70)
#2E3935
(46,57,53)
#202724
(32,39,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EC9BD

#9EC9BD
(158,201,189)
#A6CDC3
(166,205,195)
#AED1C9
(174,209,201)
#B6D5CF
(182,213,207)
#BED9D5
(190,217,213)
#C6DDDB
(198,221,219)
#CEE1E1
(206,225,225)
#D6E5E7
(214,229,231)
#DEE9ED
(222,233,237)
#E6EDF3
(230,237,243)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC9BD; }

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

This text font color is #9EC9BD.

Background Color

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

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

This div background color is #9EC9BD.

Border color

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

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

This div border color is #9EC9BD.

Opacity

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

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

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

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

This text has shadow with #9EC9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC9BD.

Preview

Color preview on black background

This text has color #9EC9BD on black background.


Color preview on white background

This text has color #9EC9BD on white background.


Black color preview on #9EC9BD background

This text has black color on #9EC9BD background.


White color preview on #9EC9BD background

This text has white color on #9EC9BD background.


Related colors

Complementary color

Complementary color for #hex is #613642.


I love getcolorcode.com

Triadic colors

1 #BD9EC9 and #C9BD9E with #9EC9BD are triadic colors.

2 #BDC99E and #C99EBD with #9EC9BD are triadic colors.