COLOR #9EFCAF

HEX: #9EFCAF
RGB: (158,252,175)

Color info

#9EFCAF contains mainly green color. Web safe color of #9EFCAF is #99FF99 (or #9F9).

RGB color model

#9EFCAF color RGB value is (158,252,175).

  • red value is 158;
  • green value is 252;
  • blue value is 175.
RGB:
(158,252,175)
(62%,99%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 252 of 255 = 99%
B 175 of 255 = 69%

158
252
175

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

Portions of RGB colors in percentages

R + G + B =
158 + 252 + 175 = 585 (100%)
R 158 of 585 ~ 27.01%
G 252 of 585 ~ 43.08%
B 175 of 585 ~ 29.91%

%27.01
%43.08
%29.91

CMYK color model

#9EFCAF color CMYK value is (37,0,31,1).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 1.18%
CMYK:
(37,0,31,1)
C37M0Y31K1 
(37%,0%,31%,1%)
(0.37/0.00/0.31/0.01)	

CMYK percentages

%37.3
%0
%30.56
%1.18

Codes

Color #9EFCAF in popluar color models

9EFCAF
RGB158252175
HSL131°94.00%80.39%
HSB/HSV131°37.30%98.82%
CMYK37.30%0.00%30.56%
1.18%

Color #9EFCAF in popluar number systems.

HEX9EFCAF
Decimal158252175
Binary100111101111110010101111
Octal236374257

Shades and tints

Shades of #9EFCAF

#9EFCAF
(158,252,175)
#90E6A0
(144,230,160)
#82D091
(130,208,145)
#74BA82
(116,186,130)
#66A473
(102,164,115)
#588E64
(88,142,100)
#4A7855
(74,120,85)
#3C6246
(60,98,70)
#2E4C37
(46,76,55)
#203628
(32,54,40)
#122019
(18,32,25)
#000000
(0,0,0)

Tints of #9EFCAF

#9EFCAF
(158,252,175)
#A6FCB6
(166,252,182)
#AEFCBD
(174,252,189)
#B6FCC4
(182,252,196)
#BEFCCB
(190,252,203)
#C6FCD2
(198,252,210)
#CEFCD9
(206,252,217)
#D6FCE0
(214,252,224)
#DEFCE7
(222,252,231)
#E6FCEE
(230,252,238)
#EEFCF5
(238,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFCAF color. Also use rgb(158,252,175) instead hex code.

Text Font Color

.myTextColor { color: #9EFCAF; }

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

This text font color is #9EFCAF.


Background Color

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

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

This div background color is #9EFCAF.


Border color

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

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

This div border color is #9EFCAF.


Opacity

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

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

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

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

This text has shadow with #9EFCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFCAF on black background.


Color preview on white background

This text has color #9EFCAF on white background.



Black color preview on #9EFCAF background

This text has black color on #9EFCAF background.


White color preview on #9EFCAF background

This text has white color on #9EFCAF background.