COLOR #9EC8B1

HEX: #9EC8B1
RGB: (158,200,177)

Color info

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

RGB color model

#9EC8B1 color RGB value is (158,200,177).

  • red value is 158;
  • green value is 200;
  • blue value is 177.
RGB:
(158,200,177)
(62%,78%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 200 of 255 = 78%
B 177 of 255 = 69%

158
200
177

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

Portions of RGB colors in percentages

R + G + B =
158 + 200 + 177 = 535 (100%)
R 158 of 535 ~ 29.53%
G 200 of 535 ~ 37.38%
B 177 of 535 ~ 33.08%

%29.53
%37.38
%33.08

CMYK color model

#9EC8B1 color CMYK value is (21,0,12,22).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 21.57%
CMYK:
(21,0,12,22)
C21M0Y12K22 
(21%,0%,12%,22%)
(0.21/0.00/0.12/0.22)	

CMYK percentages

%21
%0
%11.5
%21.57

Codes

Color #9EC8B1 in popluar color models

9EC8B1
RGB158200177
HSL147°27.63%70.20%
HSB/HSV147°21.00%78.43%
CMYK21.00%0.00%11.50%
21.57%

Color #9EC8B1 in popluar number systems.

HEX9EC8B1
Decimal158200177
Binary100111101100100010110001
Octal236310261

Shades and tints

Shades of #9EC8B1

#9EC8B1
(158,200,177)
#90B6A1
(144,182,161)
#82A491
(130,164,145)
#749281
(116,146,129)
#668071
(102,128,113)
#586E61
(88,110,97)
#4A5C51
(74,92,81)
#3C4A41
(60,74,65)
#2E3831
(46,56,49)
#202621
(32,38,33)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9EC8B1

#9EC8B1
(158,200,177)
#A6CDB8
(166,205,184)
#AED2BF
(174,210,191)
#B6D7C6
(182,215,198)
#BEDCCD
(190,220,205)
#C6E1D4
(198,225,212)
#CEE6DB
(206,230,219)
#D6EBE2
(214,235,226)
#DEF0E9
(222,240,233)
#E6F5F0
(230,245,240)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC8B1 color. Also use rgb(158,200,177) instead hex code.

Text Font Color

.myTextColor { color: #9EC8B1; }

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

This text font color is #9EC8B1.


Background Color

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

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

This div background color is #9EC8B1.


Border color

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

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

This div border color is #9EC8B1.


Opacity

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

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

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

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

This text has shadow with #9EC8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC8B1 on black background.


Color preview on white background

This text has color #9EC8B1 on white background.



Black color preview on #9EC8B1 background

This text has black color on #9EC8B1 background.


White color preview on #9EC8B1 background

This text has white color on #9EC8B1 background.