COLOR #9FEDC1

HEX: #9FEDC1
RGB: (159,237,193)

Color info

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

RGB color model

#9FEDC1 color RGB value is (159,237,193).

  • red value is 159;
  • green value is 237;
  • blue value is 193.
RGB:
(159,237,193)
(62%,93%,76%)

RGB channels and saturation

R 159 of 255 = 62%
G 237 of 255 = 93%
B 193 of 255 = 76%

159
237
193

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

Portions of RGB colors in percentages

R + G + B =
159 + 237 + 193 = 589 (100%)
R 159 of 589 ~ 26.99%
G 237 of 589 ~ 40.24%
B 193 of 589 ~ 32.77%

%26.99
%40.24
%32.77

CMYK color model

#9FEDC1 color CMYK value is (33,0,19,7).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(33,0,19,7)
C33M0Y19K7 
(33%,0%,19%,7%)
(0.33/0.00/0.19/0.07)	

CMYK percentages

%32.91
%0
%18.57
%7.06

Codes

Color #9FEDC1 in popluar color models

9FEDC1
RGB159237193
HSL146°68.42%77.65%
HSB/HSV146°32.91%92.94%
CMYK32.91%0.00%18.57%
7.06%

Color #9FEDC1 in popluar number systems.

HEX9FEDC1
Decimal159237193
Binary100111111110110111000001
Octal237355301

Shades and tints

Shades of #9FEDC1

#9FEDC1
(159,237,193)
#91D8B0
(145,216,176)
#83C39F
(131,195,159)
#75AE8E
(117,174,142)
#67997D
(103,153,125)
#59846C
(89,132,108)
#4B6F5B
(75,111,91)
#3D5A4A
(61,90,74)
#2F4539
(47,69,57)
#213028
(33,48,40)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #9FEDC1

#9FEDC1
(159,237,193)
#A7EEC6
(167,238,198)
#AFEFCB
(175,239,203)
#B7F0D0
(183,240,208)
#BFF1D5
(191,241,213)
#C7F2DA
(199,242,218)
#CFF3DF
(207,243,223)
#D7F4E4
(215,244,228)
#DFF5E9
(223,245,233)
#E7F6EE
(231,246,238)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEDC1 color. Also use rgb(159,237,193) instead hex code.

Text Font Color

.myTextColor { color: #9FEDC1; }

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

This text font color is #9FEDC1.


Background Color

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

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

This div background color is #9FEDC1.


Border color

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

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

This div border color is #9FEDC1.


Opacity

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

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

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

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

This text has shadow with #9FEDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEDC1 on black background.


Color preview on white background

This text has color #9FEDC1 on white background.



Black color preview on #9FEDC1 background

This text has black color on #9FEDC1 background.


White color preview on #9FEDC1 background

This text has white color on #9FEDC1 background.