COLOR #9EEBC1

HEX: #9EEBC1
RGB: (158,235,193)

Color info

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

RGB color model

#9EEBC1 color RGB value is (158,235,193).

  • red value is 158;
  • green value is 235;
  • blue value is 193.
RGB:
(158,235,193)
(62%,92%,76%)

RGB channels and saturation

R 158 of 255 = 62%
G 235 of 255 = 92%
B 193 of 255 = 76%

158
235
193

R + G + B ~ 77%. #9EEBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 235 + 193 = 586 (100%)
R 158 of 586 ~ 26.96%
G 235 of 586 ~ 40.1%
B 193 of 586 ~ 32.94%

%26.96
%40.1
%32.94

CMYK color model

#9EEBC1 color CMYK value is (33,0,18,8).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(33,0,18,8)
C33M0Y18K8 
(33%,0%,18%,8%)
(0.33/0.00/0.18/0.08)	

CMYK percentages

%32.77
%0
%17.87
%7.84

Codes

Color #9EEBC1 in popluar color models

9EEBC1
RGB158235193
HSL147°65.81%77.06%
HSB/HSV147°32.77%92.16%
CMYK32.77%0.00%17.87%
7.84%

Color #9EEBC1 in popluar number systems.

HEX9EEBC1
Decimal158235193
Binary100111101110101111000001
Octal236353301

Shades and tints

Shades of #9EEBC1

#9EEBC1
(158,235,193)
#90D6B0
(144,214,176)
#82C19F
(130,193,159)
#74AC8E
(116,172,142)
#66977D
(102,151,125)
#58826C
(88,130,108)
#4A6D5B
(74,109,91)
#3C584A
(60,88,74)
#2E4339
(46,67,57)
#202E28
(32,46,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9EEBC1

#9EEBC1
(158,235,193)
#A6ECC6
(166,236,198)
#AEEDCB
(174,237,203)
#B6EED0
(182,238,208)
#BEEFD5
(190,239,213)
#C6F0DA
(198,240,218)
#CEF1DF
(206,241,223)
#D6F2E4
(214,242,228)
#DEF3E9
(222,243,233)
#E6F4EE
(230,244,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEBC1 color. Also use rgb(158,235,193) instead hex code.

Text Font Color

.myTextColor { color: #9EEBC1; }

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

This text font color is #9EEBC1.


Background Color

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

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

This div background color is #9EEBC1.


Border color

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

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

This div border color is #9EEBC1.


Opacity

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

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

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

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

This text has shadow with #9EEBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEBC1 on black background.


Color preview on white background

This text has color #9EEBC1 on white background.



Black color preview on #9EEBC1 background

This text has black color on #9EEBC1 background.


White color preview on #9EEBC1 background

This text has white color on #9EEBC1 background.