COLOR #9EFECE

HEX: #9EFECE
RGB: (158,254,206)

Color info

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

RGB color model

#9EFECE color RGB value is (158,254,206).

  • red value is 158;
  • green value is 254;
  • blue value is 206.
RGB:
(158,254,206)
(62%,100%,81%)

RGB channels and saturation

R 158 of 255 = 62%
G 254 of 255 = 100%
B 206 of 255 = 81%

158
254
206

R + G + B ~ 81%. #9EFECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 254 + 206 = 618 (100%)
R 158 of 618 ~ 25.57%
G 254 of 618 ~ 41.1%
B 206 of 618 ~ 33.33%

%25.57
%41.1
%33.33

CMYK color model

#9EFECE color CMYK value is (38,0,19,0).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 0.39%
CMYK:
(38,0,19,0)
C38M0Y19K0 
(38%,0%,19%,0%)
(0.38/0.00/0.19/0.00)	

CMYK percentages

%37.8
%0
%18.9
%0.39

Codes

Color #9EFECE in popluar color models

9EFECE
RGB158254206
HSL150°97.96%80.78%
HSB/HSV150°37.80%99.61%
CMYK37.80%0.00%18.90%
0.39%

Color #9EFECE in popluar number systems.

HEX9EFECE
Decimal158254206
Binary100111101111111011001110
Octal236376316

Shades and tints

Shades of #9EFECE

#9EFECE
(158,254,206)
#90E7BC
(144,231,188)
#82D0AA
(130,208,170)
#74B998
(116,185,152)
#66A286
(102,162,134)
#588B74
(88,139,116)
#4A7462
(74,116,98)
#3C5D50
(60,93,80)
#2E463E
(46,70,62)
#202F2C
(32,47,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #9EFECE

#9EFECE
(158,254,206)
#A6FED2
(166,254,210)
#AEFED6
(174,254,214)
#B6FEDA
(182,254,218)
#BEFEDE
(190,254,222)
#C6FEE2
(198,254,226)
#CEFEE6
(206,254,230)
#D6FEEA
(214,254,234)
#DEFEEE
(222,254,238)
#E6FEF2
(230,254,242)
#EEFEF6
(238,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFECE color. Also use rgb(158,254,206) instead hex code.

Text Font Color

.myTextColor { color: #9EFECE; }

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

This text font color is #9EFECE.


Background Color

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

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

This div background color is #9EFECE.


Border color

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

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

This div border color is #9EFECE.


Opacity

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

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

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

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

This text has shadow with #9EFECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFECE on black background.


Color preview on white background

This text has color #9EFECE on white background.



Black color preview on #9EFECE background

This text has black color on #9EFECE background.


White color preview on #9EFECE background

This text has white color on #9EFECE background.