COLOR #9EFFC0

HEX: #9EFFC0
RGB: (158,255,192)

Color info

#9EFFC0 contains mainly green color. Web safe color of #9EFFC0 is #99FFCC (or #9FC).

RGB color model

#9EFFC0 color RGB value is (158,255,192).

  • red value is 158;
  • green value is 255;
  • blue value is 192.
RGB:
(158,255,192)
(62%,100%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 255 of 255 = 100%
B 192 of 255 = 75%

158
255
192

R + G + B ~ 79%. #9EFFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 255 + 192 = 605 (100%)
R 158 of 605 ~ 26.12%
G 255 of 605 ~ 42.15%
B 192 of 605 ~ 31.74%

%26.12
%42.15
%31.74

CMYK color model

#9EFFC0 color CMYK value is (38,0,25,0).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(38,0,25,0)
C38M0Y25K0 
(38%,0%,25%,0%)
(0.38/0.00/0.25/0.00)	

CMYK percentages

%38.04
%0
%24.71
%0

Codes

Color #9EFFC0 in popluar color models

9EFFC0
RGB158255192
HSL141°100.00%80.98%
HSB/HSV141°38.04%100.00%
CMYK38.04%0.00%24.71%
0.00%

Color #9EFFC0 in popluar number systems.

HEX9EFFC0
Decimal158255192
Binary100111101111111111000000
Octal236377300

Shades and tints

Shades of #9EFFC0

#9EFFC0
(158,255,192)
#90E8AF
(144,232,175)
#82D19E
(130,209,158)
#74BA8D
(116,186,141)
#66A37C
(102,163,124)
#588C6B
(88,140,107)
#4A755A
(74,117,90)
#3C5E49
(60,94,73)
#2E4738
(46,71,56)
#203027
(32,48,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #9EFFC0

#9EFFC0
(158,255,192)
#A6FFC5
(166,255,197)
#AEFFCA
(174,255,202)
#B6FFCF
(182,255,207)
#BEFFD4
(190,255,212)
#C6FFD9
(198,255,217)
#CEFFDE
(206,255,222)
#D6FFE3
(214,255,227)
#DEFFE8
(222,255,232)
#E6FFED
(230,255,237)
#EEFFF2
(238,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFFC0 color. Also use rgb(158,255,192) instead hex code.

Text Font Color

.myTextColor { color: #9EFFC0; }

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

This text font color is #9EFFC0.


Background Color

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

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

This div background color is #9EFFC0.


Border color

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

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

This div border color is #9EFFC0.


Opacity

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

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

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

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

This text has shadow with #9EFFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFFC0 on black background.


Color preview on white background

This text has color #9EFFC0 on white background.



Black color preview on #9EFFC0 background

This text has black color on #9EFFC0 background.


White color preview on #9EFFC0 background

This text has white color on #9EFFC0 background.