COLOR #9EC5B4

HEX: #9EC5B4
RGB: (158,197,180)

Color info

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

RGB color model

#9EC5B4 color RGB value is (158,197,180).

  • red value is 158;
  • green value is 197;
  • blue value is 180.
RGB:
(158,197,180)
(62%,77%,71%)

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 180 of 255 = 71%

158
197
180

R + G + B ~ 70%. #9EC5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 197 + 180 = 535 (100%)
R 158 of 535 ~ 29.53%
G 197 of 535 ~ 36.82%
B 180 of 535 ~ 33.64%

%29.53
%36.82
%33.64

CMYK color model

#9EC5B4 color CMYK value is (20,0,9,23).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(20,0,9,23)
C20M0Y9K23 
(20%,0%,9%,23%)
(0.20/0.00/0.09/0.23)	

CMYK percentages

%19.8
%0
%8.63
%22.75

Codes

Color #9EC5B4 in popluar color models

9EC5B4
RGB158197180
HSL154°25.16%69.61%
HSB/HSV154°19.80%77.25%
CMYK19.80%0.00%8.63%
22.75%

Color #9EC5B4 in popluar number systems.

HEX9EC5B4
Decimal158197180
Binary100111101100010110110100
Octal236305264

Shades and tints

Shades of #9EC5B4

#9EC5B4
(158,197,180)
#90B4A4
(144,180,164)
#82A394
(130,163,148)
#749284
(116,146,132)
#668174
(102,129,116)
#587064
(88,112,100)
#4A5F54
(74,95,84)
#3C4E44
(60,78,68)
#2E3D34
(46,61,52)
#202C24
(32,44,36)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #9EC5B4

#9EC5B4
(158,197,180)
#A6CABA
(166,202,186)
#AECFC0
(174,207,192)
#B6D4C6
(182,212,198)
#BED9CC
(190,217,204)
#C6DED2
(198,222,210)
#CEE3D8
(206,227,216)
#D6E8DE
(214,232,222)
#DEEDE4
(222,237,228)
#E6F2EA
(230,242,234)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC5B4 color. Also use rgb(158,197,180) instead hex code.

Text Font Color

.myTextColor { color: #9EC5B4; }

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

This text font color is #9EC5B4.


Background Color

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

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

This div background color is #9EC5B4.


Border color

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

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

This div border color is #9EC5B4.


Opacity

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

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

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

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

This text has shadow with #9EC5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC5B4 on black background.


Color preview on white background

This text has color #9EC5B4 on white background.



Black color preview on #9EC5B4 background

This text has black color on #9EC5B4 background.


White color preview on #9EC5B4 background

This text has white color on #9EC5B4 background.